Date: Fri, 13 Feb 2004 13:57:14 +0100 From: =?iso-8859-1?Q?S=F8ren?= Debois <debois@diku.dk> To: gnome@FreeBSD.org Subject: Build-error for libxslt Message-ID: <20040213125713.GA29515@debois.ath.cx>
next in thread | raw e-mail | index | archive | help
--W/nzBZO5zC0uMSeA Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi there, Building a freshly cvsup'ed textproc/libxslt fails. Build log and output of /var/db/pkg attached. I believe this is due to libxslt depending on libxml2.5, which should be 2.6. I could find no easy way to do this, however. -- --- Debois --W/nzBZO5zC0uMSeA 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. It was created by configure, which was generated by GNU Autoconf 2.57. Invocation command line was $ ./configure --with-html-dir=/usr/local/share/doc --with-python=/usr/local --prefix=/usr/local --build=i386-portbld-freebsd5.2 ## --------- ## ## Platform. ## ## --------- ## hostname = debois.ath.cx uname -m = i386 uname -r = 5.2-RELEASE uname -s = FreeBSD uname -v = FreeBSD 5.2-RELEASE #0: Tue Feb 3 09:38:42 CET 2004 root@mccarthy.lyneborggade.dk:/usr/src/sys/i386/compile/CUSTOM-1 /usr/bin/uname -p = i386 /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/local/libexec/libtool13 PATH: /home/debois/bin PATH: /home/debois/bin PATH: /sbin PATH: /bin PATH: /usr/sbin PATH: /usr/bin PATH: /usr/games PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /home/debois/bin PATH: /opt/j2sdk1.4.1_02/bin PATH: /opt/j2sdk1.4.1_02/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1557: checking for a BSD-compatible install configure:1611: result: /usr/bin/install -c -o root -g wheel configure:1622: checking whether build environment is sane configure:1665: result: yes configure:1698: checking for gawk configure:1727: result: no configure:1698: checking for mawk configure:1727: result: no configure:1698: checking for nawk configure:1714: found /usr/bin/nawk configure:1724: result: nawk configure:1734: checking whether gmake sets $(MAKE) configure:1754: result: yes configure:1899: checking whether to enable maintainer-specific portions of Makefiles configure:1908: result: no configure:1960: checking for style of include used by gmake configure:1988: result: GNU configure:2059: checking for gcc configure:2085: result: cc configure:2329: checking for C compiler version configure:2332: cc --version </dev/null >&5 cc (GCC) 3.3.3 [FreeBSD] 20031106 Copyright (C) 2003 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:2335: $? = 0 configure:2337: cc -v </dev/null >&5 Using built-in specs. Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 3.3.3 [FreeBSD] 20031106 configure:2340: $? = 0 configure:2342: cc -V </dev/null >&5 cc: `-V' option must have argument configure:2345: $? = 1 configure:2369: checking for C compiler default output configure:2372: cc -pipe -O2 -DNDEBUG -march=athlon -I/usr/local/include conftest.c >&5 configure:2375: $? = 0 configure:2421: result: a.out configure:2426: checking whether the C compiler works configure:2432: ./a.out configure:2435: $? = 0 configure:2452: result: yes configure:2459: checking whether we are cross compiling configure:2461: result: no configure:2464: checking for suffix of executables configure:2466: cc -o conftest -pipe -O2 -DNDEBUG -march=athlon -I/usr/local/include conftest.c >&5 configure:2469: $? = 0 configure:2494: result: configure:2500: checking for suffix of object files configure:2522: cc -c -pipe -O2 -DNDEBUG -march=athlon -I/usr/local/include conftest.c >&5 configure:2525: $? = 0 configure:2547: result: o configure:2551: checking whether we are using the GNU C compiler configure:2576: cc -c -pipe -O2 -DNDEBUG -march=athlon -I/usr/local/include conftest.c >&5 configure:2579: $? = 0 configure:2582: test -s conftest.o configure:2585: $? = 0 configure:2598: result: yes configure:2604: checking whether cc accepts -g configure:2626: cc -c -g -I/usr/local/include conftest.c >&5 configure:2629: $? = 0 configure:2632: test -s conftest.o configure:2635: $? = 0 configure:2646: result: yes configure:2663: checking for cc option to accept ANSI C configure:2724: cc -c -pipe -O2 -DNDEBUG -march=athlon -I/usr/local/include conftest.c >&5 configure:2727: $? = 0 configure:2730: test -s conftest.o configure:2733: $? = 0 configure:2751: result: none needed configure:2769: cc -c -pipe -O2 -DNDEBUG -march=athlon -I/usr/local/include conftest.c >&5 conftest.c:2: error: syntax error before "me" configure:2772: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2883: checking dependency style of cc configure:2945: result: gcc3 configure:2952: checking for strerror in -lcposix configure:2983: cc -o conftest -pipe -O2 -DNDEBUG -march=athlon -I/usr/local/include conftest.c -lcposix >&5 /usr/bin/ld: cannot find -lcposix configure:2986: $? = 1 configure: failed program was: | #line 2960 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libxslt" | #define VERSION "1.1.2" | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* 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:3004: result: no configure:3058: checking for gcc configure:3084: result: cc configure:3328: checking for C compiler version configure:3331: cc --version </dev/null >&5 cc (GCC) 3.3.3 [FreeBSD] 20031106 Copyright (C) 2003 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:3334: $? = 0 configure:3336: cc -v </dev/null >&5 Using built-in specs. Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 3.3.3 [FreeBSD] 20031106 configure:3339: $? = 0 configure:3341: cc -V </dev/null >&5 cc: `-V' option must have argument configure:3344: $? = 1 configure:3347: checking whether we are using the GNU C compiler configure:3394: result: yes configure:3400: checking whether cc accepts -g configure:3442: result: yes configure:3459: checking for cc option to accept ANSI C configure:3547: result: none needed configure:3565: cc -c -pipe -O2 -DNDEBUG -march=athlon -I/usr/local/include conftest.c >&5 conftest.c:2: error: syntax error before "me" configure:3568: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:3679: checking dependency style of cc configure:3741: result: gcc3 configure:3751: checking how to run the C preprocessor configure:3787: cc -E -I/usr/local/include conftest.c configure:3793: $? = 0 configure:3825: cc -E -I/usr/local/include conftest.c configure:3827:28: ac_nonexistent.h: No such file or directory configure:3831: $? = 1 configure: failed program was: | #line 3817 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libxslt" | #define VERSION "1.1.2" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:3869: result: cc -E configure:3894: cc -E -I/usr/local/include conftest.c configure:3900: $? = 0 configure:3932: cc -E -I/usr/local/include conftest.c configure:3934:28: ac_nonexistent.h: No such file or directory configure:3938: $? = 1 configure: failed program was: | #line 3924 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libxslt" | #define VERSION "1.1.2" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:3981: checking for egrep configure:3991: result: grep -E configure:3996: checking for ANSI C header files configure:4022: cc -c -pipe -O2 -DNDEBUG -march=athlon -I/usr/local/include conftest.c >&5 configure:4025: $? = 0 configure:4028: test -s conftest.o configure:4031: $? = 0 configure:4123: cc -o conftest -pipe -O2 -DNDEBUG -march=athlon -I/usr/local/include conftest.c >&5 configure:4126: $? = 0 configure:4128: ./conftest configure:4131: $? = 0 configure:4146: result: yes configure:4235: checking build system type configure:4253: result: i386-portbld-freebsd5.2 configure:4261: checking host system type configure:4275: result: i386-portbld-freebsd5.2 configure:4283: checking for a sed that does not truncate output configure:4337: result: /usr/bin/sed configure:4351: checking for ld used by cc configure:4418: result: /usr/bin/ld configure:4427: checking if the linker (/usr/bin/ld) is GNU ld configure:4442: result: yes configure:4447: checking for /usr/bin/ld option to reload object files configure:4454: result: -r configure:4463: checking for BSD-compatible nm configure:4505: result: /usr/bin/nm -B configure:4509: checking whether ln -s works configure:4513: result: yes configure:4520: checking how to recognise dependent libraries configure:4720: result: pass_all configure:4932: checking for sys/types.h configure:4949: cc -c -pipe -O2 -DNDEBUG -march=athlon -I/usr/local/include conftest.c >&5 configure:4952: $? = 0 configure:4955: test -s conftest.o configure:4958: $? = 0 configure:4969: result: yes configure:4932: checking for sys/stat.h configure:4949: cc -c -pipe -O2 -DNDEBUG -march=athlon -I/usr/local/include conftest.c >&5 configure:4952: $? = 0 configure:4955: test -s conftest.o configure:4958: $? = 0 configure:4969: result: yes configure:4932: checking for stdlib.h configure:4949: cc -c -pipe -O2 -DNDEBUG -march=athlon -I/usr/local/include conftest.c >&5 configure:4952: $? = 0 configure:4955: test -s conftest.o configure:4958: $? = 0 configure:4969: result: yes configure:4932: checking for string.h configure:4949: cc -c -pipe -O2 -DNDEBUG -march=athlon -I/usr/local/include conftest.c >&5 configure:4952: $? = 0 configure:4955: test -s conftest.o configure:4958: $? = 0 configure:4969: result: yes configure:4932: checking for memory.h configure:4949: cc -c -pipe -O2 -DNDEBUG -march=athlon -I/usr/local/include conftest.c >&5 configure:4952: $? = 0 configure:4955: test -s conftest.o configure:4958: $? = 0 configure:4969: result: yes configure:4932: checking for strings.h configure:4949: cc -c -pipe -O2 -DNDEBUG -march=athlon -I/usr/local/include conftest.c >&5 configure:4952: $? = 0 configure:4955: test -s conftest.o configure:4958: $? = 0 configure:4969: result: yes configure:4932: checking for inttypes.h configure:4949: cc -c -pipe -O2 -DNDEBUG -march=athlon -I/usr/local/include conftest.c >&5 configure:4952: $? = 0 configure:4955: test -s conftest.o configure:4958: $? = 0 configure:4969: result: yes configure:4932: checking for stdint.h configure:4949: cc -c -pipe -O2 -DNDEBUG -march=athlon -I/usr/local/include conftest.c >&5 configure:4952: $? = 0 configure:4955: test -s conftest.o configure:4958: $? = 0 configure:4969: result: yes configure:4932: checking for unistd.h configure:4949: cc -c -pipe -O2 -DNDEBUG -march=athlon -I/usr/local/include conftest.c >&5 configure:4952: $? = 0 configure:4955: test -s conftest.o configure:4958: $? = 0 configure:4969: result: yes configure:4995: checking dlfcn.h usability configure:5008: cc -c -pipe -O2 -DNDEBUG -march=athlon -I/usr/local/include conftest.c >&5 configure:5011: $? = 0 configure:5014: test -s conftest.o configure:5017: $? = 0 configure:5027: result: yes configure:5031: checking dlfcn.h presence configure:5042: cc -E -I/usr/local/include conftest.c configure:5048: $? = 0 configure:5067: result: yes configure:5103: checking for dlfcn.h configure:5110: result: yes configure:5217: checking for C++ compiler version configure:5220: c++ --version </dev/null >&5 c++ (GCC) 3.3.3 [FreeBSD] 20031106 Copyright (C) 2003 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:5223: $? = 0 configure:5225: c++ -v </dev/null >&5 Using built-in specs. Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 3.3.3 [FreeBSD] 20031106 configure:5228: $? = 0 configure:5230: c++ -V </dev/null >&5 c++: `-V' option must have argument configure:5233: $? = 1 configure:5236: checking whether we are using the GNU C++ compiler configure:5261: c++ -c -pipe -O2 -DNDEBUG -march=athlon -I/usr/local/include conftest.cc >&5 configure:5264: $? = 0 configure:5267: test -s conftest.o configure:5270: $? = 0 configure:5283: result: yes configure:5289: checking whether c++ accepts -g configure:5311: c++ -c -g -I/usr/local/include conftest.cc >&5 configure:5314: $? = 0 configure:5317: test -s conftest.o configure:5320: $? = 0 configure:5331: result: yes configure:5375: c++ -c -pipe -O2 -DNDEBUG -march=athlon -I/usr/local/include conftest.cc >&5 configure:5378: $? = 0 configure:5381: test -s conftest.o configure:5384: $? = 0 configure:5411: c++ -c -pipe -O2 -DNDEBUG -march=athlon -I/usr/local/include conftest.cc >&5 configure: In function `int main()': configure:5420: error: `exit' undeclared (first use this function) configure:5420: error: (Each undeclared identifier is reported only once for each function it appears in.) configure:5414: $? = 1 configure: failed program was: | #line 5395 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libxslt" | #define VERSION "1.1.2" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | | int | main () | { | exit (42); | ; | return 0; | } configure:5375: c++ -c -pipe -O2 -DNDEBUG -march=athlon -I/usr/local/include conftest.cc >&5 configure:5378: $? = 0 configure:5381: test -s conftest.o configure:5384: $? = 0 configure:5411: c++ -c -pipe -O2 -DNDEBUG -march=athlon -I/usr/local/include conftest.cc >&5 configure:5414: $? = 0 configure:5417: test -s conftest.o configure:5420: $? = 0 configure:5445: checking dependency style of c++ configure:5507: result: gcc3 configure:5517: checking how to run the C++ preprocessor configure:5549: c++ -E -I/usr/local/include conftest.cc configure:5555: $? = 0 configure:5587: c++ -E -I/usr/local/include conftest.cc configure:5603:28: ac_nonexistent.h: No such file or directory configure:5593: $? = 1 configure: failed program was: | #line 5579 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libxslt" | #define VERSION "1.1.2" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | #include <stdlib.h> | #endif | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:5631: result: c++ -E configure:5656: c++ -E -I/usr/local/include conftest.cc configure:5662: $? = 0 configure:5694: c++ -E -I/usr/local/include conftest.cc configure:5710:28: ac_nonexistent.h: No such file or directory configure:5700: $? = 1 configure: failed program was: | #line 5686 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libxslt" | #define VERSION "1.1.2" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | #include <stdlib.h> | #endif | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:5794: checking for g77 configure:5823: result: no configure:5794: checking for f77 configure:5810: found /usr/bin/f77 configure:5820: result: f77 configure:5835: checking for Fortran 77 compiler version configure:5838: f77 --version </dev/null >&5 GNU Fortran (GCC) 3.3.3 [FreeBSD] 20031106 Copyright (C) 2002 Free Software Foundation, Inc. GNU Fortran comes with NO WARRANTY, to the extent permitted by law. You may redistribute copies of GNU Fortran under the terms of the GNU General Public License. For more information about these matters, see the file named COPYING or type the command `info -f g77 Copying'. configure:5841: $? = 0 configure:5843: f77 -v </dev/null >&5 Using built-in specs. Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 3.3.3 [FreeBSD] 20031106 configure:5846: $? = 0 configure:5848: f77 -V </dev/null >&5 f77: `-V' option must have argument configure:5851: $? = 1 configure:5858: checking whether we are using the GNU Fortran 77 compiler configure:5872: f77 -c conftest.F >&5 configure:5875: $? = 0 configure:5878: test -s conftest.o configure:5881: $? = 0 configure:5894: result: yes configure:5901: checking whether f77 accepts -g configure:5913: f77 -c -g conftest.f >&5 configure:5916: $? = 0 configure:5919: test -s conftest.o configure:5922: $? = 0 configure:5934: result: yes configure:5962: checking the maximum length of command line arguments configure:6021: result: 65536 configure:6032: checking command to parse /usr/bin/nm -B output from cc object configure:6121: cc -c -pipe -O2 -DNDEBUG -march=athlon -I/usr/local/include conftest.c >&5 configure:6124: $? = 0 configure:6128: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm configure:6131: $? = 0 configure:6183: cc -o conftest -pipe -O2 -DNDEBUG -march=athlon -I/usr/local/include conftest.c conftstm.o >&5 configure:6186: $? = 0 configure:6224: result: ok configure:6228: checking for objdir configure:6243: result: .libs configure:6333: checking for ar configure:6349: found /usr/bin/ar configure:6360: result: ar configure:6413: checking for ranlib configure:6429: found /usr/bin/ranlib configure:6440: result: ranlib configure:6493: checking for strip configure:6509: found /usr/bin/strip configure:6520: result: strip configure:6782: checking if cc static flag works configure:6805: result: yes configure:6822: checking if cc supports -fno-rtti -fno-exceptions configure:6840: cc -c -pipe -O2 -DNDEBUG -march=athlon -I/usr/local/include -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: "-fno-rtti" is valid for C++ but not for C/ObjC configure:6844: $? = 0 configure:6855: result: no configure:6870: checking for cc option to produce PIC configure:7047: result: -fPIC configure:7054: checking if cc PIC flag -fPIC works configure:7072: cc -c -pipe -O2 -DNDEBUG -march=athlon -I/usr/local/include -fPIC -DPIC conftest.c >&5 configure:7076: $? = 0 configure:7087: result: yes configure:7111: checking if cc supports -c -o file.o configure:7139: cc -c -pipe -O2 -DNDEBUG -march=athlon -I/usr/local/include -o out/conftest2.o conftest.c >&5 configure:7143: $? = 0 configure:7160: result: yes configure:7186: checking whether the cc linker (/usr/bin/ld) supports shared libraries configure:8005: result: yes configure:8031: checking whether -lc should be explicitly linked in configure:8036: cc -c -pipe -O2 -DNDEBUG -march=athlon -I/usr/local/include conftest.c >&5 configure:8039: $? = 0 configure:8053: cc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 configure:8056: $? = 1 configure:8068: result: yes configure:8076: checking how to hardcode library paths into programs configure:8101: result: immediate configure:8115: checking whether stripping libraries is possible configure:8120: result: yes configure:8142: checking dynamic linker characteristics configure:8677: result: freebsd5.2 ld.so configure:9403: checking if libtool supports shared libraries configure:9405: result: yes configure:9408: checking whether to build shared libraries configure:9457: result: yes configure:9460: checking whether to build static libraries configure:9464: result: yes configure:9555: creating libtool configure:10099: checking for ld used by c++ configure:10166: result: /usr/bin/ld configure:10175: checking if the linker (/usr/bin/ld) is GNU ld configure:10190: result: yes configure:10241: checking whether the c++ linker (/usr/bin/ld) supports shared libraries configure:11036: result: yes configure:11054: c++ -c -pipe -O2 -DNDEBUG -march=athlon -I/usr/local/include conftest.cc >&5 configure:11057: $? = 0 configure:11153: checking for c++ option to produce PIC configure:11405: result: -fPIC configure:11412: checking if c++ PIC flag -fPIC works configure:11430: c++ -c -pipe -O2 -DNDEBUG -march=athlon -I/usr/local/include -fPIC -DPIC conftest.cc >&5 configure:11434: $? = 0 configure:11445: result: yes configure:11469: checking if c++ supports -c -o file.o configure:11497: c++ -c -pipe -O2 -DNDEBUG -march=athlon -I/usr/local/include -o out/conftest2.o conftest.cc >&5 configure:11501: $? = 0 configure:11518: result: yes configure:11544: checking whether the c++ linker (/usr/bin/ld) supports shared libraries configure:11569: result: yes configure:11640: checking how to hardcode library paths into programs configure:11665: result: immediate configure:11679: checking whether stripping libraries is possible configure:11684: result: yes configure:11706: checking dynamic linker characteristics configure:12241: result: freebsd5.2 ld.so configure:13440: checking if libtool supports shared libraries configure:13442: result: yes configure:13445: checking whether to build shared libraries configure:13463: result: yes configure:13466: checking whether to build static libraries configure:13470: result: yes configure:13482: checking for f77 option to produce PIC configure:13659: result: -fPIC configure:13666: checking if f77 PIC flag -fPIC works configure:13684: f77 -c -g -O2 -fPIC conftest.f >&5 configure:13688: $? = 0 configure:13699: result: yes configure:13723: checking if f77 supports -c -o file.o configure:13751: f77 -c -g -O2 -o out/conftest2.o conftest.f >&5 configure:13755: $? = 0 configure:13772: result: yes configure:13798: checking whether the f77 linker (/usr/bin/ld) supports shared libraries configure:14595: result: yes configure:14666: checking how to hardcode library paths into programs configure:14691: result: immediate configure:14705: checking whether stripping libraries is possible configure:14710: result: yes configure:14732: checking dynamic linker characteristics configure:15267: result: freebsd5.2 ld.so configure:19216: checking for sys/types.h configure:19221: result: yes configure:19225: checking sys/time.h usability configure:19238: cc -c -pipe -O2 -DNDEBUG -march=athlon -I/usr/local/include conftest.c >&5 configure:19241: $? = 0 configure:19244: test -s conftest.o configure:19247: $? = 0 configure:19257: result: yes configure:19261: checking sys/time.h presence configure:19272: cc -E -I/usr/local/include conftest.c configure:19278: $? = 0 configure:19297: result: yes configure:19333: checking for sys/time.h configure:19340: result: yes configure:19216: checking for stdlib.h configure:19221: result: yes configure:19216: checking for unistd.h configure:19221: result: yes configure:19216: checking for string.h configure:19221: result: yes configure:19372: checking ieeefp.h usability configure:19385: cc -c -pipe -O2 -DNDEBUG -march=athlon -I/usr/local/include conftest.c >&5 configure:19388: $? = 0 configure:19391: test -s conftest.o configure:19394: $? = 0 configure:19404: result: yes configure:19408: checking ieeefp.h presence configure:19419: cc -E -I/usr/local/include conftest.c configure:19425: $? = 0 configure:19444: result: yes configure:19480: checking for ieeefp.h configure:19487: result: yes configure:19372: checking nan.h usability configure:19385: cc -c -pipe -O2 -DNDEBUG -march=athlon -I/usr/local/include conftest.c >&5 configure:19439:17: nan.h: No such file or directory configure:19388: $? = 1 configure: failed program was: | #line 19375 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libxslt" | #define VERSION "1.1.2" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | #include <stdlib.h> | #endif | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRING_H 1 | #define HAVE_IEEEFP_H 1 | /* end confdefs.h. */ | #include <stdio.h> | #if HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #if HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #if STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # if HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #if HAVE_STRINGS_H | # include <strings.h> | #endif | #if HAVE_INTTYPES_H | # include <inttypes.h> | #else | # if HAVE_STDINT_H | # include <stdint.h> | # endif | #endif | #if HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <nan.h> configure:19404: result: no configure:19408: checking nan.h presence configure:19419: cc -E -I/usr/local/include conftest.c configure:19441:17: nan.h: No such file or directory configure:19425: $? = 1 configure: failed program was: | #line 19411 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libxslt" | #define VERSION "1.1.2" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | #include <stdlib.h> | #endif | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRING_H 1 | #define HAVE_IEEEFP_H 1 | /* end confdefs.h. */ | #include <nan.h> configure:19444: result: no configure:19480: checking for nan.h configure:19487: result: no configure:19372: checking math.h usability configure:19385: cc -c -pipe -O2 -DNDEBUG -march=athlon -I/usr/local/include conftest.c >&5 configure:19388: $? = 0 configure:19391: test -s conftest.o configure:19394: $? = 0 configure:19404: result: yes configure:19408: checking math.h presence configure:19419: cc -E -I/usr/local/include conftest.c configure:19425: $? = 0 configure:19444: result: yes configure:19480: checking for math.h configure:19487: result: yes configure:19372: checking fp_class.h usability configure:19385: cc -c -pipe -O2 -DNDEBUG -march=athlon -I/usr/local/include conftest.c >&5 configure:19440:22: fp_class.h: No such file or directory configure:19388: $? = 1 configure: failed program was: | #line 19375 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libxslt" | #define VERSION "1.1.2" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | #include <stdlib.h> | #endif | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRING_H 1 | #define HAVE_IEEEFP_H 1 | #define HAVE_MATH_H 1 | /* end confdefs.h. */ | #include <stdio.h> | #if HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #if HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #if STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # if HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #if HAVE_STRINGS_H | # include <strings.h> | #endif | #if HAVE_INTTYPES_H | # include <inttypes.h> | #else | # if HAVE_STDINT_H | # include <stdint.h> | # endif | #endif | #if HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <fp_class.h> configure:19404: result: no configure:19408: checking fp_class.h presence configure:19419: cc -E -I/usr/local/include conftest.c configure:19442:22: fp_class.h: No such file or directory configure:19425: $? = 1 configure: failed program was: | #line 19411 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libxslt" | #define VERSION "1.1.2" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | #include <stdlib.h> | #endif | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRING_H 1 | #define HAVE_IEEEFP_H 1 | #define HAVE_MATH_H 1 | /* end confdefs.h. */ | #include <fp_class.h> configure:19444: result: no configure:19480: checking for fp_class.h configure:19487: result: no configure:19372: checking float.h usability configure:19385: cc -c -pipe -O2 -DNDEBUG -march=athlon -I/usr/local/include conftest.c >&5 configure:19388: $? = 0 configure:19391: test -s conftest.o configure:19394: $? = 0 configure:19404: result: yes configure:19408: checking float.h presence configure:19419: cc -E -I/usr/local/include conftest.c configure:19425: $? = 0 configure:19444: result: yes configure:19480: checking for float.h configure:19487: result: yes configure:19372: checking ansidecl.h usability configure:19385: cc -c -pipe -O2 -DNDEBUG -march=athlon -I/usr/local/include conftest.c >&5 configure:19441:22: ansidecl.h: No such file or directory configure:19388: $? = 1 configure: failed program was: | #line 19375 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libxslt" | #define VERSION "1.1.2" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | #include <stdlib.h> | #endif | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRING_H 1 | #define HAVE_IEEEFP_H 1 | #define HAVE_MATH_H 1 | #define HAVE_FLOAT_H 1 | /* end confdefs.h. */ | #include <stdio.h> | #if HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #if HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #if STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # if HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #if HAVE_STRINGS_H | # include <strings.h> | #endif | #if HAVE_INTTYPES_H | # include <inttypes.h> | #else | # if HAVE_STDINT_H | # include <stdint.h> | # endif | #endif | #if HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <ansidecl.h> configure:19404: result: no configure:19408: checking ansidecl.h presence configure:19419: cc -E -I/usr/local/include conftest.c configure:19443:22: ansidecl.h: No such file or directory configure:19425: $? = 1 configure: failed program was: | #line 19411 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libxslt" | #define VERSION "1.1.2" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | #include <stdlib.h> | #endif | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRING_H 1 | #define HAVE_IEEEFP_H 1 | #define HAVE_MATH_H 1 | #define HAVE_FLOAT_H 1 | /* end confdefs.h. */ | #include <ansidecl.h> configure:19444: result: no configure:19480: checking for ansidecl.h configure:19487: result: no configure:19517: checking sys/timeb.h usability configure:19530: cc -c -pipe -O2 -DNDEBUG -march=athlon -I/usr/local/include conftest.c >&5 configure:19533: $? = 0 configure:19536: test -s conftest.o configure:19539: $? = 0 configure:19549: result: yes configure:19553: checking sys/timeb.h presence configure:19564: cc -E -I/usr/local/include conftest.c configure:19570: $? = 0 configure:19589: result: yes configure:19625: checking for sys/timeb.h configure:19632: result: yes configure:19517: checking time.h usability configure:19530: cc -c -pipe -O2 -DNDEBUG -march=athlon -I/usr/local/include conftest.c >&5 configure:19533: $? = 0 configure:19536: test -s conftest.o configure:19539: $? = 0 configure:19549: result: yes configure:19553: checking time.h presence configure:19564: cc -E -I/usr/local/include conftest.c configure:19570: $? = 0 configure:19589: result: yes configure:19625: checking for time.h configure:19632: result: yes configure:19508: checking for sys/stat.h configure:19513: result: yes configure:19517: checking stdarg.h usability configure:19530: cc -c -pipe -O2 -DNDEBUG -march=athlon -I/usr/local/include conftest.c >&5 configure:19533: $? = 0 configure:19536: test -s conftest.o configure:19539: $? = 0 configure:19549: result: yes configure:19553: checking stdarg.h presence configure:19564: cc -E -I/usr/local/include conftest.c configure:19570: $? = 0 configure:19589: result: yes configure:19625: checking for stdarg.h configure:19632: result: yes configure:19650: checking for stat configure:19700: cc -o conftest -pipe -O2 -DNDEBUG -march=athlon -I/usr/local/include conftest.c >&5 configure:19703: $? = 0 configure:19706: test -s conftest configure:19709: $? = 0 configure:19720: result: yes configure:19650: checking for _stat configure:19700: cc -o conftest -pipe -O2 -DNDEBUG -march=athlon -I/usr/local/include conftest.c >&5 configure:19703: $? = 0 configure:19706: test -s conftest configure:19709: $? = 0 configure:19720: result: yes configure:19730: checking for isnan configure:19780: cc -o conftest -pipe -O2 -DNDEBUG -march=athlon -I/usr/local/include conftest.c >&5 configure:19783: $? = 0 configure:19786: test -s conftest configure:19789: $? = 0 configure:19800: result: yes configure:19869: checking for isinf configure:19919: cc -o conftest -pipe -O2 -DNDEBUG -march=athlon -I/usr/local/include conftest.c >&5 configure:19922: $? = 0 configure:19925: test -s conftest configure:19928: $? = 0 configure:19939: result: yes configure:20008: checking for pow configure:20058: cc -o conftest -pipe -O2 -DNDEBUG -march=athlon -I/usr/local/include conftest.c >&5 /var/tmp//cchFu16x.o: In function `main': /var/tmp//cchFu16x.o(.text+0x11): undefined reference to `pow' /var/tmp//cchFu16x.o(.data+0x0): undefined reference to `pow' configure:20061: $? = 1 configure: failed program was: | #line 20014 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libxslt" | #define VERSION "1.1.2" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | #include <stdlib.h> | #endif | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRING_H 1 | #define HAVE_IEEEFP_H 1 | #define HAVE_MATH_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STAT 1 | #define HAVE__STAT 1 | /* end confdefs.h. */ | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char pow (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char pow (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_pow) || defined (__stub___pow) | choke me | #else | char (*f) () = pow; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != pow; | ; | return 0; | } configure:20078: result: no configure:20083: checking for pow in -lm configure:20114: cc -o conftest -pipe -O2 -DNDEBUG -march=athlon -I/usr/local/include conftest.c -lm >&5 configure:20117: $? = 0 configure:20120: test -s conftest configure:20123: $? = 0 configure:20135: result: yes configure:20147: checking for floor configure:20197: cc -o conftest -pipe -O2 -DNDEBUG -march=athlon -I/usr/local/include conftest.c >&5 /var/tmp//ccWcc4d9.o: In function `main': /var/tmp//ccWcc4d9.o(.text+0x11): undefined reference to `floor' /var/tmp//ccWcc4d9.o(.data+0x0): undefined reference to `floor' configure:20200: $? = 1 configure: failed program was: | #line 20153 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libxslt" | #define VERSION "1.1.2" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | #include <stdlib.h> | #endif | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRING_H 1 | #define HAVE_IEEEFP_H 1 | #define HAVE_MATH_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STAT 1 | #define HAVE__STAT 1 | #define HAVE_POW 1 | /* end confdefs.h. */ | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char floor (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char floor (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_floor) || defined (__stub___floor) | choke me | #else | char (*f) () = floor; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != floor; | ; | return 0; | } configure:20217: result: no configure:20222: checking for floor in -lm configure:20253: cc -o conftest -pipe -O2 -DNDEBUG -march=athlon -I/usr/local/include conftest.c -lm >&5 configure:20256: $? = 0 configure:20259: test -s conftest configure:20262: $? = 0 configure:20274: result: yes configure:20286: checking for fabs configure:20336: cc -o conftest -pipe -O2 -DNDEBUG -march=athlon -I/usr/local/include conftest.c >&5 configure:20348: warning: conflicting types for built-in function `fabs' configure:20339: $? = 0 configure:20342: test -s conftest configure:20345: $? = 0 configure:20356: result: yes configure:20428: checking for gettimeofday configure:20478: cc -o conftest -pipe -O2 -DNDEBUG -march=athlon -I/usr/local/include conftest.c >&5 configure:20481: $? = 0 configure:20484: test -s conftest configure:20487: $? = 0 configure:20498: result: yes configure:20517: checking for mktime configure:20567: cc -o conftest -pipe -O2 -DNDEBUG -march=athlon -I/usr/local/include conftest.c >&5 configure:20570: $? = 0 configure:20573: test -s conftest configure:20576: $? = 0 configure:20587: result: yes configure:20517: checking for localtime configure:20567: cc -o conftest -pipe -O2 -DNDEBUG -march=athlon -I/usr/local/include conftest.c >&5 configure:20570: $? = 0 configure:20573: test -s conftest configure:20576: $? = 0 configure:20587: result: yes configure:20517: checking for asctime configure:20567: cc -o conftest -pipe -O2 -DNDEBUG -march=athlon -I/usr/local/include conftest.c >&5 configure:20570: $? = 0 configure:20573: test -s conftest configure:20576: $? = 0 configure:20587: result: yes configure:20517: checking for time configure:20567: cc -o conftest -pipe -O2 -DNDEBUG -march=athlon -I/usr/local/include conftest.c >&5 configure:20570: $? = 0 configure:20573: test -s conftest configure:20576: $? = 0 configure:20587: result: yes configure:20517: checking for gmtime configure:20567: cc -o conftest -pipe -O2 -DNDEBUG -march=athlon -I/usr/local/include conftest.c >&5 configure:20570: $? = 0 configure:20573: test -s conftest configure:20576: $? = 0 configure:20587: result: yes configure:20517: checking for ftime configure:20567: cc -o conftest -pipe -O2 -DNDEBUG -march=athlon -I/usr/local/include conftest.c >&5 /var/tmp//ccOBerit.o: In function `main': /var/tmp//ccOBerit.o(.text+0x11): undefined reference to `ftime' /var/tmp//ccOBerit.o(.data+0x0): undefined reference to `ftime' configure:20570: $? = 1 configure: failed program was: | #line 20523 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "libxslt" | #define VERSION "1.1.2" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | #include <stdlib.h> | #endif | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRING_H 1 | #define HAVE_IEEEFP_H 1 | #define HAVE_MATH_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_TIME_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDARG_H 1 | #define HAVE_STAT 1 | #define HAVE__STAT 1 | #define HAVE_POW 1 | #define HAVE_FLOOR 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_MKTIME 1 | #define HAVE_LOCALTIME 1 | #define HAVE_ASCTIME 1 | #define HAVE_TIME 1 | #define HAVE_GMTIME 1 | /* end confdefs.h. */ | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char ftime (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char ftime (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined (__stub_ftime) || defined (__stub___ftime) | choke me | #else | char (*f) () = ftime; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != ftime; | ; | return 0; | } configure:20587: result: no configure:20609: checking for printf configure:20659: cc -o conftest -pipe -O2 -DNDEBUG -march=athlon -I/usr/local/include conftest.c >&5 configure:20677: warning: conflicting types for built-in function `printf' configure:20662: $? = 0 configure:20665: test -s conftest configure:20668: $? = 0 configure:20679: result: yes configure:20609: checking for sprintf configure:20659: cc -o conftest -pipe -O2 -DNDEBUG -march=athlon -I/usr/local/include conftest.c >&5 configure:20678: warning: conflicting types for built-in function `sprintf' configure:20662: $? = 0 configure:20665: test -s conftest configure:20668: $? = 0 configure:20679: result: yes configure:20609: checking for fprintf configure:20659: cc -o conftest -pipe -O2 -DNDEBUG -march=athlon -I/usr/local/include conftest.c >&5 configure:20679: warning: conflicting types for built-in function `fprintf' configure:20662: $? = 0 configure:20665: test -s conftest configure:20668: $? = 0 configure:20679: result: yes configure:20609: checking for snprintf configure:20659: cc -o conftest -pipe -O2 -DNDEBUG -march=athlon -I/usr/local/include conftest.c >&5 configure:20680: warning: conflicting types for built-in function `snprintf' configure:20662: $? = 0 configure:20665: test -s conftest configure:20668: $? = 0 configure:20679: result: yes configure:20609: checking for vfprintf configure:20659: cc -o conftest -pipe -O2 -DNDEBUG -march=athlon -I/usr/local/include conftest.c >&5 configure:20662: $? = 0 configure:20665: test -s conftest configure:20668: $? = 0 configure:20679: result: yes configure:20609: checking for vsprintf configure:20659: cc -o conftest -pipe -O2 -DNDEBUG -march=athlon -I/usr/local/include conftest.c >&5 configure:20682: warning: conflicting types for built-in function `vsprintf' configure:20662: $? = 0 configure:20665: test -s conftest configure:20668: $? = 0 configure:20679: result: yes configure:20609: checking for vsnprintf configure:20659: cc -o conftest -pipe -O2 -DNDEBUG -march=athlon -I/usr/local/include conftest.c >&5 configure:20683: warning: conflicting types for built-in function `vsnprintf' configure:20662: $? = 0 configure:20665: test -s conftest configure:20668: $? = 0 configure:20679: result: yes configure:20609: checking for sscanf configure:20659: cc -o conftest -pipe -O2 -DNDEBUG -march=athlon -I/usr/local/include conftest.c >&5 configure:20684: warning: conflicting types for built-in function `sscanf' configure:20662: $? = 0 configure:20665: test -s conftest configure:20668: $? = 0 configure:20679: result: yes configure:20703: checking for perl configure:20719: found /usr/bin/perl configure:20730: result: perl configure:20977: checking for libxml libraries >= 2.6.3 configure:21037: error: Version 2.6.2 found. You need at least libxml2 2.6.3 for this version of libxslt ## ---------------- ## ## Cache variables. ## ## ---------------- ## lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\(\\)\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2\\3 \\3/p'\''"' ac_cv_prog_ac_ct_F77=f77 am_cv_CC_dependencies_compiler_type=gcc3 ac_cv_func_sscanf=yes ac_cv_header_ansidecl_h=no ac_cv_prog_CXXCPP='c++ -E' ac_cv_env_CXXFLAGS_value='-pipe -O2 -DNDEBUG -march=athlon' ac_cv_func_stat=yes lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\''' ac_cv_f77_compiler_gnu=yes ac_cv_env_F77_value= ac_cv_header_stdlib_h=yes lt_cv_file_magic_cmd='$MAGIC_CMD' ac_cv_header_sys_time_h=yes ac_cv_func_localtime=yes lt_cv_prog_gnu_ldcxx=yes ac_cv_lib_cposix_strerror=no ac_cv_prog_cc_g=yes ac_cv_env_CXXCPP_set= ac_cv_env_LDFLAGS_set= ac_cv_func_gmtime=yes ac_cv_header_stdarg_h=yes lt_cv_prog_compiler_c_o_CXX=yes ac_cv_prog_ac_ct_AR=ar ac_cv_c_compiler_gnu=yes ac_cv_exeext= ac_cv_env_CFLAGS_set=set ac_cv_func_fprintf=yes lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\''' ac_cv_func_vfprintf=yes ac_cv_func_fabs=yes ac_cv_header_fp_class_h=no lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"' ac_cv_prog_make_gmake_set=yes ac_cv_env_FFLAGS_set= lt_cv_sys_max_cmd_len=65536 ac_cv_func_mktime=yes ac_cv_env_CPP_value= ac_cv_env_CPPFLAGS_set=set ac_cv_header_float_h=yes ac_cv_cxx_compiler_gnu=yes ac_cv_env_CXX_set=set ac_cv_func_snprintf=yes ac_cv_func_ftime=no lt_lt_cv_prog_compiler_c_o_CXX='"yes"' ac_cv_env_host_alias_set= ac_cv_func_vsnprintf=yes lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"' lt_cv_ld_reload_flag=-r ac_cv_func_pow=no ac_cv_func_isinf=yes ac_cv_func_isnan=yes lt_cv_prog_gnu_ld=yes ac_cv_header_sys_stat_h=yes ac_cv_env_build_alias_set=set ac_cv_func__stat=yes lt_cv_prog_compiler_c_o=yes ac_cv_prog_f77_g=yes ac_cv_env_CXXCPP_value= ac_cv_env_LDFLAGS_value= ac_cv_env_target_alias_set= ac_cv_func_sprintf=yes ac_cv_host_alias=i386-portbld-freebsd5.2 ac_cv_prog_cc_stdc= ac_cv_env_CFLAGS_value='-pipe -O2 -DNDEBUG -march=athlon' ac_cv_env_CC_set=set ac_cv_func_vsprintf=yes ac_cv_func_gettimeofday=yes ac_cv_header_math_h=yes lt_cv_prog_compiler_c_o_F77=yes ac_cv_header_sys_types_h=yes ac_cv_header_stdc=yes ac_cv_func_printf=yes ac_cv_header_ieeefp_h=yes ac_cv_header_strings_h=yes lt_cv_path_SED=/usr/bin/sed ac_cv_header_stdint_h=yes ac_cv_header_inttypes_h=yes ac_cv_prog_egrep='grep -E' ac_cv_env_FFLAGS_value= ac_cv_header_sys_timeb_h=yes lt_cv_path_LD=/usr/bin/ld lt_cv_prog_compiler_rtti_exceptions=no ac_cv_header_unistd_h=yes ac_cv_header_string_h=yes ac_cv_build_alias=i386-portbld-freebsd5.2 ac_cv_env_CPPFLAGS_value=-I/usr/local/include ac_cv_func_floor=no ac_cv_lib_m_pow=yes ac_cv_header_time_h=yes lt_lt_cv_prog_compiler_c_o='"yes"' ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_header_memory_h=yes ac_cv_env_CXXFLAGS_set=set ac_cv_env_CXX_value=c++ ac_cv_func_asctime=yes ac_cv_prog_ac_ct_STRIP=strip ac_cv_host=i386-portbld-freebsd5.2 ac_cv_env_F77_set= ac_cv_env_host_alias_value= ac_cv_func_time=yes lt_lt_cv_prog_compiler_c_o_F77='"yes"' ac_cv_header_nan_h=no lt_cv_objdir=.libs ac_cv_prog_cxx_g=yes lt_cv_file_magic_test_file= am_cv_CXX_dependencies_compiler_type=gcc3 ac_cv_build=i386-portbld-freebsd5.2 ac_cv_prog_CPP='cc -E' ac_cv_prog_AWK=nawk ac_cv_env_build_alias_value=i386-portbld-freebsd5.2 lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\''' lt_cv_deplibs_check_method=pass_all ac_cv_prog_ac_ct_CC=cc ac_cv_prog_PERL=perl lt_cv_path_LDCXX=/usr/bin/ld ac_cv_env_target_alias_value= ac_cv_env_CC_value=cc ac_cv_lib_m_floor=yes lt_cv_path_NM='/usr/bin/nm -B' ac_cv_env_CPP_set= ac_cv_header_dlfcn_h=yes ac_cv_objext=o ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /usr/ports/textproc/libxslt/work/libxslt-1.1.2/missing --run aclocal-1.6' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /usr/ports/textproc/libxslt/work/libxslt-1.1.2/missing --run tar' AR='ar' AUTOCONF='${SHELL} /usr/ports/textproc/libxslt/work/libxslt-1.1.2/missing --run autoconf' AUTOHEADER='${SHELL} /usr/ports/textproc/libxslt/work/libxslt-1.1.2/missing --run autoheader' AUTOMAKE='${SHELL} /usr/ports/textproc/libxslt/work/libxslt-1.1.2/missing --run automake-1.6' AWK='nawk' CC='cc' CCDEPMODE='depmode=gcc3' CFLAGS='-pipe -O2 -DNDEBUG -march=athlon -Wall' CPP='cc -E' CPPFLAGS='-I/usr/local/include' CXX='c++' CXXCPP='c++ -E' CXXDEPMODE='depmode=gcc3' CXXFLAGS='-pipe -O2 -DNDEBUG -march=athlon' DEFS='' DEPDIR='.deps' ECHO='echo' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='' EXSLT_INCLUDEDIR='' EXSLT_LIBDIR='' EXSLT_LIBS='' EXTRA_LIBS='' F77='f77' FFLAGS='-g -O2' HTML_DIR='/usr/local/share/doc' INSTALL_DATA='install -o root -g wheel -m 444' INSTALL_PROGRAM='install -s -o root -g wheel -m 555' INSTALL_SCRIPT='install -o root -g wheel -m 555' INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' LDFLAGS='' LIBEXSLT_MAJOR_VERSION='0' LIBEXSLT_MICRO_VERSION='2' LIBEXSLT_MINOR_VERSION='8' LIBEXSLT_VERSION='0.8.2' LIBEXSLT_VERSION_INFO='8:2:8' LIBEXSLT_VERSION_NUMBER='802' LIBOBJS='' LIBS='' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIBXML_CFLAGS='' LIBXML_LIBS='' LIBXML_REQUIRED_VERSION='2.6.3' LIBXML_SRC='' LIBXSLT_MAJOR_VERSION='1' LIBXSLT_MICRO_VERSION='2' LIBXSLT_MINOR_VERSION='1' LIBXSLT_VERSION='1.1.2' LIBXSLT_VERSION_INFO='2:2:1' LIBXSLT_VERSION_NUMBER='10102' LN_S='ln -s' LTLIBOBJS='' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKEINFO='${SHELL} /usr/ports/textproc/libxslt/work/libxslt-1.1.2/missing --run makeinfo' M_LIBS='-lm' OBJEXT='o' PACKAGE='libxslt' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' PERL='perl' PYTHON='/usr/local/bin/python' PYTHONSODV='' PYTHON_INCLUDES='/usr/local/include/python2.3' PYTHON_SITE_PACKAGES='/usr/local/lib/python2.3/site-packages' PYTHON_SUBDIR='python' PYTHON_VERSION='2.3' RANLIB='ranlib' RELDATE='' SET_MAKE='' SHELL='/bin/sh' STATIC_BINARIES='' STRIP='strip' VERSION='1.1.2' WIN32_EXTRA_LDFLAGS='' WIN32_EXTRA_LIBADD='' WITH_DEBUGGER='1' WITH_MEM_DEBUG='0' WITH_PERL_FALSE='#' WITH_PERL_TRUE='' WITH_PYTHON_FALSE='#' WITH_PYTHON_TRUE='' WITH_TRIO='0' WITH_XSLT_DEBUG='1' XML_CONFIG='xml2-config' XSLTPROCDV='' XSLT_INCLUDEDIR='' XSLT_LIBDIR='' XSLT_LIBS='' ac_ct_AR='ar' ac_ct_CC='cc' ac_ct_CXX='' ac_ct_F77='f77' ac_ct_RANLIB='ranlib' ac_ct_STRIP='strip' am__include='include' am__quote='' bindir='${exec_prefix}/bin' build='i386-portbld-freebsd5.2' build_alias='i386-portbld-freebsd5.2' build_cpu='i386' build_os='freebsd5.2' build_vendor='portbld' datadir='${prefix}/share' exec_prefix='NONE' host='i386-portbld-freebsd5.2' host_alias='' host_cpu='i386' host_os='freebsd5.2' host_vendor='portbld' includedir='${prefix}/include' infodir='${prefix}/info' install_sh='/usr/ports/textproc/libxslt/work/libxslt-1.1.2/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' oldincludedir='/usr/include' prefix='/usr/local' program_transform_name='s,x,x,' pythondir='$(libdir)/python${PYTHON_VERSION}/site-packages' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define HAVE_ASCTIME 1 #define HAVE_DLFCN_H 1 #define HAVE_FLOAT_H 1 #define HAVE_FLOOR 1 #define HAVE_FPRINTF 1 #define HAVE_GETTIMEOFDAY 1 #define HAVE_GMTIME 1 #define HAVE_IEEEFP_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_LOCALTIME 1 #define HAVE_MATH_H 1 #define HAVE_MEMORY_H 1 #define HAVE_MKTIME 1 #define HAVE_POW 1 #define HAVE_PRINTF 1 #define HAVE_SNPRINTF 1 #define HAVE_SPRINTF 1 #define HAVE_SSCANF 1 #define HAVE_STAT 1 #define HAVE_STDARG_H 1 #define HAVE_STDINT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRINGS_H 1 #define HAVE_STRING_H 1 #define HAVE_STRING_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TIMEB_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_TIME 1 #define HAVE_TIME_H 1 #define HAVE_UNISTD_H 1 #define HAVE_UNISTD_H 1 #define HAVE_VFPRINTF 1 #define HAVE_VSNPRINTF 1 #define HAVE_VSPRINTF 1 #define HAVE__STAT 1 #define PACKAGE "libxslt" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define STDC_HEADERS 1 #define VERSION "1.1.2" #define WITH_DEBUGGER 1 #endif #ifdef __cplusplus #include <stdlib.h> configure: exit 1 --W/nzBZO5zC0uMSeA Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=pkgs XFree86-Server-4.3.0_12 XFree86-clients-4.3.0_5 XFree86-documents-4.3.0 XFree86-font100dpi-4.3.0 XFree86-font75dpi-4.3.0 XFree86-fontDefaultBitmaps-4.3.0 XFree86-fontEncodings-4.3.0 XFree86-fontScalable-4.3.0 XFree86-libraries-4.3.0_6 XFree86-manuals-4.3.0 Xaw3d-1.5 Xft-2.1.2 apache-2.0.48_3 atk-1.4.1_2 autoconf-2.13.000227_5 autoconf-2.53_1 automake-1.4.5_9 bash-2.05b.007 bison-1.75_2 bitstream-vera-1.10 cclient-2002d,1 compat4x-i386-5.0.20030328 courier-imap-2.2.1_2,1 cracklib-2.7_1 ctags-5.5.2 curl-7.11.0 cvsup-16.1h db3-3.3.11_1,1 docbook-1.3 docbook-241_2 docbook-3.0_2 docbook-3.1_2 docbook-4.0_2 docbook-4.1_2 docbook-xml-4.2_1 dri-4.3.0,1 electricfence-2.2.2 esound-0.2.32_1 expat-1.95.6_1 firefox-0.8_2 fontconfig-2.2.90_3 freetype2-2.1.5_1 fvwm-2.4.17 gdbm-1.8.3 gettext-0.13.1 ghostscript-gnu-7.07_5 glib-1.2.10_10 glib-2.2.3_1 gmake-3.80_2 gnomehier-1.0_10 gtk-2.2.4_2 gv-3.5.8_3 help2man-1.29 imake-4.3.0_1 intltool-0.29_1 iso8879-1986_2 ispell-3.2.06_4 jade-1.2.1_6 jpeg-6b_1 lcms-1.09,1 lftp-2.6.12 libIDL-0.8.3_1 libaudiofile-0.2.5 libglade2-2.0.1_2 libgmp-4.1.2_3 libiconv-1.9.1_3 libltdl-1.5 libmcal-0.7_1 libmcrypt-2.5.7_1 libmng-1.0.5_1 libpcap-0.8.1_351 librep-0.16.2_4 libtool-1.3.5_1 libtool-1.4.3_2 libwww-5.4.0_1 libxml2-2.6.2_1 links-2.1.p11,1 linuxdoc-1.1_1 m4-1.4_1 mhash-0.8.18 mit-scheme-7.7.1_1 moscow_ml-2.01 mozilla-firebird-0.7_3 mozilla-gtk2-1.6_2,2 mozilla-thunderbird-0.4_1 mutt-1.4.1_5 nspr-4.4.1_1 open-motif-2.2.2_2 openldap-client-2.1.26 p5-File-Temp-0.12_1 p5-XML-Parser-2.34 pango-1.2.5_1 pcre-4.5 pear-Archive_Tar-1.1_1 pear-Auth-1.2.3 pear-Auth_SASL-1.0.1_1 pear-Console_Getopt-1.2 pear-DB-1.5.0.r2_1,1 pear-Date-1.4 pear-HTML_Common-1.2.1 pear-Log-1.8.3 pear-Mail-1.1.2_1 pear-Mail_Mime-1.2.1_4 pear-Net_SMTP-1.2.3_1 pear-Net_Socket-1.0.1_2 pear-PEAR-1.2.1_1 perl-5.6.1_15 pine-4.58 pkgconfig-0.15.0 pkgdb.db png-1.2.5_2 portlint-2.5.7 portupgrade-20040208 postfix-2.0.18,1 postgresql-client-7.4.1_1 python-2.3.2_3 ratpoison-1.2.2_1 rep-gtk2-0.17_3,1 rtfreader-1.0 ruby-1.6.8.2003.10.15 ruby-bdb1-0.2.1 ruby-shim-ruby18-1.8.1.p3 rxvt-2.6.4_1 sawfish2-1.3_5,2 sgmlformat-1.7_2 startup-notification-0.5_1 sudo-1.6.7.5 t1lib-5.0.0_1 tcpdump-3.8.1_351 teTeX-2.0.2_3 tiff-3.6.0 unzip-5.50_2 urwfonts-1.0 vim-gtk2-6.2.221_1 wget-1.8.2_6 wrapper-1.0_3 xmlcatmgr-2.0.b1 xpdf-2.03_1 zip-2.3_1 zsh-4.0.9 zziplib-0.10.82 --W/nzBZO5zC0uMSeA--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040213125713.GA29515>