From owner-freebsd-gnome Tue Jun 25 21:35:25 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from dart.sr.se (dart.sr.se [134.25.0.132]) by hub.freebsd.org (Postfix) with ESMTP id AA6E237B401 for ; Tue, 25 Jun 2002 21:34:59 -0700 (PDT) Received: from honken.sr.se (honken.sr.se [134.25.128.27]) by dart.sr.se (8.11.6/8.11.6) with ESMTP id g5Q4Ywr70951 for ; Wed, 26 Jun 2002 06:34:58 +0200 (CEST) (envelope-from gunnar@pluto.sr.se) Received: from pluto.sr.se (pluto.SR.SE [134.25.193.91]) by honken.sr.se (8.12.3/8.12.3) with ESMTP id g5Q4Ywdg004793 for ; Wed, 26 Jun 2002 06:34:58 +0200 (CEST) (envelope-from gunnar@pluto.sr.se) Received: (from root@localhost) by pluto.sr.se (8.11.6/8.11.1) id g5Q4Yvu83725 for gnome@freebsd.org; Wed, 26 Jun 2002 06:34:57 +0200 (CEST) (envelope-from gunnar) Received: (from gunnar@localhost) by pluto.sr.se (8.11.6/8.11.1av) id g5Q4Ys583716 for gnome@freebsd.org; Wed, 26 Jun 2002 06:34:54 +0200 (CEST) (envelope-from gunnar) Date: Wed, 26 Jun 2002 06:34:54 +0200 From: Gunnar Flygt To: gnome@freebsd.org Subject: Error compiling scrollkeeper Message-ID: <20020626063454.A83705@sr.se> Reply-To: Gunnar Flygt Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="4Ckj6UjgE2iN1+kY" Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Virus-Scanned: by AMaViS perl-11 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --4Ckj6UjgE2iN1+kY Content-Type: text/plain; charset=us-ascii Content-Disposition: inline This is what I get compiling scrollkeeper: Couldn't find the DocBook XML V4.1.2 DTD. Please make sure that you have the docbook-dtd412-xml package installed. If it is installed, the package probably did not register the DTD in the catalog properly. Consult http://scrollkeeper.sourceforge.net/docbook.shtml for more information. configure: error: DocBook XML V4.1.2 DTD not present in /etc/xml/catalog. Make sure docbook-dtd412-xml is installed and registers DTD in catalog. ===> Script "configure" failed unexpectedly. Please report the problem to gnome@FreeBSD.org [maintainer] and attach the "/usr/ports/textproc/scrollkeeper/work/scrollkeeper-0.3.9/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 docbook is installed with the docbook meta-port -- __o regards, Gunnar ---_ \<,_ email: flygt@sr.se ---- (_)/ (_) --4Ckj6UjgE2iN1+kY Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="config.log" This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:713: checking for gawk configure:713: checking for mawk configure:713: checking for nawk configure:713: checking for awk configure:745: checking for gcc configure:858: checking whether the C compiler (cc -O -pipe ) works configure:874: cc -o conftest -O -pipe -I/usr/local/include conftest.c -L/usr/local/lib -lintl 1>&5 configure:900: checking whether the C compiler (cc -O -pipe ) is a cross-compiler configure:905: checking whether we are using GNU C configure:914: cc -E conftest.c configure:933: checking whether cc accepts -g configure:965: checking how to run the C preprocessor configure:986: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out configure:1075: checking for a BSD compatible install configure:1128: checking whether ln -s works configure:1149: checking whether gmake sets ${MAKE} configure:1178: checking for ANSI C header files configure:1191: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out configure:1258: cc -o conftest -O -pipe -I/usr/local/include conftest.c -L/usr/local/lib -lintl 1>&5 configure:1284: checking for strerror in -lcposix configure:1303: cc -o conftest -O -pipe -I/usr/local/include conftest.c -lcposix -L/usr/local/lib -lintl 1>&5 /usr/libexec/elf/ld: cannot find -lcposix configure: failed program was: #line 1292 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char strerror(); int main() { strerror() ; return 0; } configure:1354: checking host system type configure:1375: checking target system type configure:1393: checking build system type configure:1420: checking whether build environment is sane configure:1496: checking for working aclocal configure:1509: checking for working autoconf configure:1522: checking for working automake configure:1535: checking for working autoheader configure:1548: checking for working makeinfo configure:1562: checking for Cygwin environment configure:1578: cc -c -O -pipe -I/usr/local/include conftest.c 1>&5 configure: In function `main': configure:1574: `__CYGWIN32__' undeclared (first use in this function) configure:1574: (Each undeclared identifier is reported only once configure:1574: for each function it appears in.) configure: failed program was: #line 1567 "configure" #include "confdefs.h" int main() { #ifndef __CYGWIN__ #define __CYGWIN__ __CYGWIN32__ #endif return __CYGWIN__; ; return 0; } configure:1595: checking for mingw32 environment configure:1607: cc -c -O -pipe -I/usr/local/include conftest.c 1>&5 configure: In function `main': configure:1603: `__MINGW32__' undeclared (first use in this function) configure:1603: (Each undeclared identifier is reported only once configure:1603: for each function it appears in.) configure: failed program was: #line 1600 "configure" #include "confdefs.h" int main() { return __MINGW32__; ; return 0; } configure:1704: checking for ld used by GCC configure:1772: checking if the linker (/usr/libexec/elf/ld) is GNU ld GNU ld version 2.11.2 20010719 [FreeBSD] (with BFD 2.11.2 20010719 [FreeBSD]) configure:1789: checking for /usr/libexec/elf/ld option to reload object files configure:1801: checking for BSD-compatible nm configure:1839: checking how to recognise dependant libraries configure:2012: checking for object suffix configure:2018: cc -c -O -pipe -I/usr/local/include conftest.c 1>&5 configure:2038: checking for executable suffix configure:2048: cc -o conftest -O -pipe -I/usr/local/include conftest.c -L/usr/local/lib -lintl 1>&5 configure:2079: checking command to parse /usr/bin/nm -B output configure:2155: cc -c -O -pipe -I/usr/local/include conftest.c 1>&5 configure:2158: /usr/bin/nm -B conftest.o | sed -n -e 's/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' > conftest.nm configure:2209: cc -o conftest -O -pipe -I/usr/local/include conftest.c conftstm.o 1>&5 configure:2255: checking for dlfcn.h configure:2265: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out configure:2433: checking for ranlib configure:2500: checking for strip configure:2736: checking for objdir configure:2763: checking for cc option to produce PIC configure:2915: checking if cc PIC flag -fPIC works configure:2929: cc -c -O -pipe -fPIC -DPIC -I/usr/local/include conftest.c 1>&5 configure:2981: checking if cc static flag -static works configure:2996: cc -o conftest -O -pipe -I/usr/local/include -static conftest.c -L/usr/local/lib -lintl 1>&5 configure:3023: checking if cc supports -c -o file.o configure:3042: cc -c -O -pipe -o out/conftest2.o -I/usr/local/include conftest.c 1>&5 configure:3071: checking if cc supports -c -o file.lo configure:3087: cc -c -O -pipe -c -o conftest.lo -I/usr/local/include conftest.c 1>&5 configure:3136: checking if cc supports -fno-rtti -fno-exceptions configure:3149: cc -c -O -pipe -fno-rtti -fno-exceptions -c conftest.c -I/usr/local/include conftest.c 1>&5 configure:3176: checking whether the linker (/usr/libexec/elf/ld) supports shared libraries configure:3792: checking how to hardcode library paths into programs configure:3820: checking whether stripping libraries is possible configure:3834: checking dynamic linker characteristics configure:4220: checking if libtool supports shared libraries configure:4713: checking whether -lc should be explicitly linked in configure:4720: cc -c -O -pipe -I/usr/local/include conftest.c 1>&5 configure:4733: cc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2>&1 | grep -lc >/dev/null 2>&1 configure:5314: checking for working const configure:5368: cc -c -O -pipe -I/usr/local/include conftest.c 1>&5 configure:5389: checking for inline configure:5403: cc -c -O -pipe -I/usr/local/include conftest.c 1>&5 configure:5429: checking for size_t configure:5465: checking for working alloca.h configure:5477: cc -o conftest -O -pipe -I/usr/local/include conftest.c -L/usr/local/lib -lintl 1>&5 configure:5471: alloca.h: No such file or directory configure: failed program was: #line 5470 "configure" #include "confdefs.h" #include int main() { char *p = alloca(2 * sizeof(int)); ; return 0; } configure:5498: checking for alloca configure:5531: cc -o conftest -O -pipe -I/usr/local/include conftest.c -L/usr/local/lib -lintl 1>&5 configure:5700: checking for stdlib.h configure:5710: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out configure:5700: checking for unistd.h configure:5710: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out configure:5700: checking for sys/stat.h configure:5710: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out configure:5700: checking for sys/types.h configure:5710: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out configure:5739: checking for getpagesize configure:5767: cc -o conftest -O -pipe -I/usr/local/include conftest.c -L/usr/local/lib -lintl 1>&5 configure:5792: checking for working mmap configure:5953: cc -o conftest -O -pipe -I/usr/local/include conftest.c -L/usr/local/lib -lintl 1>&5 configure:5978: checking for getcwd configure:6006: cc -o conftest -O -pipe -I/usr/local/include conftest.c -L/usr/local/lib -lintl 1>&5 configure:5978: checking for getwd configure:6006: cc -o conftest -O -pipe -I/usr/local/include conftest.c -L/usr/local/lib -lintl 1>&5 configure:5978: checking for putenv configure:6006: cc -o conftest -O -pipe -I/usr/local/include conftest.c -L/usr/local/lib -lintl 1>&5 configure:5978: checking for strdup configure:6006: cc -o conftest -O -pipe -I/usr/local/include conftest.c -L/usr/local/lib -lintl 1>&5 configure:6032: checking for --with-omfdirs configure:6051: checking for intltool-extract configure:6088: checking intltool version configure:6133: checking for perl configure:6180: checking for xml2-config configure:6217: checking libxml2 version configure:6234: checking for xslt-config configure:6282: checking for docbook-dtd412-xml --4Ckj6UjgE2iN1+kY-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message