Dear libdbi Users! I am trying to make libdbi-drivers for mysql on my Mac but 'make' aborts with:
openjade:E: specification document does not have the DSSSL \ architecture as a base architecture make[3]: *** [dbd_mysql.pdf] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 (Full './configure' & 'make' output below.) Any suggestions? If this has to do with building some documentation, one might, perhaps, be able to switch it off. However, I cannot find a configure option to do this. When I tried, in another run, to make the drivers without mysql but for PostgreSQL or SQLite3 everything worked fine. Yet, I'd prefer to use my MySQL since there is already some other data on it. I installed the most recent tarball-version 0.8.1 of libdbi not the one from fink, which is older (and I am not sure if it is working with MySQL v 5.x). Regards, Ulf. And here is the full session log: UMac:/Users/uma/Desktop/libdbi-drivers-0.8.1 root# uname -a Darwin UMac.local 7.9.0 Darwin Kernel Version 7.9.0: Wed Mar 30 20:11:17 PST 2005; root:xnu/xnu-517.12.7.obj~1/RELEASE_PPC Power Macintosh powerpc UMac:/Users/uma/Desktop/libdbi-drivers-0.8.1 root# mysql --version mysql Ver 14.12 Distrib 5.0.18, for apple-darwin7.9.0 (powerpc) using readline 5.0 UMac:/Users/uma/Desktop/libdbi-drivers-0.8.1 root# /usr/bin/glibtoolize --force UMac:/Users/uma/Desktop/libdbi-drivers-0.8.1 root# aclocal UMac:/Users/uma/Desktop/libdbi-drivers-0.8.1 root# automake --add-missing UMac:/Users/uma/Desktop/libdbi-drivers-0.8.1 root# ./configure --with-mysql --with-mysql-dir=/usr/local/mysql checking whether to enable maintainer-specific portions of Makefiles... no checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking build system type... powerpc-apple-darwin7.9.0 checking host system type... powerpc-apple-darwin7.9.0 checking for gcc... gcc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking how to run the C preprocessor... gcc -E checking for a sed that does not truncate output... /usr/bin/sed checking for egrep... grep -E checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... no checking for a BSD-compatible install... /usr/bin/install -c checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -p checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C++ preprocessor... g++ -E checking for g77... g77 checking whether we are using the GNU Fortran 77 compiler... yes checking whether g77 accepts -g... yes checking the maximum length of command line arguments... 65536 checking command to parse /usr/bin/nm -p output from gcc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if gcc static flag works... yes checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fno-common checking if gcc PIC flag -fno-common works... yes checking if gcc supports -c -o file.o... yes checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... no checking dynamic linker characteristics... darwin7.9.0 dyld checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... no checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fno-common checking if g++ PIC flag -fno-common works... yes checking if g++ supports -c -o file.o... yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... no checking dynamic linker characteristics... darwin7.9.0 dyld appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for g77 option to produce PIC... -fno-common checking if g77 PIC flag -fno-common works... yes checking if g77 supports -c -o file.o... yes checking whether the g77 linker (/usr/bin/ld) supports shared libraries... yes checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... no checking dynamic linker characteristics... darwin7.9.0 dyld checking mach-o/dyld.h usability... yes checking mach-o/dyld.h presence... yes checking for mach-o/dyld.h... yes checking for NSLinkModule... yes checking for libdbi framework... yes: headers in /usr/local/include checking for MySQL support... yes: libs in /usr/local/mysql/lib, headers in /usr/local/mysql/include checking for PostgreSQL support... no checking for SQLite support... no checking for SQLite3 support... no checking for MiniSQL (mSQL) support... no checking for Oracle support... no checking for Firebird/Interbase support... no checking for Freetds support... no checking for strtoll... yes checking for atoll... yes checking for vasprintf... yes checking for asprintf... yes checking for string.h... (cached) yes checking for strings.h... (cached) yes configure: creating ./config.status config.status: creating libdbi.spec config.status: creating Makefile config.status: creating doc/Makefile config.status: creating doc/include/Makefile config.status: creating drivers/Makefile config.status: creating drivers/mysql/Makefile config.status: creating drivers/pgsql/Makefile config.status: creating drivers/sqlite/Makefile config.status: creating drivers/sqlite3/Makefile config.status: creating drivers/msql/Makefile config.status: creating drivers/oracle/Makefile config.status: creating drivers/firebird/Makefile config.status: creating drivers/freetds/Makefile config.status: creating tests/Makefile config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands If make check fails with a linker error, reconfigure with --with-ltdl UMac:/Users/uma/Desktop/libdbi-drivers-0.8.1 root# make make all-recursive Making all in drivers Making all in mysql Converting dbd_mysql.sgml to PDF... openjade -t tex -V tex-backend -d ../../doc/include/doc-print.dsl dbd_mysql.sgml openjade:dbd_mysql.sgml:1:54:W: cannot generate system identifier for public text "-//OASIS//DTD DocBook V4.1//EN" openjade:dbd_mysql.sgml:1:54:E: reference to entity "BOOK" for which no system identifier could be generated openjade:dbd_mysql.sgml:1:0: entity was defined here openjade:dbd_mysql.sgml:1:54:E: DTD did not contain element declaration for document type name openjade:dbd_mysql.sgml:3:5:E: element "BOOK" undefined openjade:dbd_mysql.sgml:4:11:E: element "BOOKINFO" undefined openjade:dbd_mysql.sgml:5:10:E: element "TITLE" undefined openjade:dbd_mysql.sgml:6:13:E: element "SUBTITLE" undefined openjade:dbd_mysql.sgml:7:9:E: element "AUTHOR" undefined openjade:dbd_mysql.sgml:8:16:E: element "FIRSTNAME" undefined openjade:dbd_mysql.sgml:9:14:E: element "SURNAME" undefined openjade:dbd_mysql.sgml:10:18:E: element "AFFILIATION" undefined openjade:dbd_mysql.sgml:11:9:E: element "ADDRESS" undefined openjade:dbd_mysql.sgml:11:16:E: element "EMAIL" undefined openjade:dbd_mysql.sgml:14:15:E: element "REVHISTORY" undefined openjade:dbd_mysql.sgml:15:15:E: element "REVISION" undefined openjade:dbd_mysql.sgml:16:11:E: element "REVNUMBER" undefined openjade:dbd_mysql.sgml:17:6:E: element "DATE" undefined openjade:dbd_mysql.sgml:19:15:E: element "REVISION" undefined openjade:dbd_mysql.sgml:20:11:E: element "REVNUMBER" undefined openjade:dbd_mysql.sgml:21:6:E: element "DATE" undefined openjade:dbd_mysql.sgml:23:15:E: element "REVISION" undefined openjade:dbd_mysql.sgml:24:11:E: element "REVNUMBER" undefined openjade:dbd_mysql.sgml:25:6:E: element "DATE" undefined openjade:dbd_mysql.sgml:27:15:E: element "REVISION" undefined openjade:dbd_mysql.sgml:28:11:E: element "REVNUMBER" undefined openjade:dbd_mysql.sgml:29:6:E: element "DATE" undefined openjade:dbd_mysql.sgml:33:10:E: element "PREFACE" undefined openjade:dbd_mysql.sgml:34:10:E: element "TITLE" undefined openjade:dbd_mysql.sgml:35:9:E: element "PARA" undefined openjade:dbd_mysql.sgml:35:21:E: there is no attribute "URL" openjade:dbd_mysql.sgml:35:52:E: element "ULINK" undefined openjade:dbd_mysql.sgml:35:268:E: element "ULINK" undefined openjade:dbd_mysql.sgml:36:9:E: element "PARA" undefined openjade:dbd_mysql.sgml:37:9:E: element "PARA" undefined openjade:dbd_mysql.sgml:37:140:E: element "ULINK" undefined openjade:dbd_mysql.sgml:37:271:E: element "ULINK" undefined openjade:dbd_mysql.sgml:38:9:E: element "PARA" undefined openjade:dbd_mysql.sgml:38:89:E: element "ULINK" undefined openjade:dbd_mysql.sgml:40:10:E: element "CHAPTER" undefined openjade:dbd_mysql.sgml:41:10:E: element "TITLE" undefined openjade:dbd_mysql.sgml:42:9:E: element "PARA" undefined openjade:dbd_mysql.sgml:42:43:E: element "ULINK" undefined openjade:dbd_mysql.sgml:44:10:E: element "CHAPTER" undefined openjade:dbd_mysql.sgml:45:10:E: element "TITLE" undefined openjade:dbd_mysql.sgml:46:9:E: element "PARA" undefined openjade:dbd_mysql.sgml:47:10:E: element "SECT1" undefined openjade:dbd_mysql.sgml:48:12:E: element "TITLE" undefined openjade:dbd_mysql.sgml:49:11:E: element "PARA" undefined openjade:dbd_mysql.sgml:50:19:E: element "VARIABLELIST" undefined openjade:dbd_mysql.sgml:51:14:E: element "VARLISTENTRY" undefined openjade:dbd_mysql.sgml:52:8:E: element "TERM" undefined openjade:dbd_mysql.sgml:53:12:E: element "LISTITEM" undefined openjade:dbd_mysql.sgml:54:10:E: element "PARA" undefined openjade:dbd_mysql.sgml:54:293:E: element "ULINK" undefined openjade:dbd_mysql.sgml:57:14:E: element "VARLISTENTRY" undefined openjade:dbd_mysql.sgml:58:8:E: element "TERM" undefined openjade:dbd_mysql.sgml:59:12:E: element "LISTITEM" undefined openjade:dbd_mysql.sgml:60:10:E: element "PARA" undefined openjade:dbd_mysql.sgml:60:135:E: element "ULINK" undefined openjade:dbd_mysql.sgml:65:10:E: element "SECT1" undefined openjade:dbd_mysql.sgml:66:12:E: element "TITLE" undefined openjade:dbd_mysql.sgml:67:11:E: element "PARA" undefined openjade:dbd_mysql.sgml:67:146:E: there is no attribute "CLASS" openjade:dbd_mysql.sgml:67:157:E: element "FILENAME" undefined openjade:dbd_mysql.sgml:68:13:E: element "SCREEN" undefined openjade:dbd_mysql.sgml:68:21:E: element "PROMPT" undefined openjade:dbd_mysql.sgml:68:43:E: element "USERINPUT" undefined openjade:dbd_mysql.sgml:69:11:E: element "PARA" undefined openjade:dbd_mysql.sgml:69:122:E: element "EMPHASIS" undefined openjade:dbd_mysql.sgml:70:13:E: element "SCREEN" undefined openjade:dbd_mysql.sgml:70:21:E: element "PROMPT" undefined openjade:dbd_mysql.sgml:70:43:E: element "USERINPUT" undefined openjade:dbd_mysql.sgml:71:13:E: element "SCREEN" undefined openjade:dbd_mysql.sgml:71:21:E: element "PROMPT" undefined openjade:dbd_mysql.sgml:71:43:E: element "USERINPUT" undefined openjade:dbd_mysql.sgml:72:11:E: element "PARA" undefined openjade:dbd_mysql.sgml:72:24:E: element "COMMAND" undefined openjade:dbd_mysql.sgml:73:11:E: element "PARA" undefined openjade:dbd_mysql.sgml:74:13:E: element "SCREEN" undefined openjade:dbd_mysql.sgml:74:21:E: element "PROMPT" undefined openjade:dbd_mysql.sgml:74:43:E: element "USERINPUT" undefined openjade:dbd_mysql.sgml:75:11:E: element "NOTE" undefined openjade:dbd_mysql.sgml:76:6:E: element "PARA" undefined openjade:dbd_mysql.sgml:76:55:E: element "COMMAND" undefined openjade:dbd_mysql.sgml:78:11:E: element "PARA" undefined openjade:dbd_mysql.sgml:79:13:E: element "SCREEN" undefined openjade:dbd_mysql.sgml:79:21:E: element "PROMPT" undefined openjade:dbd_mysql.sgml:79:43:E: element "USERINPUT" undefined openjade:dbd_mysql.sgml:80:11:E: element "PARA" undefined openjade:dbd_mysql.sgml:81:13:E: element "SCREEN" undefined openjade:dbd_mysql.sgml:81:21:E: element "PROMPT" undefined openjade:dbd_mysql.sgml:81:43:E: element "USERINPUT" undefined openjade:dbd_mysql.sgml:82:11:E: element "PARA" undefined openjade:dbd_mysql.sgml:83:11:E: element "NOTE" undefined openjade:dbd_mysql.sgml:84:6:E: element "PARA" undefined openjade:dbd_mysql.sgml:84:115:E: there is no attribute "MOREINFO" openjade:dbd_mysql.sgml:84:121:E: element "COMMAND" undefined openjade:dbd_mysql.sgml:84:378:E: there is no attribute "MOREINFO" openjade:dbd_mysql.sgml:84:384:E: element "FILENAME" undefined openjade:dbd_mysql.sgml:88:10:E: element "CHAPTER" undefined openjade:dbd_mysql.sgml:89:10:E: element "TITLE" undefined openjade:dbd_mysql.sgml:90:9:E: element "PARA" undefined openjade:dbd_mysql.sgml:90:109:E: element "FUNCTION" undefined openjade:dbd_mysql.sgml:90:160:E: element "FUNCTION" undefined openjade:dbd_mysql.sgml:91:17:E: element "VARIABLELIST" undefined openjade:dbd_mysql.sgml:92:19:E: element "VARLISTENTRY" undefined openjade:dbd_mysql.sgml:93:6:E: element "TERM" undefined openjade:dbd_mysql.sgml:94:10:E: element "LISTITEM" undefined openjade:dbd_mysql.sgml:95:8:E: element "PARA" undefined openjade:dbd_mysql.sgml:98:19:E: element "VARLISTENTRY" undefined openjade:dbd_mysql.sgml:99:6:E: element "TERM" undefined openjade:dbd_mysql.sgml:100:10:E: element "LISTITEM" undefined openjade:dbd_mysql.sgml:101:8:E: element "PARA" undefined openjade:dbd_mysql.sgml:104:19:E: element "VARLISTENTRY" undefined openjade:dbd_mysql.sgml:105:6:E: element "TERM" undefined openjade:dbd_mysql.sgml:106:10:E: element "LISTITEM" undefined openjade:dbd_mysql.sgml:107:8:E: element "PARA" undefined openjade:dbd_mysql.sgml:110:19:E: element "VARLISTENTRY" undefined openjade:dbd_mysql.sgml:111:6:E: element "TERM" undefined openjade:dbd_mysql.sgml:112:10:E: element "LISTITEM" undefined openjade:dbd_mysql.sgml:113:8:E: element "PARA" undefined openjade:dbd_mysql.sgml:116:19:E: element "VARLISTENTRY" undefined openjade:dbd_mysql.sgml:117:6:E: element "TERM" undefined openjade:dbd_mysql.sgml:118:10:E: element "LISTITEM" undefined openjade:dbd_mysql.sgml:119:8:E: element "PARA" undefined openjade:dbd_mysql.sgml:119:187:E: element "FILENAME" undefined openjade:dbd_mysql.sgml:122:19:E: element "VARLISTENTRY" undefined openjade:dbd_mysql.sgml:123:6:E: element "TERM" undefined openjade:dbd_mysql.sgml:124:10:E: element "LISTITEM" undefined openjade:dbd_mysql.sgml:125:8:E: element "PARA" undefined openjade:dbd_mysql.sgml:128:19:E: element "VARLISTENTRY" undefined openjade:dbd_mysql.sgml:129:6:E: element "TERM" undefined openjade:dbd_mysql.sgml:130:10:E: element "LISTITEM" undefined openjade:dbd_mysql.sgml:131:8:E: element "PARA" undefined openjade:dbd_mysql.sgml:134:19:E: element "VARLISTENTRY" undefined openjade:dbd_mysql.sgml:135:6:E: element "TERM" undefined openjade:dbd_mysql.sgml:136:10:E: element "LISTITEM" undefined openjade:dbd_mysql.sgml:137:8:E: element "PARA" undefined openjade:dbd_mysql.sgml:140:19:E: element "VARLISTENTRY" undefined openjade:dbd_mysql.sgml:141:6:E: element "TERM" undefined openjade:dbd_mysql.sgml:142:10:E: element "LISTITEM" undefined openjade:dbd_mysql.sgml:143:8:E: element "PARA" undefined openjade:dbd_mysql.sgml:148:10:E: element "CHAPTER" undefined openjade:dbd_mysql.sgml:149:10:E: element "TITLE" undefined openjade:dbd_mysql.sgml:150:9:E: element "PARA" undefined openjade:dbd_mysql.sgml:151:10:E: element "SECT1" undefined openjade:dbd_mysql.sgml:152:12:E: element "TITLE" undefined openjade:dbd_mysql.sgml:153:19:E: element "ITEMIZEDLIST" undefined openjade:dbd_mysql.sgml:154:17:E: element "LISTITEM" undefined openjade:dbd_mysql.sgml:155:8:E: element "PARA" undefined openjade:dbd_mysql.sgml:157:10:E: element "LISTITEM" undefined openjade:dbd_mysql.sgml:158:8:E: element "PARA" undefined openjade:dbd_mysql.sgml:160:10:E: element "LISTITEM" undefined openjade:dbd_mysql.sgml:161:8:E: element "PARA" undefined openjade:../../doc/include/doc-print.dsl:1:73:W: cannot generate system identifier for public text "-//James Clark//DTD DSSSL Style Sheet//EN" openjade:../../doc/include/doc-print.dsl:2:96:W: cannot generate system identifier for public text "-//Norman Walsh//DOCUMENT DocBook Print Stylesheet//EN" openjade:../../doc/include/doc-print.dsl:3:0:E: reference to entity "STYLE-SHEET" for which no system identifier could be generated openjade:../../doc/include/doc-print.dsl:1:0: entity was defined here openjade:../../doc/include/doc-print.dsl:3:0:E: DTD did not contain element declaration for document type name openjade:../../doc/include/doc-print.dsl:2:0:E: notation "DSSSL" for entity "docbook.dsl" undefined openjade:../../doc/include/doc-print.dsl:5:12:E: element "STYLE-SHEET" undefined openjade:../../doc/include/doc-print.dsl:6:25:E: there is no attribute "USE" openjade:../../doc/include/doc-print.dsl:6:34:E: element "STYLE-SPECIFICATION" undefined openjade:../../doc/include/doc-print.dsl:7:25:E: element "STYLE-SPECIFICATION-BODY" undefined openjade:../../doc/include/doc-print.dsl:97:27:E: there is no attribute "ID" openjade:../../doc/include/doc-print.dsl:97:46:E: there is no attribute "DOCUMENT" openjade:../../doc/include/doc-print.dsl:97:59:E: element "EXTERNAL-SPECIFICATION" undefined openjade:E: specification document does not have the DSSSL architecture as a base architecture make[3]: *** [dbd_mysql.pdf] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ libdbi-users mailing list libdbi-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/libdbi-users