Date: Sat, 15 Nov 2003 13:54:11 -0800 From: Dan <albedo@well.com> To: gnome@FreeBSD.org Subject: gnucash make problem Message-ID: <3FB6A083.1040904@well.com>
next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. --------------020708010801080308030403 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit On my laptop, running FreeBSD 4.9, ports refreshed on 11/13/2003, trying to install gnucash from ports, I get: cannot find ltdl.h 'locate ltdl.h' shows /usr/local/share/libtool13/libltdl/ltdl.h /usr/ports/devel/libtool13/work/libtool-1.3.5/litltdl/ltdl.h I have installed Qt on this machine; I hope you can help. I have gnucash installed and ruuning OK on one of my other machines. Thank you, Dan Albers --------------020708010801080308030403 Content-Type: text/plain; name="config.log" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="config.log" This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:841: checking for non-GNU ld configure:876: checking if the linker (/usr/bin/ld) is GNU ld GNU ld version 2.12.1 [FreeBSD] 2002-07-20 configure:897: checking for gcc configure:1010: checking whether the C compiler (cc -O -pipe ) works configure:1026: cc -o conftest -O -pipe -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib -L/usr/X11R6/lib -lintl 1>&5 configure:1052: checking whether the C compiler (cc -O -pipe ) is a cross-compiler configure:1057: checking whether we are using GNU C configure:1066: cc -E conftest.c configure:1085: checking whether cc accepts -g configure:1157: checking for a BSD compatible install configure:1210: checking whether build environment is sane configure:1267: checking whether gmake sets ${MAKE} configure:1313: checking for working aclocal configure:1326: checking for working autoconf configure:1339: checking for working automake configure:1352: checking for working autoheader configure:1365: checking for working makeinfo configure:1436: checking for perl configure:1506: checking how to run the C preprocessor configure:1527: cc -E -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:1587: checking for inttypes.h configure:1600: cc -c -O -pipe -I/usr/local/include -I/usr/X11R6/include conftest.c 1>&5 configure: In function `main': configure:1596: syntax error before `i' configure: failed program was: #line 1592 "configure" #include "confdefs.h" #include <sys/types.h> #include <inttypes.h> int main() { uintmax_t i = (uintmax_t) -1; ; return 0; } configure:1622: checking for stdint.h configure:1635: cc -c -O -pipe -I/usr/local/include -I/usr/X11R6/include conftest.c 1>&5 configure:1629: stdint.h: No such file or directory configure: In function `main': configure:1631: syntax error before `i' configure: failed program was: #line 1627 "configure" #include "confdefs.h" #include <sys/types.h> #include <stdint.h> int main() { uintmax_t i = (uintmax_t) -1; ; return 0; } configure:1657: checking for unsigned long long configure:1670: cc -o conftest -O -pipe -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib -L/usr/X11R6/lib -lintl 1>&5 configure:1708: checking for shared library run path origin configure:1757: checking host system type configure:1780: checking for ranlib configure:1809: checking for strerror in -lcposix configure:1828: cc -o conftest -O -pipe -I/usr/local/include -I/usr/X11R6/include conftest.c -lcposix -L/usr/local/lib -L/usr/X11R6/lib -lintl 1>&5 /usr/libexec/elf/ld: cannot find -lcposix configure: failed program was: #line 1817 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char strerror(); int main() { strerror() ; return 0; } configure:1851: checking for ANSI C header files configure:1864: cc -E -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:1931: cc -o conftest -O -pipe -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib -L/usr/X11R6/lib -lintl 1>&5 configure:1955: checking for working const configure:2009: cc -c -O -pipe -I/usr/local/include -I/usr/X11R6/include conftest.c 1>&5 configure:2030: checking for inline configure:2044: cc -c -O -pipe -I/usr/local/include -I/usr/X11R6/include conftest.c 1>&5 configure:2070: checking for off_t configure:2103: checking for size_t configure:2138: checking for working alloca.h configure:2150: cc -o conftest -O -pipe -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib -L/usr/X11R6/lib -lintl 1>&5 configure:2144: alloca.h: No such file or directory configure: failed program was: #line 2143 "configure" #include "confdefs.h" #include <alloca.h> int main() { char *p = alloca(2 * sizeof(int)); ; return 0; } configure:2171: checking for alloca configure:2204: cc -o conftest -O -pipe -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib -L/usr/X11R6/lib -lintl 1>&5 configure:2373: checking for stdlib.h configure:2383: cc -E -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:2373: checking for unistd.h configure:2383: cc -E -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:2373: checking for sys/stat.h configure:2383: cc -E -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:2373: checking for sys/types.h configure:2383: cc -E -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:2412: checking for getpagesize configure:2440: cc -o conftest -O -pipe -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib -L/usr/X11R6/lib -lintl 1>&5 configure:2465: checking for working mmap configure:2626: cc -o conftest -O -pipe -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib -L/usr/X11R6/lib -lintl 1>&5 configure:2557: conflicting types for `malloc' /usr/include/stdlib.h:101: previous declaration of `malloc' configure: failed program was: #line 2473 "configure" #include "confdefs.h" /* Thanks to Mike Haertel and Jim Avera for this test. Here is a matrix of mmap possibilities: mmap private not fixed mmap private fixed at somewhere currently unmapped mmap private fixed at somewhere already mapped mmap shared not fixed mmap shared fixed at somewhere currently unmapped mmap shared fixed at somewhere already mapped For private mappings, we should verify that changes cannot be read() back from the file, nor mmap's back from the file at a different address. (There have been systems where private was not correctly implemented like the infamous i386 svr4.0, and systems where the VM page cache was not coherent with the filesystem buffer cache like early versions of FreeBSD and possibly contemporary NetBSD.) For shared mappings, we should conversely verify that changes get propogated back to all the places they're supposed to be. Grep wants private fixed already mapped. The main things grep needs to know about mmap are: * does it exist and is it safe to write into the mmap'd area * how to use it (BSD variants) */ #include <sys/types.h> #include <fcntl.h> #include <sys/mman.h> #if HAVE_SYS_TYPES_H # include <sys/types.h> #endif #if HAVE_STDLIB_H # include <stdlib.h> #endif #if HAVE_SYS_STAT_H # include <sys/stat.h> #endif #if HAVE_UNISTD_H # include <unistd.h> #endif /* This mess was copied from the GNU getpagesize.h. */ #ifndef HAVE_GETPAGESIZE /* Assume that all systems that can run configure have sys/param.h. */ # ifndef HAVE_SYS_PARAM_H # define HAVE_SYS_PARAM_H 1 # endif # ifdef _SC_PAGESIZE # define getpagesize() sysconf(_SC_PAGESIZE) # else /* no _SC_PAGESIZE */ # ifdef HAVE_SYS_PARAM_H # include <sys/param.h> # ifdef EXEC_PAGESIZE # define getpagesize() EXEC_PAGESIZE # else /* no EXEC_PAGESIZE */ # ifdef NBPG # define getpagesize() NBPG * CLSIZE # ifndef CLSIZE # define CLSIZE 1 # endif /* no CLSIZE */ # else /* no NBPG */ # ifdef NBPC # define getpagesize() NBPC # else /* no NBPC */ # ifdef PAGESIZE # define getpagesize() PAGESIZE # endif /* PAGESIZE */ # endif /* no NBPC */ # endif /* no NBPG */ # endif /* no EXEC_PAGESIZE */ # else /* no HAVE_SYS_PARAM_H */ # define getpagesize() 8192 /* punt totally */ # endif /* no HAVE_SYS_PARAM_H */ # endif /* no _SC_PAGESIZE */ #endif /* no HAVE_GETPAGESIZE */ #ifdef __cplusplus extern "C" { void *malloc(unsigned); } #else char *malloc(); #endif int main() { char *data, *data2, *data3; int i, pagesize; int fd; pagesize = getpagesize(); /* * First, make a file with some known garbage in it. */ data = malloc(pagesize); if (!data) exit(1); for (i = 0; i < pagesize; ++i) *(data + i) = rand(); umask(0); fd = creat("conftestmmap", 0600); if (fd < 0) exit(1); if (write(fd, data, pagesize) != pagesize) exit(1); close(fd); /* * Next, try to mmap the file at a fixed address which * already has something else allocated at it. If we can, * also make sure that we see the same garbage. */ fd = open("conftestmmap", O_RDWR); if (fd < 0) exit(1); data2 = malloc(2 * pagesize); if (!data2) exit(1); data2 += (pagesize - ((int) data2 & (pagesize - 1))) & (pagesize - 1); if (data2 != mmap(data2, pagesize, PROT_READ | PROT_WRITE, MAP_PRIVATE | MAP_FIXED, fd, 0L)) exit(1); for (i = 0; i < pagesize; ++i) if (*(data + i) != *(data2 + i)) exit(1); /* * Finally, make sure that changes to the mapped area * do not percolate back to the file as seen by read(). * (This is a bug on some variants of i386 svr4.0.) */ for (i = 0; i < pagesize; ++i) *(data2 + i) = *(data2 + i) + 1; data3 = malloc(pagesize); if (!data3) exit(1); if (read(fd, data3, pagesize) != pagesize) exit(1); for (i = 0; i < pagesize; ++i) if (*(data + i) != *(data3 + i)) exit(1); close(fd); unlink("conftestmmap"); exit(0); } configure:2650: checking whether we are using the GNU C Library 2.1 or newer configure:2657: features.h: No such file or directory configure:2688: checking whether integer division by zero raises SIGFPE configure:2745: cc -o conftest -O -pipe -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib -L/usr/X11R6/lib -lintl 1>&5 configure:2786: checking for inttypes.h configure:2800: cc -c -O -pipe -I/usr/local/include -I/usr/X11R6/include conftest.c 1>&5 configure:2825: checking whether the inttypes.h PRIxNN macros are broken configure:2842: cc -c -O -pipe -I/usr/local/include -I/usr/X11R6/include conftest.c 1>&5 configure:3253: checking for msgfmt configure:3288: checking for gmsgfmt configure:3325: checking for xgettext configure:3362: checking for msgmerge configure:3425: checking for argz.h configure:3435: cc -E -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:3431: argz.h: No such file or directory configure: failed program was: #line 3430 "configure" #include "confdefs.h" #include <argz.h> configure:3425: checking for limits.h configure:3435: cc -E -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:3425: checking for locale.h configure:3435: cc -E -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:3425: checking for nl_types.h configure:3435: cc -E -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:3425: checking for malloc.h configure:3435: cc -E -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out In file included from configure:3431: /usr/include/malloc.h:2: warning: #warning "this file includes <malloc.h> which is deprecated, use <stdlib.h> instead" configure: failed program was: #line 3430 "configure" #include "confdefs.h" #include <malloc.h> configure:3425: checking for stddef.h configure:3435: cc -E -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:3425: checking for stdlib.h configure:3425: checking for string.h configure:3435: cc -E -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:3425: checking for unistd.h configure:3425: checking for sys/param.h configure:3435: cc -E -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:3466: checking for feof_unlocked configure:3494: cc -o conftest -O -pipe -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib -L/usr/X11R6/lib -lintl 1>&5 /tmp/ccFuGSnn.o: In function `main': /tmp/ccFuGSnn.o(.text+0x7): undefined reference to `feof_unlocked' configure: failed program was: #line 3471 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char feof_unlocked(); below. */ #include <assert.h> /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char feof_unlocked(); int main() { /* 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_feof_unlocked) || defined (__stub___feof_unlocked) choke me #else feof_unlocked(); #endif ; return 0; } configure:3466: checking for fgets_unlocked configure:3494: cc -o conftest -O -pipe -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib -L/usr/X11R6/lib -lintl 1>&5 /tmp/cceKBfhf.o: In function `main': /tmp/cceKBfhf.o(.text+0x7): undefined reference to `fgets_unlocked' configure: failed program was: #line 3471 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char fgets_unlocked(); below. */ #include <assert.h> /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char fgets_unlocked(); int main() { /* 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_fgets_unlocked) || defined (__stub___fgets_unlocked) choke me #else fgets_unlocked(); #endif ; return 0; } configure:3466: checking for getc_unlocked configure:3494: cc -o conftest -O -pipe -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib -L/usr/X11R6/lib -lintl 1>&5 /tmp/ccNWvKrr.o: In function `main': /tmp/ccNWvKrr.o(.text+0x7): undefined reference to `getc_unlocked' configure: failed program was: #line 3471 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char getc_unlocked(); below. */ #include <assert.h> /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char getc_unlocked(); int main() { /* 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_getc_unlocked) || defined (__stub___getc_unlocked) choke me #else getc_unlocked(); #endif ; return 0; } configure:3466: checking for getcwd configure:3494: cc -o conftest -O -pipe -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib -L/usr/X11R6/lib -lintl 1>&5 configure:3466: checking for getegid configure:3494: cc -o conftest -O -pipe -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib -L/usr/X11R6/lib -lintl 1>&5 configure:3466: checking for geteuid configure:3494: cc -o conftest -O -pipe -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib -L/usr/X11R6/lib -lintl 1>&5 configure:3466: checking for getgid configure:3494: cc -o conftest -O -pipe -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib -L/usr/X11R6/lib -lintl 1>&5 configure:3466: checking for getuid configure:3494: cc -o conftest -O -pipe -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib -L/usr/X11R6/lib -lintl 1>&5 configure:3466: checking for mempcpy configure:3494: cc -o conftest -O -pipe -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib -L/usr/X11R6/lib -lintl 1>&5 /tmp/ccMG6j1Q.o: In function `main': /tmp/ccMG6j1Q.o(.text+0x7): undefined reference to `mempcpy' configure: failed program was: #line 3471 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char mempcpy(); below. */ #include <assert.h> /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char mempcpy(); int main() { /* 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_mempcpy) || defined (__stub___mempcpy) choke me #else mempcpy(); #endif ; return 0; } configure:3466: checking for munmap configure:3494: cc -o conftest -O -pipe -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib -L/usr/X11R6/lib -lintl 1>&5 configure:3466: checking for putenv configure:3494: cc -o conftest -O -pipe -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib -L/usr/X11R6/lib -lintl 1>&5 configure:3466: checking for setenv configure:3494: cc -o conftest -O -pipe -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib -L/usr/X11R6/lib -lintl 1>&5 configure:3466: checking for setlocale configure:3494: cc -o conftest -O -pipe -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib -L/usr/X11R6/lib -lintl 1>&5 configure:3466: checking for stpcpy configure:3494: cc -o conftest -O -pipe -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib -L/usr/X11R6/lib -lintl 1>&5 /tmp/ccPOe7r9.o: In function `main': /tmp/ccPOe7r9.o(.text+0x7): undefined reference to `stpcpy' configure: failed program was: #line 3471 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char stpcpy(); below. */ #include <assert.h> /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char stpcpy(); int main() { /* 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_stpcpy) || defined (__stub___stpcpy) choke me #else stpcpy(); #endif ; return 0; } configure:3466: checking for strcasecmp configure:3494: cc -o conftest -O -pipe -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib -L/usr/X11R6/lib -lintl 1>&5 configure:3466: checking for strdup configure:3494: cc -o conftest -O -pipe -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib -L/usr/X11R6/lib -lintl 1>&5 configure:3466: checking for strtoul configure:3494: cc -o conftest -O -pipe -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib -L/usr/X11R6/lib -lintl 1>&5 configure:3466: checking for tsearch configure:3494: cc -o conftest -O -pipe -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib -L/usr/X11R6/lib -lintl 1>&5 configure:3466: checking for __argz_count configure:3494: cc -o conftest -O -pipe -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib -L/usr/X11R6/lib -lintl 1>&5 /tmp/ccLzbtxe.o: In function `main': /tmp/ccLzbtxe.o(.text+0x7): undefined reference to `__argz_count' configure: failed program was: #line 3471 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char __argz_count(); below. */ #include <assert.h> /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char __argz_count(); int main() { /* 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___argz_count) || defined (__stub_____argz_count) choke me #else __argz_count(); #endif ; return 0; } configure:3466: checking for __argz_stringify configure:3494: cc -o conftest -O -pipe -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib -L/usr/X11R6/lib -lintl 1>&5 /tmp/ccpPoBZ0.o: In function `main': /tmp/ccpPoBZ0.o(.text+0x7): undefined reference to `__argz_stringify' configure: failed program was: #line 3471 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char __argz_stringify(); below. */ #include <assert.h> /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char __argz_stringify(); int main() { /* 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___argz_stringify) || defined (__stub_____argz_stringify) choke me #else __argz_stringify(); #endif ; return 0; } configure:3466: checking for __argz_next configure:3494: cc -o conftest -O -pipe -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib -L/usr/X11R6/lib -lintl 1>&5 /tmp/cc23LVER.o: In function `main': /tmp/cc23LVER.o(.text+0x7): undefined reference to `__argz_next' configure: failed program was: #line 3471 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char __argz_next(); below. */ #include <assert.h> /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char __argz_next(); int main() { /* 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___argz_next) || defined (__stub_____argz_next) choke me #else __argz_next(); #endif ; return 0; } configure:3550: checking for iconv configure:3568: cc -o conftest -O -pipe -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib -L/usr/X11R6/lib -lintl 1>&5 configure:3625: checking for iconv declaration configure:3650: cc -c -O -pipe -I/usr/local/include -I/usr/X11R6/include conftest.c 1>&5 configure:3640: conflicting types for `libiconv' /usr/local/include/iconv.h:82: previous declaration of `libiconv' configure: failed program was: #line 3631 "configure" #include "confdefs.h" #include <stdlib.h> #include <iconv.h> extern #ifdef __cplusplus "C" #endif #if defined(__STDC__) || defined(__cplusplus) size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); #else size_t iconv(); #endif int main() { ; return 0; } configure:3674: checking for nl_langinfo and CODESET configure:3686: cc -o conftest -O -pipe -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib -L/usr/X11R6/lib -lintl 1>&5 configure:3710: checking for LC_MESSAGES configure:3722: cc -o conftest -O -pipe -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib -L/usr/X11R6/lib -lintl 1>&5 configure:3749: checking for bison configure:3782: checking version of bison configure:3811: checking whether NLS is requested configure:3835: checking whether included gettext is requested configure:3855: checking for GNU gettext in libc configure:3870: cc -o conftest -O -pipe -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib -L/usr/X11R6/lib -lintl 1>&5 configure:4457: checking whether to enable maintainer-specific portions of Makefiles configure:4507: checking for a BSD compatible install configure:4596: checking for Cygwin environment configure:4612: cc -c -O -pipe -I/usr/local/include -I/usr/X11R6/include conftest.c 1>&5 configure: In function `main': configure:4608: `__CYGWIN32__' undeclared (first use in this function) configure:4608: (Each undeclared identifier is reported only once configure:4608: for each function it appears in.) configure: failed program was: #line 4601 "configure" #include "confdefs.h" int main() { #ifndef __CYGWIN__ #define __CYGWIN__ __CYGWIN32__ #endif return __CYGWIN__; ; return 0; } configure:4629: checking for mingw32 environment configure:4641: cc -c -O -pipe -I/usr/local/include -I/usr/X11R6/include conftest.c 1>&5 configure: In function `main': configure:4637: `__MINGW32__' undeclared (first use in this function) configure:4637: (Each undeclared identifier is reported only once configure:4637: for each function it appears in.) configure: failed program was: #line 4634 "configure" #include "confdefs.h" int main() { return __MINGW32__; ; return 0; } configure:4704: checking build system type configure:4733: checking for ld used by GCC configure:4801: checking if the linker (/usr/bin/ld) is GNU ld GNU ld version 2.12.1 [FreeBSD] 2002-07-20 configure:4818: checking for /usr/bin/ld option to reload object files configure:4830: checking for BSD-compatible nm configure:4868: checking whether ln -s works configure:4889: checking how to recognise dependant libraries configure:5072: checking for object suffix configure:5078: cc -c -O -pipe -I/usr/local/include -I/usr/X11R6/include conftest.c 1>&5 configure:5098: checking for executable suffix configure:5108: cc -o conftest -O -pipe -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib -L/usr/X11R6/lib -lintl 1>&5 configure:5139: checking command to parse /usr/bin/nm -B output configure:5219: cc -c -O -pipe -I/usr/local/include -I/usr/X11R6/include conftest.c 1>&5 configure:5222: /usr/bin/nm -B conftest.o | sed -n -e 's/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' > conftest.nm configure:5273: cc -o conftest -O -pipe -I/usr/local/include -I/usr/X11R6/include conftest.c conftstm.o 1>&5 configure:5322: checking for dlfcn.h configure:5332: cc -E -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:5500: checking for ranlib configure:5567: checking for strip configure:5810: checking for objdir configure:5837: checking for cc option to produce PIC configure:5989: checking if cc PIC flag -fPIC works configure:6003: cc -c -O -pipe -fPIC -DPIC -I/usr/local/include -I/usr/X11R6/include conftest.c 1>&5 configure:6055: checking if cc static flag -static works configure:6070: cc -o conftest -O -pipe -I/usr/local/include -I/usr/X11R6/include -static conftest.c -L/usr/local/lib -L/usr/X11R6/lib -lintl 1>&5 configure:6097: checking if cc supports -c -o file.o configure:6116: cc -c -O -pipe -o out/conftest2.o -I/usr/local/include -I/usr/X11R6/include conftest.c 1>&5 configure:6145: checking if cc supports -c -o file.lo configure:6163: cc -c -O -pipe -c -o conftest.lo -I/usr/local/include -I/usr/X11R6/include conftest.c 1>&5 configure:6213: checking if cc supports -fno-rtti -fno-exceptions configure:6226: cc -c -O -pipe -fno-rtti -fno-exceptions -c conftest.c -I/usr/local/include -I/usr/X11R6/include conftest.c 1>&5 configure:6253: checking whether the linker (/usr/bin/ld) supports shared libraries configure:6937: checking how to hardcode library paths into programs configure:6965: checking whether stripping libraries is possible configure:6979: checking dynamic linker characteristics configure:7376: checking if libtool supports shared libraries configure:7380: checking whether to build shared libraries configure:7403: checking whether to build static libraries configure:7444: checking for shl_load configure:7472: cc -o conftest -O -pipe -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib -L/usr/X11R6/lib -lintl 1>&5 /tmp/cc8qIi7K.o: In function `main': /tmp/cc8qIi7K.o(.text+0x7): undefined reference to `shl_load' configure: failed program was: #line 7449 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char shl_load(); below. */ #include <assert.h> /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char shl_load(); int main() { /* 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_shl_load) || defined (__stub___shl_load) choke me #else shl_load(); #endif ; return 0; } configure:7490: checking for shl_load in -ldld configure:7509: cc -o conftest -O -pipe -I/usr/local/include -I/usr/X11R6/include conftest.c -ldld -L/usr/local/lib -L/usr/X11R6/lib -lintl 1>&5 /usr/libexec/elf/ld: cannot find -ldld configure: failed program was: #line 7498 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char shl_load(); int main() { shl_load() ; return 0; } configure:7528: checking for dlopen configure:7556: cc -o conftest -O -pipe -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib -L/usr/X11R6/lib -lintl 1>&5 configure:7725: checking whether a program can dlopen itself configure:7796: cc -o conftest -O -pipe -I/usr/local/include -I/usr/X11R6/include -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -L/usr/local/lib -L/usr/X11R6/lib -lintl 1>&5 configure:7819: checking whether a statically linked program can dlopen itself configure:7890: cc -o conftest -O -pipe -I/usr/local/include -I/usr/X11R6/include -DHAVE_DLFCN_H -Wl,--export-dynamic -static conftest.c -L/usr/local/lib -L/usr/X11R6/lib -lintl 1>&5 configure:7939: checking whether -lc should be explicitly linked in configure:7946: cc -c -O -pipe -I/usr/local/include -I/usr/X11R6/include conftest.c 1>&5 configure:7959: cc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2>&1 | grep -lc >/dev/null 2>&1 configure:8545: checking for strerror in -lcposix configure:8587: checking whether byte ordering is bigendian configure:8605: cc -c -O -pipe -I/usr/local/include -I/usr/X11R6/include conftest.c 1>&5 configure:8620: cc -c -O -pipe -I/usr/local/include -I/usr/X11R6/include conftest.c 1>&5 configure: In function `main': configure:8615: syntax error before `big' configure: failed program was: #line 8609 "configure" #include "confdefs.h" #include <sys/types.h> #include <sys/param.h> int main() { #if BYTE_ORDER != BIG_ENDIAN not big endian #endif ; return 0; } configure:8677: checking whether gmake sets ${MAKE} configure:8704: checking for ANSI C header files configure:8812: checking for limits.h configure:8851: checking for stpcpy configure:8851: checking for memcpy configure:8879: cc -o conftest -O -pipe -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib -L/usr/X11R6/lib -lintl 1>&5 configure:8863: warning: conflicting types for built-in function `memcpy' configure:8851: checking for timegm configure:8879: cc -o conftest -O -pipe -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib -L/usr/X11R6/lib -lintl 1>&5 configure:8851: checking for towupper configure:8879: cc -o conftest -O -pipe -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib -L/usr/X11R6/lib -lintl 1>&5 /tmp/ccnGTgK7.o: In function `main': /tmp/ccnGTgK7.o(.text+0x7): undefined reference to `towupper' configure: failed program was: #line 8856 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char towupper(); below. */ #include <assert.h> /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char towupper(); int main() { /* 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_towupper) || defined (__stub___towupper) choke me #else towupper(); #endif ; return 0; } configure:8906: checking for the tm_gmtoff member of struct tm configure:8923: cc -o conftest -O -pipe -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib -L/usr/X11R6/lib -lintl 1>&5 configure:8946: checking if scanf supports %lld conversions configure:8972: cc -o conftest -O -pipe -I/usr/local/include -I/usr/X11R6/include conftest.c -L/usr/local/lib -L/usr/X11R6/lib -lintl 1>&5 configure: failed program was: #line 8954 "configure" #include "confdefs.h" #include <stdio.h> #include <stdlib.h> int main () { long long int d; d = 0; if ((sscanf ("10000000000", "%lld", &d) != 1) || (d != 10000000000)) exit (1); exit (0); } configure:8999: checking for ltdl.h configure:9009: cc -E -I/usr/local/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:9005: ltdl.h: No such file or directory configure: failed program was: #line 9004 "configure" #include "confdefs.h" #include <ltdl.h> --------------020708010801080308030403 Content-Type: text/plain; name="LAP_pkg_list" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="LAP_pkg_list" total 8862 drwxr-xr-x 2 root wheel 512 Feb 8 2003 linux_base-6.1 drwxr-xr-x 2 root wheel 512 Feb 9 2003 linux-sun-jdk-1.3.1.06_1 drwxr-xr-x 2 root wheel 512 Feb 10 2003 staroffice-5.2_1 drwxr-xr-x 2 root wheel 512 Sep 10 06:34 acroread-5.07 drwxr-xr-x 2 root wheel 512 Oct 17 18:35 bash-2.05b.007 drwxr-xr-x 2 root wheel 512 Oct 17 18:36 unzip-5.50_2 drwxr-xr-x 2 root wheel 512 Oct 17 19:03 a2ps-a4-4.13b_1 drwxr-xr-x 2 root wheel 512 Oct 17 19:36 javavmwrapper-1.4 drwxr-xr-x 2 root wheel 512 Oct 17 19:36 weblint-1.020 drwxr-xr-x 2 root wheel 512 Oct 17 19:40 psutils-a4-1.17_1 drwxr-xr-x 2 root wheel 512 Oct 17 19:41 zip-2.3_1 drwxr-xr-x 2 root wheel 512 Oct 17 19:45 automake-1.4.5_9 drwxr-xr-x 2 root wheel 512 Oct 17 20:12 ruby-rdoc-0.9.0 drwxr-xr-x 2 root wheel 512 Oct 17 22:14 apache-2.0.47 drwxr-xr-x 2 root wheel 512 Oct 17 22:20 autoconf-2.13.000227_5 drwxr-xr-x 2 root wheel 512 Oct 17 22:58 help2man-1.29 drwxr-xr-x 2 root wheel 512 Oct 17 23:12 autoconf-2.53_1 drwxr-xr-x 2 root wheel 512 Oct 17 23:27 ruby-1.6.8.2003.04.19 drwxr-xr-x 2 root wheel 512 Oct 17 23:27 ruby-shim-ruby18-1.8.0.p2.2003.04.19_1 drwxr-xr-x 2 root wheel 512 Oct 17 23:27 ruby-bdb1-0.2.1 drwxr-xr-x 2 root wheel 512 Oct 17 23:27 portupgrade-20030723 drwxr-xr-x 2 root wheel 512 Oct 17 23:58 m4-1.4_1 drwxr-xr-x 2 root wheel 512 Oct 17 23:59 bison-1.75_1 drwxr-xr-x 2 root wheel 512 Oct 18 00:03 gmake-3.80_1 drwxr-xr-x 2 root wheel 512 Oct 18 00:41 libijs-0.34 drwxr-xr-x 2 root wheel 512 Oct 18 00:45 hpijs-1.5 drwxr-xr-x 2 root wheel 512 Oct 18 00:55 nspr-4.3_2 drwxr-xr-x 2 root wheel 512 Oct 18 01:38 netpbm-10.17_1 drwxr-xr-x 2 root wheel 512 Oct 18 04:31 libelf-0.8.4_1 drwxr-xr-x 2 root wheel 512 Oct 18 06:02 postgresql-7.3.4_1 drwxr-xr-x 2 root wheel 512 Oct 18 07:55 fftw-2.1.5_1 drwxr-xr-x 2 root wheel 512 Oct 18 10:11 opera-6.12.20030305 drwxr-xr-x 2 root wheel 512 Oct 18 11:54 jdk-1.3.1p7_2 drwxr-xr-x 2 root wheel 512 Oct 18 11:54 jdk-1.3.1p8 drwxr-xr-x 2 root wheel 512 Oct 18 11:55 libmikmod-esound-3.1.10_1 drwxr-xr-x 2 root wheel 512 Oct 18 12:05 xforms-1.0_3,1 drwxr-xr-x 2 root wheel 512 Oct 18 12:06 dap-2.1.4 drwxr-xr-x 2 root wheel 512 Oct 18 13:22 urwfonts-1.0 drwxr-xr-x 2 root wheel 512 Oct 18 13:36 xwave-2.2 drwxr-xr-x 2 root wheel 512 Oct 18 13:40 xmixer-0.9.4 drwxr-xr-x 2 root wheel 512 Oct 18 19:15 libsamplerate-0.0.15 drwxr-xr-x 2 root wheel 512 Oct 18 19:15 libogg-1.0_1,3 drwxr-xr-x 2 root wheel 512 Oct 18 19:15 libsndfile-1.0.5 drwxr-xr-x 2 root wheel 512 Oct 18 19:15 speex-1.0.2,1 drwxr-xr-x 2 root wheel 512 Oct 18 19:15 libvorbis-1.0_1,3 drwxr-xr-x 2 root wheel 512 Oct 18 19:15 tdb-1.0.6_1 drwxr-xr-x 2 root wheel 512 Oct 18 19:15 mad-esound-0.14.2b_3 drwxr-xr-x 2 root wheel 512 Oct 18 19:17 sweep-0.8.2_2 drwxr-xr-x 2 root wheel 512 Oct 18 19:29 boxtools-0.65.0 drwxr-xr-x 2 root wheel 512 Oct 18 19:30 blackbox-0.65.0 drwxr-xr-x 2 root wheel 512 Oct 18 19:56 xmahjongg-3.6.1 drwxr-xr-x 2 root wheel 512 Oct 18 20:00 sudo-1.6.7.5 drwxr-xr-x 2 root wheel 512 Oct 18 20:35 x11amp-0.9.b1.1 drwxr-xr-x 2 root wheel 512 Oct 18 20:46 mtools-3.9.8_1 drwxr-xr-x 2 root wheel 512 Oct 18 22:35 audacity-1.0.0_1 drwxr-xr-x 2 root wheel 512 Oct 18 22:36 wxgtk-2.4.2_1 drwxr-xr-x 2 root wheel 512 Oct 19 00:04 teTeX-2.0.2_2 drwxr-xr-x 2 root wheel 512 Oct 19 00:50 t1lib-5.0.0 drwxr-xr-x 2 root wheel 512 Oct 19 00:50 open-motif-2.2.2_1 drwxr-xr-x 2 root wheel 512 Oct 19 00:51 xpdf-2.02.1 drwxr-xr-x 2 root wheel 512 Oct 19 01:53 hdf-4.1r5 drwxr-xr-x 2 root wheel 512 Oct 19 01:59 apsfilter-7.2.5_2 drwxr-xr-x 2 root wheel 512 Oct 19 14:03 qt-3.2.1 drwxr-xr-x 2 root wheel 512 Oct 19 14:03 cups-base-1.1.19.0 drwxr-xr-x 2 root wheel 512 Oct 19 14:05 qcad-1.5.4 drwxr-xr-x 2 root wheel 512 Oct 19 23:03 libmng-1.0.5_1 drwxr-xr-x 2 root wheel 512 Oct 19 23:05 mozilla-1.4,2 drwxr-xr-x 2 root wheel 512 Oct 19 23:45 XFree86-clients-4.3.0_3 drwxr-xr-x 2 root wheel 512 Oct 19 23:50 lcms-1.09,1 drwxr-xr-x 2 root wheel 512 Oct 19 23:50 libfpx-1.2.0.9 drwxr-xr-x 2 root wheel 512 Oct 19 23:50 jbigkit-1.5 drwxr-xr-x 2 root wheel 512 Oct 19 23:50 jasper-1.700.2 drwxr-xr-x 2 root wheel 512 Oct 19 23:50 libwmf-0.2.8 drwxr-xr-x 2 root wheel 512 Oct 19 23:50 libmpeg2-0.3.1_1 drwxr-xr-x 2 root wheel 512 Oct 19 23:50 ImageMagick-5.5.7.11_1 drwxr-xr-x 2 root wheel 512 Oct 19 23:57 html2ps-A4-1.0_1 drwxr-xr-x 2 root wheel 512 Oct 20 01:11 ezm3-1.1 drwxr-xr-x 2 root wheel 512 Oct 20 01:22 cvsup-16.1h drwxr-xr-x 2 root wheel 512 Oct 20 06:19 psiconv-0.8.3_1 drwxr-xr-x 2 root wheel 512 Oct 20 06:23 AbiWord-gnome-1.0.6 -rw-r--r-- 1 root wheel 8643584 Oct 20 06:29 pkgdb.db drwxr-xr-x 2 root wheel 512 Oct 20 16:56 cups-pstoraster-7.07 drwxr-xr-x 2 root wheel 512 Oct 20 17:43 gimp-print-4.2.5_1 drwxr-xr-x 2 root wheel 512 Oct 20 17:43 aalib-1.4.r5_1 drwxr-xr-x 2 root wheel 512 Oct 20 17:43 gimp-1.2.5,1 drwxr-xr-x 2 root wheel 512 Oct 20 19:32 gtkglarea-1.2.2_1 drwxr-xr-x 2 root wheel 512 Oct 30 10:38 libsidplay-1.36.57 drwxr-xr-x 2 root wheel 512 Oct 30 10:38 xmms-esound-1.2.8_1 drwxr-xr-x 2 root wheel 512 Oct 30 10:38 xmms-sid-0.7.4 drwxr-xr-x 2 root wheel 512 Nov 13 15:41 dia-gnome-0.92.2_1,1 drwxr-xr-x 2 root wheel 512 Nov 13 16:21 mkcatalog-1.1 drwxr-xr-x 2 root wheel 512 Nov 13 16:21 py23-numeric-23.0 drwxr-xr-x 2 root wheel 512 Nov 13 16:21 Mesa-3.4.2_2 drwxr-xr-x 2 root wheel 512 Nov 13 16:21 linc-1.0.3 drwxr-xr-x 2 root wheel 512 Nov 13 16:21 libart_lgpl2-2.3.16 drwxr-xr-x 2 root wheel 512 Nov 13 16:21 gtkglarea-1.99.0_2 drwxr-xr-x 2 root wheel 512 Nov 13 16:21 libIDL-0.8.2 drwxr-xr-x 2 root wheel 512 Nov 13 16:21 startup-notification-0.5_1 drwxr-xr-x 2 root wheel 512 Nov 13 16:21 gconf2-2.4.0.1 drwxr-xr-x 2 root wheel 512 Nov 13 16:21 ORBit2-2.8.1 drwxr-xr-x 2 root wheel 512 Nov 13 16:21 libgnomecanvas-2.4.0 drwxr-xr-x 2 root wheel 512 Nov 13 16:21 libbonobo-2.4.0 drwxr-xr-x 2 root wheel 512 Nov 13 16:21 libbonobo-2.2.1 drwxr-xr-x 2 root wheel 512 Nov 13 16:21 gnomevfs2-2.4.0 drwxr-xr-x 2 root wheel 512 Nov 13 16:21 libgnome-2.2.0.1 drwxr-xr-x 2 root wheel 512 Nov 13 16:21 libbonoboui-2.2.0.1_1 drwxr-xr-x 2 root wheel 512 Nov 13 16:21 gnome-icon-theme-1.0.9 drwxr-xr-x 2 root wheel 512 Nov 13 16:21 libgnome-2.4.0 drwxr-xr-x 2 root wheel 512 Nov 13 16:21 py23-gtk-2.0.0 drwxr-xr-x 2 root wheel 512 Nov 13 17:15 dia-0.92.2_1,1 drwxr-xr-x 2 root wheel 512 Nov 13 17:23 python-2.3.2 drwxr-xr-x 2 root wheel 512 Nov 13 17:23 py23-expat-2.3.2_2 drwxr-xr-x 2 root wheel 512 Nov 13 17:23 Xft-2.1.2 drwxr-xr-x 2 root wheel 512 Nov 13 17:23 XFree86-fontEncodings-4.3.0 drwxr-xr-x 2 root wheel 512 Nov 13 17:23 fribidi-0.10.4_1 drwxr-xr-x 2 root wheel 512 Nov 13 17:23 pango-1.2.5 drwxr-xr-x 2 root wheel 512 Nov 13 17:23 glib-2.2.3 drwxr-xr-x 2 root wheel 512 Nov 13 17:23 atk-1.4.0 drwxr-xr-x 2 root wheel 512 Nov 13 17:23 XFree86-fontScalable-4.3.0 drwxr-xr-x 2 root wheel 512 Nov 13 17:23 gtk-2.2.4_1 drwxr-xr-x 2 root wheel 512 Nov 13 17:23 libglade2-2.0.1_1 drwxr-xr-x 2 root wheel 512 Nov 13 18:22 AbiWord2-2.0.1 drwxr-xr-x 2 root wheel 512 Nov 14 10:49 xmlcatmgr-0.2_1 drwxr-xr-x 2 root wheel 512 Nov 14 10:49 expat-1.95.6_1 drwxr-xr-x 2 root wheel 512 Nov 14 10:49 jpeg-6b_1 drwxr-xr-x 2 root wheel 512 Nov 14 10:49 sdocbook-xml-4.1.2.5_1 drwxr-xr-x 2 root wheel 512 Nov 14 10:49 png-1.2.5_2 drwxr-xr-x 2 root wheel 512 Nov 14 10:49 libltdl-1.5 drwxr-xr-x 2 root wheel 512 Nov 14 10:49 docbook-xml-4.2_1 drwxr-xr-x 2 root wheel 512 Nov 14 10:49 pkgconfig-0.15.0 drwxr-xr-x 2 root wheel 512 Nov 14 10:49 libiconv-1.9.1_1 drwxr-xr-x 2 root wheel 512 Nov 14 10:49 p5-HTML-Parser-3.31 drwxr-xr-x 2 root wheel 512 Nov 14 10:49 p5-Digest-MD5-2.27 drwxr-xr-x 2 root wheel 512 Nov 14 10:49 p5-HTML-Tagset-3.03 drwxr-xr-x 2 root wheel 512 Nov 14 10:49 p5-HTML-TableExtract-1.08 drwxr-xr-x 2 root wheel 512 Nov 14 10:49 p5-URI-1.25 drwxr-xr-x 2 root wheel 512 Nov 14 10:49 p5-Authen-SASL-2.04 drwxr-xr-x 2 root wheel 512 Nov 14 10:49 p5-MIME-Base64-2.20 drwxr-xr-x 2 root wheel 512 Nov 14 10:49 p5-Finance-Quote-1.07 drwxr-xr-x 2 root wheel 512 Nov 14 10:49 gettext-0.12.1 drwxr-xr-x 2 root wheel 512 Nov 14 10:49 p5-libwww-5.69 drwxr-xr-x 2 root wheel 512 Nov 14 10:49 p5-HTML-0.6 drwxr-xr-x 2 root wheel 512 Nov 14 10:49 p5-Date-Manip-5.42 drwxr-xr-x 2 root wheel 512 Nov 14 10:49 p5-Net-1.17,1 drwxr-xr-x 2 root wheel 512 Nov 14 10:49 p5-Finance-QuoteHist-0.31 drwxr-xr-x 2 root wheel 512 Nov 14 10:49 popt-1.6.4_1 drwxr-xr-x 2 root wheel 512 Nov 14 10:49 imake-4.3.0_1 drwxr-xr-x 2 root wheel 512 Nov 14 10:49 freetype2-2.1.5_1 drwxr-xr-x 2 root wheel 512 Nov 14 10:49 guile-1.6.4_2 drwxr-xr-x 2 root wheel 512 Nov 14 10:49 libwww-5.4.0 drwxr-xr-x 2 root wheel 512 Nov 14 10:49 OpenSP-1.5_2 drwxr-xr-x 2 root wheel 512 Nov 14 10:49 libxml2-2.6.2 drwxr-xr-x 2 root wheel 512 Nov 14 10:49 libxml-1.8.17_1 drwxr-xr-x 2 root wheel 512 Nov 14 10:49 libxslt-1.1.0 drwxr-xr-x 2 root wheel 512 Nov 14 10:49 libghttp-1.0.9 drwxr-xr-x 2 root wheel 512 Nov 14 10:49 fontconfig-2.2.90_3 drwxr-xr-x 2 root wheel 512 Nov 14 10:49 docbook-sk-4.1.2 drwxr-xr-x 2 root wheel 512 Nov 14 10:49 gnomehier-1.0_8 drwxr-xr-x 2 root wheel 512 Nov 14 10:49 libgnugetopt-1.2 drwxr-xr-x 2 root wheel 512 Nov 14 10:49 intltool-0.27.2 drwxr-xr-x 2 root wheel 512 Nov 14 10:49 libunicode-0.4_3 drwxr-xr-x 2 root wheel 512 Nov 14 10:49 glib-1.2.10_10 drwxr-xr-x 2 root wheel 512 Nov 14 10:49 tiff-3.5.7_1 drwxr-xr-x 2 root wheel 512 Nov 14 10:49 XFree86-libraries-4.3.0_6 drwxr-xr-x 2 root wheel 512 Nov 14 10:49 libaudiofile-0.2.4 drwxr-xr-x 2 root wheel 512 Nov 14 10:49 soup-0.7.11 drwxr-xr-x 2 root wheel 512 Nov 14 10:49 gtk-1.2.10_10 drwxr-xr-x 2 root wheel 512 Nov 14 10:49 slib-2d5_1 drwxr-xr-x 2 root wheel 512 Nov 14 10:49 libungif-4.1.0b1_1 drwxr-xr-x 2 root wheel 512 Nov 14 10:49 esound-0.2.32_1 drwxr-xr-x 2 root wheel 512 Nov 14 10:49 docbook-xsl-1.62.3 drwxr-xr-x 2 root wheel 512 Nov 14 10:49 ghostscript-gnu-7.07_4 drwxr-xr-x 2 root wheel 512 Nov 14 10:49 gdk-pixbuf-0.22.0 drwxr-xr-x 2 root wheel 512 Nov 14 10:49 imlib-1.9.14_1 drwxr-xr-x 2 root wheel 512 Nov 14 10:49 oaf-0.6.10_1 drwxr-xr-x 2 root wheel 512 Nov 14 10:49 ORBit-0.5.17_1 drwxr-xr-x 2 root wheel 512 Nov 14 10:49 gconf-1.0.9_6 drwxr-xr-x 2 root wheel 512 Nov 14 10:49 gnomecanvas-0.22.0 drwxr-xr-x 2 root wheel 512 Nov 14 10:49 gdbm-1.8.3 drwxr-xr-x 2 root wheel 512 Nov 14 10:49 gnomelibs-1.4.2_1 drwxr-xr-x 2 root wheel 512 Nov 14 10:49 scrollkeeper-0.3.12_2,1 drwxr-xr-x 2 root wheel 512 Nov 14 10:49 gnucash-docs-1.8.3 drwxr-xr-x 2 root wheel 512 Nov 14 10:49 libcapplet-1.4.0.5_1 drwxr-xr-x 2 root wheel 512 Nov 14 10:49 guile-gtk-0.31 drwxr-xr-x 2 root wheel 512 Nov 14 10:49 bonobo-1.0.22 drwxr-xr-x 2 root wheel 512 Nov 14 10:49 gnomeprint-0.37 drwxr-xr-x 2 root wheel 512 Nov 14 10:49 gnomemimedata-2.4.0 drwxr-xr-x 2 root wheel 512 Nov 14 10:49 gnomevfs-1.0.5_4 drwxr-xr-x 2 root wheel 512 Nov 14 10:49 libglade-0.17_2 drwxr-xr-x 2 root wheel 512 Nov 14 10:49 gnomedb-0.2.96_1 drwxr-xr-x 2 root wheel 512 Nov 14 10:49 libgda-0.2.96_1 drwxr-xr-x 2 root wheel 512 Nov 14 10:50 glibwww-0.2_1 drwxr-xr-x 2 root wheel 512 Nov 14 10:50 g-wrap-1.3.4_4 drwxr-xr-x 2 root wheel 512 Nov 14 10:50 db4-4.0.14_1,1 drwxr-xr-x 2 root wheel 512 Nov 14 10:50 guppi-0.40.3_3 drwxr-xr-x 2 root wheel 512 Nov 14 10:50 gal-0.24 drwxr-xr-x 2 root wheel 512 Nov 14 10:50 aspell-0.50.4 drwxr-xr-x 2 root wheel 512 Nov 14 10:50 gtkhtml-1.1.10_2 drwxr-xr-x 2 root wheel 512 Nov 14 10:50 libofx-0.6.4 drwxr-xr-x 2 root wheel 512 Nov 14 11:27 libtool-1.3.5_1 -rw-r--r-- 1 root wheel 0 Nov 15 13:20 LAP_pkg_list --------------020708010801080308030403--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3FB6A083.1040904>