Date: Thu, 26 Feb 2004 01:22:22 -0600 (CST) From: "Oliver Coleman" <ojc@fusemail.com> To: gnome@FreeBSD.org Subject: Error while compiling KDE 3.2 on FreeBSD 4.9 Stable Message-ID: <1311.211.26.132.46.1077780142.fusewebmail@www.fusemail.com>
next in thread | raw e-mail | index | archive | help
Hey there, Had a bit of an error message while attempting to `make' KDE 3.2 on FreeBSD stable 4.9 (after updating the entire ports tree on 25-02-2004). I'm not sure whether I'm doing something wrong; I shall attempt to find that out now. -------------BEGIN CONSOLE OUTPUT-------------- checking for libxml libraries >= 2.6.5... configure: error: Version 2.5.11 found. You need at least libxml2 2.6.5 for this version of libxslt ===> Script "configure" failed unexpectedly. Please report the problem to gnome@FreeBSD.org [maintainer] and attach the "/usr/ports/textproc/libxslt/work/libxslt-1.1.4/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 Stop in /usr/ports/textproc/libxslt. *** Error code 1 Stop in /usr/ports/textproc/libxslt. *** Error code 1 Stop in /usr/ports/x11/kdelibs3. *** Error code 1 Stop in /usr/ports/x11/kde3. -------------END CONSOLE OUTPUT-------------- -------------BEGIN libxslt-1.1.4/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-freebsd4.9 ## --------- ## ## Platform. ## ## --------- ## hostname = leftyhost.leftydomain uname -m = i386 uname -r = 4.9-RELEASE uname -s = FreeBSD uname -v = FreeBSD 4.9-RELEASE #1: Wed Feb 18 20:45:34 EST 2004 lefty@leftyhost.leftydomain:/usr/src/sys/compile/LEFTYKERNEL /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: /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: /root/bin PATH: /usr/local/jdk1.4.1/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 2.95.4 configure:2335: $? = 0 configure:2337: cc -v </dev/null >&5 Using builtin specs. gcc version 2.95.4 20020320 [FreeBSD] configure:2340: $? = 0 configure:2342: cc -V </dev/null >&5 cc: argument to `-V' is missing configure:2345: $? = 1 configure:2369: checking for C compiler default output configure:2372: cc -O -pipe -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 -O -pipe -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 -O -pipe -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 -O -pipe -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 -O -pipe -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 -O -pipe -I/usr/local/include conftest.c >&5 conftest.c:2: 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: gcc configure:2952: checking for strerror in -lcposix configure:2983: cc -o conftest -O -pipe -I/usr/local/include conftest.c -lcposix >&5 /usr/libexec/elf/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.4" | /* 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 2.95.4 configure:3334: $? = 0 configure:3336: cc -v </dev/null >&5 Using builtin specs. gcc version 2.95.4 20020320 [FreeBSD] configure:3339: $? = 0 configure:3341: cc -V </dev/null >&5 cc: argument to `-V' is missing 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 -O -pipe -I/usr/local/include conftest.c >&5 conftest.c:2: 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: gcc 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: 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.4" | /* 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: 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.4" | /* 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 -O -pipe -I/usr/local/include conftest.c >&5 configure:4025: $? = 0 configure:4028: test -s conftest.o configure:4031: $? = 0 configure:4123: cc -o conftest -O -pipe -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-freebsd4.9 configure:4261: checking host system type configure:4275: result: i386-portbld-freebsd4.9 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/libexec/elf/ld configure:4427: checking if the linker (/usr/libexec/elf/ld) is GNU ld configure:4442: result: yes configure:4447: checking for /usr/libexec/elf/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 -O -pipe -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 -O -pipe -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 -O -pipe -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 -O -pipe -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 -O -pipe -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 -O -pipe -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 -O -pipe -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 -O -pipe -I/usr/local/include conftest.c >&5 configure:4991: stdint.h: No such file or directory configure:4952: $? = 1 configure: failed program was: | #line 4938 "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.4" | #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 | /* 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 <stdint.h> configure:4969: result: no configure:4932: checking for unistd.h configure:4949: cc -c -O -pipe -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 -O -pipe -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 2.95.4 configure:5223: $? = 0 configure:5225: c++ -v </dev/null >&5 Using builtin specs. gcc version 2.95.4 20020320 [FreeBSD] configure:5228: $? = 0 configure:5230: c++ -V </dev/null >&5 c++: argument to `-V' missing configure:5233: $? = 1 configure:5236: checking whether we are using the GNU C++ compiler configure:5261: c++ -c -O -pipe -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 -O -pipe -I/usr/local/include conftest.cc >&5 configure:5378: $? = 0 configure:5381: test -s conftest.o configure:5384: $? = 0 configure:5411: c++ -c -O -pipe -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: gcc 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:5599: 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.4" | #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_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | /* 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:5706: 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.4" | #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_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | /* 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 0.5.25 20020320 (prerelease) Copyright (C) 1997 Free Software Foundation, Inc. For more version information on components of the GNU Fortran compilation system, especially useful when reporting bugs, type the command `g77 --verbose'. 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 g77 version 2.95.4 20020320 [FreeBSD] (from FSF-g77 version 0.5.25 20020320 (prerelease)) Driving: f77 -v -c -xf77-version /dev/null -xnone Using builtin specs. gcc version 2.95.4 20020320 [FreeBSD] /usr/libexec/cpp0 -lang-c -v -D__GNUC__=2 -D__GNUC_MINOR__=95 -D__i386__ -D__FreeBSD__=4 -D__FreeBSD_cc_version=460001 -D__unix__ -D__i386 -D__unix -Acpu(i386) -Amachine(i386) -Asystem(unix) -Asystem(FreeBSD) -D_LANGUAGE_FORTRAN -traditional -Acpu(i386) -Amachine(i386) -Di386 -D__i386 -D__i386__ -D__ELF__ /dev/null /dev/null GNU CPP version 2.95.4 20020320 [FreeBSD] (i386 FreeBSD/ELF) #include "..." search starts here: #include <...> search starts here: /usr/include /usr/include End of search list. The following default directories have been omitted from the search path: /usr/include/g++ End of omitted list. /usr/libexec/f771 -fnull-version -quiet -dumpbase g77-version.f -version -fversion -o /tmp/ccaZILwz.s /dev/null GNU F77 version 2.95.4 20020320 [FreeBSD] (i386-unknown-freebsd) compiled by GNU C version 2.95.4 20020320 [FreeBSD]. GNU Fortran Front End version 0.5.25 20020320 (prerelease) /usr/libexec/elf/as -v -o /tmp/ccGvj1Dy.o /tmp/ccaZILwz.s GNU assembler version 2.12.1 [FreeBSD] 2002-07-20 (i386-obrien-freebsd5.0) using BFD version 2.12.1 [FreeBSD] 2002-07-20 /usr/libexec/elf/ld -V -dynamic-linker /usr/libexec/ld-elf.so.1 -o /tmp/cckjWKsJ /tmp/ccGvj1Dy.o /usr/lib/crt1.o /usr/lib/crti.o /usr/lib/crtbegin.o -L/usr/lib -lg2c -lm -lgcc -lc -lgcc /usr/lib/crtend.o /usr/lib/crtn.o /usr/lib/libg2c.so: warning: tempnam() possibly used unsafely; consider using mkstemp() GNU ld version 2.12.1 [FreeBSD] 2002-07-20 Supported emulations: elf_i386 /tmp/cckjWKsJ __G77_LIBF77_VERSION__: 0.5.25 20010315 (release) @(#)LIBF77 VERSION 19990503 __G77_LIBI77_VERSION__: 0.5.25 20010315 (release) @(#) LIBI77 VERSION pjw,dmg-mods 19990503 __G77_LIBU77_VERSION__: 0.5.25 20010315 (release) @(#) LIBU77 VERSION 19980709 configure:5846: $? = 0 configure:5848: f77 -V </dev/null >&5 f77: argument to `-V' missing 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 -O -pipe -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 -O -pipe -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 -O -pipe -I/usr/local/include -fno-rtti -fno-exceptions conftest.c >&5 configure:6844: $? = 0 configure:6855: result: yes 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 -O -pipe -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 -O -pipe -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/libexec/elf/ld) supports shared libraries configure:8005: result: yes configure:8031: checking whether -lc should be explicitly linked in configure:8036: cc -c -O -pipe -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: freebsd4.9 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/libexec/elf/ld configure:10175: checking if the linker (/usr/libexec/elf/ld) is GNU ld configure:10190: result: yes configure:10241: checking whether the c++ linker (/usr/libexec/elf/ld) supports shared libraries configure:11036: result: yes configure:11054: c++ -c -O -pipe -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 -O -pipe -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 -O -pipe -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/libexec/elf/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: freebsd4.9 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/libexec/elf/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: freebsd4.9 ld.so configure:19216: checking for sys/types.h configure:19221: result: yes configure:19225: checking sys/time.h usability configure:19238: cc -c -O -pipe -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 -O -pipe -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 -O -pipe -I/usr/local/include conftest.c >&5 configure:19435: 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.4" | #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_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #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:19437: 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.4" | #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_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #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 -O -pipe -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 -O -pipe -I/usr/local/include conftest.c >&5 configure:19436: 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.4" | #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_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #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:19438: 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.4" | #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_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #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 -O -pipe -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 -O -pipe -I/usr/local/include conftest.c >&5 configure:19437: 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.4" | #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_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #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:19439: 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.4" | #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_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #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 -O -pipe -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 -O -pipe -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 -O -pipe -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 -O -pipe -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 -O -pipe -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 -O -pipe -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 -O -pipe -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 -O -pipe -I/usr/local/include conftest.c >&5 /tmp/ccDVhzPr.o: In function `main': /tmp/ccDVhzPr.o(.text+0x9): undefined reference to `pow' /tmp/ccDVhzPr.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.4" | #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_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #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 -O -pipe -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 -O -pipe -I/usr/local/include conftest.c >&5 /tmp/ccdkeR4g.o: In function `main': /tmp/ccdkeR4g.o(.text+0x9): undefined reference to `floor' /tmp/ccdkeR4g.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.4" | #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_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #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 -O -pipe -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 -O -pipe -I/usr/local/include conftest.c >&5 configure:20344: 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 -O -pipe -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 -O -pipe -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 -O -pipe -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 -O -pipe -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 -O -pipe -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 -O -pipe -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 -O -pipe -I/usr/local/include conftest.c >&5 /tmp/ccqUqydK.o: In function `main': /tmp/ccqUqydK.o(.text+0x9): undefined reference to `ftime' /tmp/ccqUqydK.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.4" | #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_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #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 -O -pipe -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 sprintf configure:20659: cc -o conftest -O -pipe -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 fprintf configure:20659: cc -o conftest -O -pipe -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 snprintf configure:20659: cc -o conftest -O -pipe -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 vfprintf configure:20659: cc -o conftest -O -pipe -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 -O -pipe -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 vsnprintf configure:20659: cc -o conftest -O -pipe -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 sscanf configure:20659: cc -o conftest -O -pipe -I/usr/local/include conftest.c >&5 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.5 configure:21037: error: Version 2.5.11 found. You need at least libxml2 2.6.5 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=gcc ac_cv_func_sscanf=yes ac_cv_header_ansidecl_h=no ac_cv_prog_CXXCPP='c++ -E' ac_cv_env_CXXFLAGS_value=' -O -pipe ' 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-freebsd4.9 ac_cv_prog_cc_stdc= ac_cv_env_CFLAGS_value='-O -pipe ' 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=no 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/libexec/elf/ld lt_cv_prog_compiler_rtti_exceptions=yes ac_cv_header_unistd_h=yes ac_cv_header_string_h=yes ac_cv_build_alias=i386-portbld-freebsd4.9 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-freebsd4.9 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=gcc ac_cv_build=i386-portbld-freebsd4.9 ac_cv_prog_CPP='cc -E' ac_cv_prog_AWK=nawk ac_cv_env_build_alias_value=i386-portbld-freebsd4.9 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/libexec/elf/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.4/missing --run aclocal-1.6' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /usr/ports/textproc/libxslt/work/libxslt-1.1.4/missing --run tar' AR='ar' AUTOCONF='${SHELL} /usr/ports/textproc/libxslt/work/libxslt-1.1.4/missing --run autoconf' AUTOHEADER='${SHELL} /usr/ports/textproc/libxslt/work/libxslt-1.1.4/missing --run autoheader' AUTOMAKE='${SHELL} /usr/ports/textproc/libxslt/work/libxslt-1.1.4/missing --run automake-1.6' AWK='nawk' CC='cc' CCDEPMODE='depmode=gcc' CFLAGS='-O -pipe -Wall' CPP='cc -E' CPPFLAGS='-I/usr/local/include' CXX='c++' CXXCPP='c++ -E' CXXDEPMODE='depmode=gcc' CXXFLAGS=' -O -pipe ' 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 -c -o root -g wheel -m 444' INSTALL_PROGRAM='install -c -s -o root -g wheel -m 555' INSTALL_SCRIPT='install -c -o root -g wheel -m 555' INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' LDFLAGS='' LIBEXSLT_MAJOR_VERSION='0' LIBEXSLT_MICRO_VERSION='4' LIBEXSLT_MINOR_VERSION='8' LIBEXSLT_VERSION='0.8.4' LIBEXSLT_VERSION_INFO='8:4:8' LIBEXSLT_VERSION_NUMBER='804' LIBOBJS='' LIBS='' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIBXML_CFLAGS='' LIBXML_LIBS='' LIBXML_REQUIRED_VERSION='2.6.5' LIBXML_SRC='' LIBXSLT_MAJOR_VERSION='1' LIBXSLT_MICRO_VERSION='4' LIBXSLT_MINOR_VERSION='1' LIBXSLT_VERSION='1.1.4' LIBXSLT_VERSION_INFO='2:4:1' LIBXSLT_VERSION_NUMBER='10104' LN_S='ln -s' LTLIBOBJS='' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKEINFO='${SHELL} /usr/ports/textproc/libxslt/work/libxslt-1.1.4/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.4' 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-freebsd4.9' build_alias='i386-portbld-freebsd4.9' build_cpu='i386' build_os='freebsd4.9' build_vendor='portbld' datadir='${prefix}/share' exec_prefix='NONE' host='i386-portbld-freebsd4.9' host_alias='' host_cpu='i386' host_os='freebsd4.9' host_vendor='portbld' includedir='${prefix}/include' infodir='${prefix}/info' install_sh='/usr/ports/textproc/libxslt/work/libxslt-1.1.4/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_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.4" #define WITH_DEBUGGER 1 configure: exit 1 -----------------END libxslt-1.1.4/config.log---------------- -----------------BEGIN `ll /var/db/pkg/'---------------- total 13660 drwxr-xr-x 2 root wheel 512 Feb 1 09:36 Hermes-1.3.3 drwxr-xr-x 2 root wheel 512 Feb 1 07:49 Mesa-3.4.2_2 drwxr-xr-x 2 root wheel 512 Feb 1 09:37 ORBit2-2.8.1 drwxr-xr-x 2 root wheel 512 Feb 1 07:42 XFree86-4.3.0,1 drwxr-xr-x 2 root wheel 512 Feb 1 07:42 XFree86-FontServer-4.3.0_2 drwxr-xr-x 2 root wheel 512 Feb 1 07:42 XFree86-Server-4.3.0_10 drwxr-xr-x 2 root wheel 512 Feb 1 07:42 XFree86-clients-4.3.0_3 drwxr-xr-x 2 root wheel 512 Feb 1 07:42 XFree86-documents-4.3.0 drwxr-xr-x 2 root wheel 512 Feb 1 07:42 XFree86-font100dpi-4.3.0 drwxr-xr-x 2 root wheel 512 Feb 1 07:42 XFree86-font75dpi-4.3.0 drwxr-xr-x 2 root wheel 512 Feb 1 07:42 XFree86-fontCyrillic-4.3.0 drwxr-xr-x 2 root wheel 512 Feb 1 07:42 XFree86-fontDefaultBitmaps-4.3.0 drwxr-xr-x 2 root wheel 512 Feb 1 07:42 XFree86-fontEncodings-4.3.0 drwxr-xr-x 2 root wheel 512 Feb 1 07:42 XFree86-fontScalable-4.3.0 drwxr-xr-x 2 root wheel 512 Feb 1 07:41 XFree86-libraries-4.3.0_6 drwxr-xr-x 2 root wheel 512 Feb 1 07:42 Xft-2.1.2 drwxr-xr-x 2 root wheel 512 Feb 1 07:50 aalib-1.4.r5_1 drwxr-xr-x 2 root wheel 512 Feb 1 09:38 acme-2.4.0 drwxr-xr-x 2 root wheel 512 Feb 17 18:13 apache-ant-1.5.4 drwxr-xr-x 2 root wheel 512 Feb 1 07:50 arts-1.1.4,1 drwxr-xr-x 2 root wheel 512 Feb 1 09:39 aspell-0.50.3_1 drwxr-xr-x 2 root wheel 512 Feb 1 09:41 at-spi-1.3.7 drwxr-xr-x 2 root wheel 512 Feb 1 09:37 atk-1.4.0 drwxr-xr-x 2 root wheel 512 Feb 1 09:29 autoconf-2.13.000227_5 drwxr-xr-x 2 root wheel 512 Feb 14 09:43 automake-1.4.5_9 drwxr-xr-x 2 root wheel 512 Feb 4 20:05 backfract-1.1.2 drwxr-xr-x 2 root wheel 512 Feb 16 20:53 barry-0.6 drwxr-xr-x 2 root wheel 512 Feb 17 08:53 bison-1.75_1 drwxr-xr-x 2 root wheel 512 Feb 1 09:38 bitstream-vera-1.10 drwxr-xr-x 2 root wheel 512 Feb 4 20:41 blender-2.25 drwxr-xr-x 2 root wheel 512 Feb 1 09:38 bugbuddy2-2.4.0 drwxr-xr-x 2 root wheel 512 Feb 1 07:50 cdparanoia-3.9.8_5 drwxr-xr-x 2 root wheel 512 Feb 1 09:38 cdrtools-2.0.3 drwxr-xr-x 2 root wheel 512 Feb 1 07:49 cups-base-1.1.19.0 drwxr-xr-x 2 root wheel 512 Feb 24 22:22 cvsup-16.1h drwxr-xr-x 2 root wheel 512 Feb 17 08:59 djbfft-0.76 drwxr-xr-x 2 root wheel 512 Feb 1 09:37 docbook-sk-4.1.2 drwxr-xr-x 2 root wheel 512 Feb 1 09:37 docbook-xml-4.2_1 drwxr-xr-x 2 root wheel 512 Feb 1 09:37 docbook-xsl-1.61.3_1 drwxr-xr-x 2 root wheel 512 Feb 13 20:55 downloader-2.4.1_2 drwxr-xr-x 2 root wheel 512 Feb 17 18:26 eclipse-2.1.1_2 drwxr-xr-x 2 root wheel 512 Feb 1 09:38 eel2-2.4.0 drwxr-xr-x 2 root wheel 512 Feb 1 09:38 eog2-2.4.0 drwxr-xr-x 2 root wheel 512 Feb 1 09:39 epiphany-1.0 drwxr-xr-x 2 root wheel 512 Feb 1 07:50 esound-0.2.32 drwxr-xr-x 2 root wheel 512 Feb 1 07:41 expat-1.95.6_1 drwxr-xr-x 2 root wheel 512 Feb 24 22:21 ezm3-1.1 drwxr-xr-x 2 root wheel 512 Feb 1 07:50 fam-2.6.9_3 drwxr-xr-x 2 root wheel 512 Feb 16 20:43 filelight-0.6.0 drwxr-xr-x 2 root wheel 512 Feb 1 09:39 fileroller-2.4.0.1,1 drwxr-xr-x 2 root wheel 512 Feb 17 09:17 flac-1.1.0_2 drwxr-xr-x 2 root wheel 512 Feb 1 07:41 fontconfig-2.2.90_3 drwxr-xr-x 2 root wheel 512 Feb 1 07:41 freetype2-2.1.4_1 drwxr-xr-x 2 root wheel 512 Feb 1 09:38 gail-1.4.0 drwxr-xr-x 2 root wheel 512 Feb 1 09:39 gcalctool-4.3.3_1 drwxr-xr-x 2 root wheel 512 Feb 1 09:39 gconf-editor-2.4.0,1 drwxr-xr-x 2 root wheel 512 Feb 1 09:37 gconf2-2.4.0.1 drwxr-xr-x 2 root wheel 512 Feb 1 09:39 gdm2-2.4.4.1_1 drwxr-xr-x 2 root wheel 512 Feb 1 09:39 gedit2-2.4.0 drwxr-xr-x 2 root wheel 512 Feb 1 07:50 gettext-0.12.1 drwxr-xr-x 2 root wheel 512 Feb 1 09:39 ggv2-2.4.0.1 drwxr-xr-x 2 root wheel 512 Feb 1 09:39 ghostscript-gnu-7.07_3 drwxr-xr-x 2 root wheel 512 Feb 1 09:39 gle-3.0.3 drwxr-xr-x 2 root wheel 512 Feb 1 10:00 glib-1.2.10_10 drwxr-xr-x 2 root wheel 512 Feb 1 09:36 glib-2.2.3 drwxr-xr-x 2 root wheel 512 Feb 1 09:26 gmake-3.80_1 drwxr-xr-x 2 root wheel 512 Feb 1 09:38 gnome-icon-theme-1.0.9 drwxr-xr-x 2 root wheel 512 Feb 1 09:40 gnome-themes-2.4.0 drwxr-xr-x 2 root wheel 512 Feb 1 09:40 gnomeapplets2-2.4.1_1 drwxr-xr-x 2 root wheel 512 Feb 1 09:40 gnomeaudio2-2.0.0 drwxr-xr-x 2 root wheel 512 Feb 1 09:41 gnomecontrolcenter2-2.4.0 drwxr-xr-x 2 root wheel 512 Feb 1 09:38 gnomedesktop-2.4.0 drwxr-xr-x 2 root wheel 512 Feb 1 09:41 gnomegames2-2.4.0 drwxr-xr-x 2 root wheel 512 Feb 1 09:37 gnomehier-1.0_8 drwxr-xr-x 2 root wheel 512 Feb 1 09:41 gnomemag-0.10.3 drwxr-xr-x 2 root wheel 512 Feb 1 09:37 gnomemimedata-2.4.0 drwxr-xr-x 2 root wheel 512 Feb 1 09:40 gnomepanel-2.4.0_1 drwxr-xr-x 2 root wheel 512 Feb 1 09:38 gnomevfs2-2.4.0 drwxr-xr-x 2 root wheel 512 Feb 1 09:41 gstreamer-0.6.3 drwxr-xr-x 2 root wheel 512 Feb 1 10:14 gtk-1.2.10_10 drwxr-xr-x 2 root wheel 512 Feb 1 09:37 gtk-2.2.4 drwxr-xr-x 2 root wheel 512 Feb 1 09:38 gtk-engines2-2.2.0 drwxr-xr-x 2 root wheel 512 Feb 1 09:39 gtksourceview-0.6.0 drwxr-xr-x 2 root wheel 512 Feb 1 09:41 guile-1.6.4_2 drwxr-xr-x 2 root wheel 512 Feb 1 07:41 imake-4.3.0_1 drwxr-xr-x 2 root wheel 512 Feb 1 09:37 intltool-0.27.2 drwxr-xr-x 2 root wheel 512 Feb 26 08:11 jasper-1.700.5 drwxr-xr-x 2 root wheel 512 Feb 15 11:43 javavmwrapper-1.4 drwxr-xr-x 2 root wheel 512 Feb 17 18:13 jdk-1.4.1p3_3 drwxr-xr-x 2 root wheel 512 Feb 1 07:49 jpeg-6b_1 drwxr-xr-x 2 root wheel 512 Feb 1 07:51 kde-3.1.4 drwxr-xr-x 2 root wheel 512 Feb 1 07:51 kdeaddons-3.1.4 drwxr-xr-x 2 root wheel 512 Feb 1 07:51 kdeadmin-3.1.4 drwxr-xr-x 2 root wheel 512 Feb 1 07:51 kdeartwork-3.1.4 drwxr-xr-x 2 root wheel 512 Feb 1 07:50 kdebase-3.1.4 drwxr-xr-x 2 root wheel 512 Feb 1 07:50 kdegames-3.1.4 drwxr-xr-x 2 root wheel 512 Feb 1 07:51 kdegraphics-3.1.4 drwxr-xr-x 2 root wheel 512 Feb 1 07:50 kdelibs-3.1.4 drwxr-xr-x 2 root wheel 512 Feb 1 07:50 kdemultimedia-3.1.4 drwxr-xr-x 2 root wheel 512 Feb 1 07:51 kdenetwork-3.1.4 drwxr-xr-x 2 root wheel 512 Feb 1 07:51 kdepim-3.1.4 drwxr-xr-x 2 root wheel 512 Feb 1 07:51 kdetoys-3.1.4 drwxr-xr-x 2 root wheel 512 Feb 1 07:51 kdeutils-3.1.4 drwxr-xr-x 2 root wheel 512 Feb 1 07:51 koffice-1.2.1_1,1 drwxr-xr-x 2 root wheel 512 Feb 24 22:13 kopete-0.7 drwxr-xr-x 2 root wheel 512 Feb 1 07:50 lame-3.93.1 drwxr-xr-x 2 root wheel 512 Feb 1 07:49 lcms-1.09,1 drwxr-xr-x 2 root wheel 512 Feb 1 09:39 lha-1.14i_1 drwxr-xr-x 2 root wheel 512 Feb 1 09:36 libIDL-0.8.2 drwxr-xr-x 2 root wheel 512 Feb 17 09:17 liba52-0.7.4 drwxr-xr-x 2 root wheel 512 Feb 1 07:50 libart_lgpl2-2.3.16 drwxr-xr-x 2 root wheel 512 Feb 1 07:49 libaudiofile-0.2.3 drwxr-xr-x 2 root wheel 512 Feb 1 09:37 libbonobo-2.4.0 drwxr-xr-x 2 root wheel 512 Feb 1 09:38 libbonoboui-2.4.0 drwxr-xr-x 2 root wheel 512 Feb 17 09:10 libdvdcss-1.2.8 drwxr-xr-x 2 root wheel 512 Feb 17 09:17 libdvdread-0.9.4 drwxr-xr-x 2 root wheel 512 Feb 1 09:38 libglade2-2.0.1_1 drwxr-xr-x 2 root wheel 512 Feb 1 09:38 libgnome-2.4.0 drwxr-xr-x 2 root wheel 512 Feb 1 09:38 libgnomecanvas-2.4.0 drwxr-xr-x 2 root wheel 512 Feb 1 09:38 libgnomeprint-2.3.1 drwxr-xr-x 2 root wheel 512 Feb 1 09:38 libgnomeprintui-2.3.1 drwxr-xr-x 2 root wheel 512 Feb 1 09:38 libgnomeui-2.4.0.1_1 drwxr-xr-x 2 root wheel 512 Feb 1 07:49 libgnugetopt-1.2 drwxr-xr-x 2 root wheel 512 Feb 1 09:38 libgsf-1.8.1 drwxr-xr-x 2 root wheel 512 Feb 1 09:40 libgtop2-2.0.5 drwxr-xr-x 2 root wheel 512 Feb 1 07:49 libiconv-1.9.1_1 drwxr-xr-x 2 root wheel 512 Feb 1 09:41 libltdl-1.5 drwxr-xr-x 2 root wheel 512 Feb 16 19:35 libmikmod-esound-3.1.10_1 drwxr-xr-x 2 root wheel 512 Feb 1 07:49 libmng-1.0.5_1 drwxr-xr-x 2 root wheel 512 Feb 1 07:50 libogg-1.0_1,3 drwxr-xr-x 2 root wheel 512 Feb 1 09:38 librsvg2-2.4.0 drwxr-xr-x 2 root wheel 512 Feb 1 09:35 libtool-1.3.5_1 drwxr-xr-x 2 root wheel 512 Feb 1 07:50 libvorbis-1.0_1,3 drwxr-xr-x 2 root wheel 512 Feb 1 09:38 libwnck-2.4.0.1 drwxr-xr-x 2 root wheel 512 Feb 21 09:36 libxine-1.0.r0_2 drwxr-xr-x 2 root wheel 512 Feb 16 19:35 libxml-1.8.17_1 drwxr-xr-x 2 root wheel 512 Feb 1 07:49 libxml2-2.5.11 drwxr-xr-x 2 root wheel 512 Feb 1 07:50 libxslt-1.0.33 drwxr-xr-x 2 root wheel 512 Feb 4 19:58 licq-base-1.2.7 drwxr-xr-x 2 root wheel 512 Feb 4 19:58 licq-qt-gui-kde-1.2.7_1 drwxr-xr-x 2 root wheel 512 Feb 1 09:37 linc-1.0.3 drwxr-xr-x 2 root wheel 512 Feb 15 11:43 linux-sun-jdk-1.4.2.01_1 drwxr-xr-x 2 root wheel 512 Feb 15 11:43 linux_base-7.1_5 drwxr-xr-x 2 root wheel 512 Feb 1 09:39 lzo-1.08_1 drwxr-xr-x 2 root wheel 512 Feb 1 09:39 lzop-1.01 drwxr-xr-x 2 root wheel 512 Feb 1 09:29 m4-1.4_1 drwxr-xr-x 2 root wheel 512 Feb 17 09:17 mad-esound-0.14.2b_3 drwxr-xr-x 2 root wheel 512 Feb 1 09:40 metacity-2.6.1 drwxr-xr-x 2 root wheel 512 Feb 1 10:14 mgapdesk-1.0.7 drwxr-xr-x 2 root wheel 512 Feb 1 09:39 mozilla-gtk2-1.4 drwxr-xr-x 2 root wheel 512 Feb 17 08:55 nasm-0.98.35,1 drwxr-xr-x 2 root wheel 512 Feb 1 09:41 nautilus2-2.4.0_1 drwxr-xr-x 2 root wheel 512 Feb 16 18:11 open-motif-2.2.2_1 drwxr-xr-x 2 root wheel 512 Feb 1 07:50 openldap-client-2.1.22 drwxr-xr-x 2 root wheel 512 Feb 1 20:33 p5-Authen-PAM-0.14 drwxr-xr-x 2 root wheel 512 Feb 1 20:33 p5-Net-SSLeay-1.23 drwxr-xr-x 2 root wheel 512 Feb 1 09:37 pango-1.2.5 drwxr-xr-x 2 root wheel 512 Feb 1 07:50 pcre-4.3 drwxr-xr-x 2 root wheel 512 Feb 1 07:51 pilot-link-0.11.7_2 drwxr-xr-x 2 root wheel 512 Feb 1 07:41 pkgconfig-0.15.0 -rw-r--r-- 1 root wheel 13552640 Feb 22 21:11 pkgdb.db drwxr-xr-x 2 root wheel 512 Feb 1 07:42 png-1.2.5_2 drwxr-xr-x 2 root wheel 512 Feb 1 09:36 popt-1.6.4_1 drwxr-xr-x 2 root wheel 512 Feb 22 20:43 portupgrade-20030723 drwxr-xr-x 2 root wheel 512 Feb 1 09:37 py23-expat-2.3_2 drwxr-xr-x 2 root wheel 512 Feb 1 07:49 python-2.3_1 drwxr-xr-x 2 root wheel 512 Feb 4 20:42 qcad-1.5.4 drwxr-xr-x 2 root wheel 512 Feb 1 07:49 qt-3.2.1 drwxr-xr-x 2 root wheel 512 Feb 1 07:51 quanta-3.1.4,2 drwxr-xr-x 2 root wheel 512 Feb 14 09:44 rpm-3.0.6_8 drwxr-xr-x 2 root wheel 512 Feb 22 20:41 ruby-1.6.8.2003.04.19 drwxr-xr-x 2 root wheel 512 Feb 22 20:43 ruby-bdb1-0.2.1 drwxr-xr-x 2 root wheel 512 Feb 22 20:42 ruby-rdoc-0.0.0.b2 drwxr-xr-x 2 root wheel 512 Feb 22 20:43 ruby-shim-ruby18-1.8.0.p2.2003.04.19_1 drwxr-xr-x 2 root wheel 512 Feb 22 21:29 samba-2.2.8a drwxr-xr-x 2 root wheel 512 Feb 1 07:50 samba-libsmbclient-3.0.0.r4 drwxr-xr-x 2 root wheel 512 Feb 1 09:38 scrollkeeper-0.3.12_2,1 drwxr-xr-x 2 root wheel 512 Feb 1 07:50 sdl-1.2.5_2 drwxr-xr-x 2 root wheel 512 Feb 1 09:37 sdocbook-xml-4.1.2.5_1 drwxr-xr-x 2 root wheel 512 Feb 17 09:17 speex-1.0.1,1 drwxr-xr-x 2 root wheel 512 Feb 1 09:38 startup-notification-0.5_1 drwxr-xr-x 2 root wheel 512 Feb 1 07:50 svgalib-1.4.3 drwxr-xr-x 2 root wheel 512 Feb 1 07:51 tcl-8.3.5_2 drwxr-xr-x 2 root wheel 512 Feb 1 07:49 tiff-3.5.7_1 drwxr-xr-x 2 root wheel 512 Feb 1 07:51 tk-8.3.5_2 drwxr-xr-x 2 root wheel 512 Feb 14 21:13 unzip-5.50_2 drwxr-xr-x 2 root wheel 512 Feb 16 18:11 urwfonts-1.0 drwxr-xr-x 2 root wheel 512 Feb 1 07:51 uulib-0.5.18 drwxr-xr-x 2 root wheel 512 Feb 1 20:33 webmin-1.100_10 drwxr-xr-x 2 root wheel 512 Feb 21 09:36 win32-codecs-2.0.90,1 drwxr-xr-x 2 root wheel 512 Feb 17 18:12 wine-20030813_1 drwxr-xr-x 2 root wheel 512 Feb 1 07:42 wrapper-1.0_3 drwxr-xr-x 2 root wheel 512 Feb 1 07:50 xanim-2.92.0 drwxr-xr-x 2 root wheel 512 Feb 21 09:36 xine-0.9.22_1 drwxr-xr-x 2 root wheel 512 Feb 1 09:37 xmlcatmgr-0.2_1 drwxr-xr-x 2 root wheel 512 Feb 16 20:53 xmms-esound-1.2.8 drwxr-xr-x 2 root wheel 512 Feb 16 20:53 xmms-kde-3.0.0 drwxr-xr-x 2 root wheel 512 Feb 14 21:18 zip-2.3_1 drwxr-xr-x 2 root wheel 512 Feb 1 09:39 zoo-2.10.1 -----------------END `ll /var/db/pkg/'----------------
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1311.211.26.132.46.1077780142.fusewebmail>