Date: Tue, 17 Jun 2003 18:39:09 -0700 From: Lars Eggert <larse@ISI.EDU> To: gnome@freebsd.org Subject: current issues Message-ID: <3EEFC2BD.9050101@isi.edu>
next in thread | raw e-mail | index | archive | help
This is a cryptographically signed message in MIME format. --------------ms060706050301020601080301 Content-Type: multipart/mixed; boundary="------------020405000601070301020709" This is a multi-part message in MIME format. --------------020405000601070301020709 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Hi, I'm almost through a complete rebuild of the current gnome2-beta ports under -current. Here's a list of issues I had with certain ports: www/epiphany: needed to remove -Werror in src/Makefile in the work directory, tripped up on some redefinitions (looks like the port Makefile tries to do that, but it doesn't seem to take effect) x11/gnopernicus: "Package linc was not found in the pkg-config search path." Not sure what to do about it, config.log attached. Lars -- Lars Eggert <larse@isi.edu> USC Information Sciences Institute --------------020405000601070301020709 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. It was created by configure, which was generated by GNU Autoconf 2.57. Invocation command line was $ ./configure --x-libraries=/usr/X11R6/lib --x-includes=/usr/X11R6/include --localstatedir=/usr/X11R6/share/gnome --datadir=/usr/X11R6/share/gnome --with-html-dir=/usr/X11R6/share/doc --disable-gtk-doc --with-gconf-source=xml::/usr/X11R6/etc/gconf/gconf.xml.defaults --prefix=/usr/X11R6 --build=i386-portbld-freebsd5.1 ## --------- ## ## Platform. ## ## --------- ## hostname = nik.isi.edu uname -m = i386 uname -r = 5.1-CURRENT uname -s = FreeBSD uname -v = FreeBSD 5.1-CURRENT #1: Mon Jun 16 09:08:47 PDT 2003 root@nik.isi.edu:/usr/obj/usr/src/sys/KERNEL-1.23 /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/sbin PATH: /usr/local/bin PATH: /sbin PATH: /bin PATH: /usr/sbin PATH: /usr/bin PATH: /usr/games PATH: /usr/X11R6/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1490: checking for a BSD-compatible install configure:1544: result: /usr/bin/install -c -o root -g wheel configure:1555: checking whether build environment is sane configure:1598: result: yes configure:1613: checking whether gmake sets $(MAKE) configure:1633: result: yes configure:1665: checking for working aclocal-1.4 configure:1676: result: missing configure:1680: checking for working autoconf configure:1687: result: found configure:1695: checking for working automake-1.4 configure:1706: result: missing configure:1710: checking for working autoheader configure:1717: result: found configure:1725: checking for working makeinfo configure:1732: result: found configure:1764: checking whether to enable maintainer-specific portions of Makefiles configure:1773: result: no configure:1790: checking for intltool >= 0.22 configure:1800: result: 0.25 found configure:1851: checking for perl configure:1869: found /usr/local/bin/perl configure:1881: result: /usr/local/bin/perl configure:1960: checking for gcc configure:1986: result: cc configure:2230: checking for C compiler version configure:2233: cc --version </dev/null >&5 cc (GCC) 3.2.2 [FreeBSD] 20030205 (release) Copyright (C) 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:2236: $? = 0 configure:2238: cc -v </dev/null >&5 Using built-in specs. Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 3.2.2 [FreeBSD] 20030205 (release) configure:2241: $? = 0 configure:2243: cc -V </dev/null >&5 cc: argument to `-V' is missing configure:2246: $? = 1 configure:2270: checking for C compiler default output configure:2273: cc -O2 -pipe -mmmx -msse -mfpmath=sse -march=pentium3 -I/usr/local/include -L/usr/local/lib conftest.c >&5 configure:2276: $? = 0 configure:2322: result: a.out configure:2327: checking whether the C compiler works configure:2333: ./a.out configure:2336: $? = 0 configure:2353: result: yes configure:2360: checking whether we are cross compiling configure:2362: result: no configure:2365: checking for suffix of executables configure:2367: cc -o conftest -O2 -pipe -mmmx -msse -mfpmath=sse -march=pentium3 -I/usr/local/include -L/usr/local/lib conftest.c >&5 configure:2370: $? = 0 configure:2395: result: configure:2401: checking for suffix of object files configure:2423: cc -c -O2 -pipe -mmmx -msse -mfpmath=sse -march=pentium3 -I/usr/local/include conftest.c >&5 configure:2426: $? = 0 configure:2448: result: o configure:2452: checking whether we are using the GNU C compiler configure:2477: cc -c -O2 -pipe -mmmx -msse -mfpmath=sse -march=pentium3 -I/usr/local/include conftest.c >&5 configure:2480: $? = 0 configure:2483: test -s conftest.o configure:2486: $? = 0 configure:2499: result: yes configure:2505: checking whether cc accepts -g configure:2527: cc -c -g -I/usr/local/include conftest.c >&5 configure:2530: $? = 0 configure:2533: test -s conftest.o configure:2536: $? = 0 configure:2547: result: yes configure:2564: checking for cc option to accept ANSI C configure:2625: cc -c -O2 -pipe -mmmx -msse -mfpmath=sse -march=pentium3 -I/usr/local/include conftest.c >&5 configure:2628: $? = 0 configure:2631: test -s conftest.o configure:2634: $? = 0 configure:2652: result: none needed configure:2670: cc -c -O2 -pipe -mmmx -msse -mfpmath=sse -march=pentium3 -I/usr/local/include conftest.c >&5 conftest.c:2: syntax error before "me" configure:2673: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2794: checking for a BSD-compatible install configure:2848: result: /usr/bin/install -c -o root -g wheel configure:2861: checking for strerror in -lcposix configure:2892: cc -o conftest -O2 -pipe -mmmx -msse -mfpmath=sse -march=pentium3 -I/usr/local/include -L/usr/local/lib conftest.c -lcposix >&5 /usr/bin/ld: cannot find -lcposix configure:2895: $? = 1 configure: failed program was: | #line 2869 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gnopernicus" | #define VERSION "0.3.2" | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char strerror (); | int | main () | { | strerror (); | ; | return 0; | } configure:2913: result: no configure:2993: checking whether gcc understands -Wsign-promo configure:3012: cc -c -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -O2 -pipe -mmmx -msse -mfpmath=sse -march=pentium3 -Wsign-promo -I/usr/local/include conftest.c >&5 configure:3015: $? = 0 configure:3018: test -s conftest.o configure:3021: $? = 0 configure:3032: result: yes configure:2993: checking whether gcc understands -Wno-sign-compare configure:3012: cc -c -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -O2 -pipe -mmmx -msse -mfpmath=sse -march=pentium3 -Wno-sign-compare -I/usr/local/include conftest.c >&5 configure:3015: $? = 0 configure:3018: test -s conftest.o configure:3021: $? = 0 configure:3032: result: yes configure:3052: checking what warning flags to pass to the C compiler configure:3054: result: -Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wsign-promo -Wno-sign-compare configure:3065: checking what language compliance flags to pass to the C compiler configure:3080: result: configure:3159: checking build system type configure:3177: result: i386-portbld-freebsd5.1 configure:3185: checking host system type configure:3199: result: i386-portbld-freebsd5.1 configure:3229: checking for ld used by GCC configure:3292: result: /usr/bin/ld configure:3301: checking if the linker (/usr/bin/ld) is GNU ld GNU ld version 2.13.2 [FreeBSD] 2002-11-27 configure:3313: result: yes configure:3318: checking for /usr/bin/ld option to reload object files configure:3325: result: -r configure:3330: checking for BSD-compatible nm configure:3366: result: /usr/bin/nm -B configure:3369: checking for a sed that does not truncate output configure:3451: result: /usr/bin/sed configure:3454: checking whether ln -s works configure:3458: result: yes configure:3465: checking how to recognise dependent libraries configure:3646: result: pass_all configure:3658: checking command to parse /usr/bin/nm -B output configure:3742: cc -c -O2 -pipe -mmmx -msse -mfpmath=sse -march=pentium3 -I/usr/local/include conftest.c >&5 configure:3745: $? = 0 configure:3749: /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:3752: $? = 0 configure:3804: cc -o conftest -O2 -pipe -mmmx -msse -mfpmath=sse -march=pentium3 -I/usr/local/include -L/usr/local/lib conftest.c conftstm.o >&5 configure:3807: $? = 0 configure:3851: result: ok configure:3860: checking how to run the C preprocessor configure:3896: cc -E -I/usr/local/include conftest.c configure:3902: $? = 0 configure:3934: cc -E -I/usr/local/include conftest.c configure:3936:28: ac_nonexistent.h: No such file or directory configure:3940: $? = 1 configure: failed program was: | #line 3926 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gnopernicus" | #define VERSION "0.3.2" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:3978: result: cc -E configure:4003: cc -E -I/usr/local/include conftest.c configure:4009: $? = 0 configure:4041: cc -E -I/usr/local/include conftest.c configure:4043:28: ac_nonexistent.h: No such file or directory configure:4047: $? = 1 configure: failed program was: | #line 4033 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gnopernicus" | #define VERSION "0.3.2" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:4090: checking for egrep configure:4100: result: grep -E configure:4105: checking for ANSI C header files configure:4131: cc -c -O2 -pipe -mmmx -msse -mfpmath=sse -march=pentium3 -I/usr/local/include conftest.c >&5 configure:4134: $? = 0 configure:4137: test -s conftest.o configure:4140: $? = 0 configure:4232: cc -o conftest -O2 -pipe -mmmx -msse -mfpmath=sse -march=pentium3 -I/usr/local/include -L/usr/local/lib conftest.c >&5 configure:4235: $? = 0 configure:4237: ./conftest configure:4240: $? = 0 configure:4255: result: yes configure:4279: checking for sys/types.h configure:4296: cc -c -O2 -pipe -mmmx -msse -mfpmath=sse -march=pentium3 -I/usr/local/include conftest.c >&5 configure:4299: $? = 0 configure:4302: test -s conftest.o configure:4305: $? = 0 configure:4316: result: yes configure:4279: checking for sys/stat.h configure:4296: cc -c -O2 -pipe -mmmx -msse -mfpmath=sse -march=pentium3 -I/usr/local/include conftest.c >&5 configure:4299: $? = 0 configure:4302: test -s conftest.o configure:4305: $? = 0 configure:4316: result: yes configure:4279: checking for stdlib.h configure:4296: cc -c -O2 -pipe -mmmx -msse -mfpmath=sse -march=pentium3 -I/usr/local/include conftest.c >&5 configure:4299: $? = 0 configure:4302: test -s conftest.o configure:4305: $? = 0 configure:4316: result: yes configure:4279: checking for string.h configure:4296: cc -c -O2 -pipe -mmmx -msse -mfpmath=sse -march=pentium3 -I/usr/local/include conftest.c >&5 configure:4299: $? = 0 configure:4302: test -s conftest.o configure:4305: $? = 0 configure:4316: result: yes configure:4279: checking for memory.h configure:4296: cc -c -O2 -pipe -mmmx -msse -mfpmath=sse -march=pentium3 -I/usr/local/include conftest.c >&5 configure:4299: $? = 0 configure:4302: test -s conftest.o configure:4305: $? = 0 configure:4316: result: yes configure:4279: checking for strings.h configure:4296: cc -c -O2 -pipe -mmmx -msse -mfpmath=sse -march=pentium3 -I/usr/local/include conftest.c >&5 configure:4299: $? = 0 configure:4302: test -s conftest.o configure:4305: $? = 0 configure:4316: result: yes configure:4279: checking for inttypes.h configure:4296: cc -c -O2 -pipe -mmmx -msse -mfpmath=sse -march=pentium3 -I/usr/local/include conftest.c >&5 configure:4299: $? = 0 configure:4302: test -s conftest.o configure:4305: $? = 0 configure:4316: result: yes configure:4279: checking for stdint.h configure:4296: cc -c -O2 -pipe -mmmx -msse -mfpmath=sse -march=pentium3 -I/usr/local/include conftest.c >&5 configure:4299: $? = 0 configure:4302: test -s conftest.o configure:4305: $? = 0 configure:4316: result: yes configure:4279: checking for unistd.h configure:4296: cc -c -O2 -pipe -mmmx -msse -mfpmath=sse -march=pentium3 -I/usr/local/include conftest.c >&5 configure:4299: $? = 0 configure:4302: test -s conftest.o configure:4305: $? = 0 configure:4316: result: yes configure:4342: checking dlfcn.h usability configure:4355: cc -c -O2 -pipe -mmmx -msse -mfpmath=sse -march=pentium3 -I/usr/local/include conftest.c >&5 configure:4358: $? = 0 configure:4361: test -s conftest.o configure:4364: $? = 0 configure:4374: result: yes configure:4378: checking dlfcn.h presence configure:4389: cc -E -I/usr/local/include conftest.c configure:4395: $? = 0 configure:4414: result: yes configure:4450: checking for dlfcn.h configure:4457: result: yes configure:4655: checking for ranlib configure:4671: found /usr/bin/ranlib configure:4682: result: ranlib configure:4735: checking for strip configure:4751: found /usr/bin/strip configure:4762: result: strip configure:4972: checking for objdir configure:4983: result: .libs configure:5000: checking for cc option to produce PIC configure:5146: result: -fPIC configure:5150: checking if cc PIC flag -fPIC works configure:5174: cc -c -O2 -pipe -mmmx -msse -mfpmath=sse -march=pentium3 -fPIC -DPIC -I/usr/local/include conftest.c >&5 configure:5177: $? = 0 configure:5180: test -s conftest.o configure:5183: $? = 0 configure:5221: result: yes configure:5237: checking if cc static flag -static works configure:5262: cc -o conftest -O2 -pipe -mmmx -msse -mfpmath=sse -march=pentium3 -I/usr/local/include -L/usr/local/lib -static conftest.c >&5 configure:5265: $? = 0 configure:5268: test -s conftest configure:5271: $? = 0 configure:5287: result: yes configure:5299: checking if cc supports -c -o file.o configure:5319: cc -c -O2 -pipe -mmmx -msse -mfpmath=sse -march=pentium3 -o out/conftest2.o -I/usr/local/include conftest.c >&5 configure:5343: result: yes configure:5348: checking if cc supports -c -o file.lo configure:5376: cc -c -O2 -pipe -mmmx -msse -mfpmath=sse -march=pentium3 -c -o conftest.lo -I/usr/local/include conftest.c >&5 configure:5379: $? = 0 configure:5382: test -s conftest.lo configure:5385: $? = 0 configure:5407: result: yes configure:5438: checking if cc supports -fno-rtti -fno-exceptions configure:5461: cc -c -O2 -pipe -mmmx -msse -mfpmath=sse -march=pentium3 -fno-rtti -fno-exceptions -c conftest.c -I/usr/local/include conftest.c >&5 configure:5464: $? = 0 configure:5467: test -s conftest.o configure:5470: $? = 0 configure:5487: result: yes configure:5498: checking whether the linker (/usr/bin/ld) supports shared libraries configure:6217: result: yes configure:6222: checking how to hardcode library paths into programs configure:6246: result: immediate configure:6251: checking whether stripping libraries is possible configure:6256: result: yes configure:6267: checking dynamic linker characteristics configure:6674: result: freebsd5.1 ld.so configure:6679: checking if libtool supports shared libraries configure:6681: result: yes configure:6684: checking whether to build shared libraries configure:6705: result: yes configure:6708: checking whether to build static libraries configure:6712: result: no configure:7386: checking whether -lc should be explicitly linked in configure:7394: cc -c -O2 -pipe -mmmx -msse -mfpmath=sse -march=pentium3 -I/usr/local/include conftest.c >&5 configure:7397: $? = 0 configure:7411: cc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 configure:7414: $? = 1 configure:7427: result: yes configure:8026: checking locale.h usability configure:8039: cc -c -O2 -pipe -mmmx -msse -mfpmath=sse -march=pentium3 -I/usr/local/include conftest.c >&5 configure:8042: $? = 0 configure:8045: test -s conftest.o configure:8048: $? = 0 configure:8058: result: yes configure:8062: checking locale.h presence configure:8073: cc -E -I/usr/local/include conftest.c configure:8079: $? = 0 configure:8098: result: yes configure:8134: checking for locale.h configure:8141: result: yes configure:8155: checking for LC_MESSAGES configure:8177: cc -o conftest -O2 -pipe -mmmx -msse -mfpmath=sse -march=pentium3 -I/usr/local/include -L/usr/local/lib conftest.c >&5 configure:8180: $? = 0 configure:8183: test -s conftest configure:8186: $? = 0 configure:8197: result: yes configure:8226: checking libintl.h usability configure:8239: cc -c -O2 -pipe -mmmx -msse -mfpmath=sse -march=pentium3 -I/usr/local/include conftest.c >&5 configure:8242: $? = 0 configure:8245: test -s conftest.o configure:8248: $? = 0 configure:8258: result: yes configure:8262: checking libintl.h presence configure:8273: cc -E -I/usr/local/include conftest.c configure:8279: $? = 0 configure:8298: result: yes configure:8334: checking for libintl.h configure:8341: result: yes configure:8352: checking for dgettext in libc configure:8376: cc -o conftest -O2 -pipe -mmmx -msse -mfpmath=sse -march=pentium3 -I/usr/local/include -L/usr/local/lib conftest.c >&5 /var/tmp//ccicbT33.o: In function `main': /var/tmp//ccicbT33.o(.text+0x19): undefined reference to `libintl_dgettext' configure:8379: $? = 1 configure: failed program was: | #line 8358 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gnopernicus" | #define VERSION "0.3.2" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define GETTEXT_PACKAGE "gnopernicus0" | #define HAVE_LOCALE_H 1 | #define HAVE_LC_MESSAGES 1 | /* end confdefs.h. */ | | #include <libintl.h> | | int | main () | { | return (int) dgettext ("","") | ; | return 0; | } configure:8397: result: no configure:8493: checking for bindtextdomain in -lintl configure:8524: cc -o conftest -O2 -pipe -mmmx -msse -mfpmath=sse -march=pentium3 -I/usr/local/include -L/usr/local/lib conftest.c -lintl >&5 configure:8527: $? = 0 configure:8530: test -s conftest configure:8533: $? = 0 configure:8545: result: yes configure:8548: checking for dgettext in -lintl configure:8579: cc -o conftest -O2 -pipe -mmmx -msse -mfpmath=sse -march=pentium3 -I/usr/local/include -L/usr/local/lib conftest.c -lintl >&5 configure:8582: $? = 0 configure:8585: test -s conftest configure:8588: $? = 0 configure:8600: result: yes configure:8690: checking for bind_textdomain_codeset configure:8740: cc -o conftest -O2 -pipe -mmmx -msse -mfpmath=sse -march=pentium3 -I/usr/local/include -L/usr/local/lib conftest.c -lintl >&5 configure:8743: $? = 0 configure:8746: test -s conftest configure:8749: $? = 0 configure:8760: result: yes configure:8799: checking for msgfmt configure:8826: result: /usr/local/bin/msgfmt configure:8837: checking for dcgettext configure:8887: cc -o conftest -O2 -pipe -mmmx -msse -mfpmath=sse -march=pentium3 -I/usr/local/include -L/usr/local/lib conftest.c >&5 /var/tmp//ccSyPk3v.o: In function `main': /var/tmp//ccSyPk3v.o(.text+0x11): undefined reference to `dcgettext' /var/tmp//ccSyPk3v.o(.data+0x0): undefined reference to `dcgettext' configure:8890: $? = 1 configure: failed program was: | #line 8843 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gnopernicus" | #define VERSION "0.3.2" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define GETTEXT_PACKAGE "gnopernicus0" | #define HAVE_LOCALE_H 1 | #define HAVE_LC_MESSAGES 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_GETTEXT 1 | /* end confdefs.h. */ | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char dcgettext (); 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 dcgettext (); | /* 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_dcgettext) || defined (__stub___dcgettext) | choke me | #else | char (*f) () = dcgettext; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != dcgettext; | ; | return 0; | } configure:8907: result: no configure:8919: checking for gmsgfmt configure:8950: result: /usr/local/bin/msgfmt configure:8959: checking for xgettext configure:8986: result: /usr/local/bin/xgettext configure:9011: cc -o conftest -O2 -pipe -mmmx -msse -mfpmath=sse -march=pentium3 -I/usr/local/include -L/usr/local/lib conftest.c >&5 /var/tmp//ccqHKXfj.o: In function `main': /var/tmp//ccqHKXfj.o(.text+0x7): undefined reference to `_nl_msg_cat_cntr' configure:9014: $? = 1 configure: failed program was: | #line 8994 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "gnopernicus" | #define VERSION "0.3.2" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define GETTEXT_PACKAGE "gnopernicus0" | #define HAVE_LOCALE_H 1 | #define HAVE_LC_MESSAGES 1 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 | #define HAVE_GETTEXT 1 | /* end confdefs.h. */ | | int | main () | { | extern int _nl_msg_cat_cntr; | return _nl_msg_cat_cntr | ; | return 0; | } configure:9087: checking for catalogs to be installed configure:9096: result: de ro configure:9136: checking for bind_textdomain_codeset configure:9206: result: yes configure:9221: checking for gtkdoc-mkdb configure:9248: result: false configure:9284: checking for gconftool-2 configure:9302: found /usr/X11R6/bin/gconftool-2 configure:9314: result: /usr/X11R6/bin/gconftool-2 configure:9324: checking for intltool >= 0.21 configure:9334: result: 0.25 found configure:9385: checking for perl configure:9415: result: /usr/local/bin/perl configure:9463: checking "GConf configuration source" configure:9465: result: xml::${sysconfdir}/gconf/gconf.xml.defaults configure:9495: checking system version (for braille's serial port name) configure:9509: result: FreeBSD-5.1-CURRENT configure:9548: checking for poptDupArgv in -lpopt configure:9579: cc -o conftest -O2 -pipe -mmmx -msse -mfpmath=sse -march=pentium3 -I/usr/local/include -L/usr/local/lib conftest.c -lpopt >&5 configure:9582: $? = 0 configure:9585: test -s conftest configure:9588: $? = 0 configure:9600: result: yes configure:9618: checking whether to enable ipv6 configure:9661: cc -o conftest -O2 -pipe -mmmx -msse -mfpmath=sse -march=pentium3 -I/usr/local/include -L/usr/local/lib conftest.c -lpopt >&5 configure:9664: $? = 0 configure:9666: ./conftest configure:9669: $? = 0 configure:9671: result: yes configure:9705: checking whether to enable paranoia option configure:9717: result: no configure:9741: checking for pkg-config configure:9759: found /usr/local/bin/pkg-config configure:9772: result: /usr/local/bin/pkg-config configure:9789: checking for gconf-2.0 >= 1.1.5 glib-2.0 >= 1.3.12 libxml-2.0 >= 2.4.6 configure:9802: result: yes configure:9806: checking LIBBRL_CFLAGS configure:9812: result: -DORBIT2=1 -D_THREAD_SAFE -I/usr/local/include/orbit-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/X11R6/include/gconf/2 configure:9815: checking LIBBRL_LIBS configure:9821: result: -Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lgconf-2 -lORBit-2 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lc_r -lglib-2.0 -lxml2 -lz -liconv -lm configure:9914: checking for gconf-2.0 >= 1.1.5 glib-2.0 >= 1.3.12 libgnome-2.0 >= 1.102.0 libgnomeui-2.0 >= 1.106.0 linc >= 0.1.0 libxml-2.0 >= 2.4.6 configure:9989: error: Library requirements ( gconf-2.0 >= 1.1.5 glib-2.0 >= 1.3.12 libgnome-2.0 >= 1.102.0 libgnomeui-2.0 >= 1.106.0 linc >= 0.1.0 libxml-2.0 >= 2.4.6 ) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them. ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_func_bind_textdomain_codeset=yes ac_cv_path_XGETTEXT=/usr/local/bin/xgettext gt_cv_func_dgettext_libc=no ac_cv_header_stdlib_h=yes lt_cv_file_magic_cmd='$MAGIC_CMD' ac_cv_lib_popt_poptDupArgv=yes ac_cv_lib_cposix_strerror=no ac_cv_prog_cc_g=yes ac_cv_path_INTLTOOL_PERL=/usr/local/bin/perl ac_cv_env_LDFLAGS_set=set ac_cv_path_PKG_CONFIG=/usr/local/bin/pkg-config lt_cv_prog_cc_can_build_shared=yes ac_cv_c_compiler_gnu=yes ac_cv_exeext= ac_cv_env_CFLAGS_set=set ac_cv_path_GCONFTOOL=/usr/X11R6/bin/gconftool-2 ac_cv_prog_make_gmake_set=yes ac_cv_env_CPP_value= ac_cv_env_CPPFLAGS_set=set lt_cv_prog_cc_static_works=yes lt_cv_prog_cc_no_builtin= lt_cv_prog_cc_shlib= gt_cv_have_gettext=yes lt_cv_prog_cc_static=-static ac_cv_env_host_alias_set= ac_cv_prog_GTKDOC=false ac_cv_path_GMSGFMT=/usr/local/bin/msgfmt lt_cv_ld_reload_flag=-r lt_cv_archive_cmds_need_lc=yes ac_cv_header_sys_stat_h=yes lt_cv_prog_gnu_ld=yes ac_cv_gnome_aclocal_dir= ac_cv_env_build_alias_set=set ac_cv_env_LDFLAGS_value=-L/usr/local/lib ac_cv_env_target_alias_set= ac_cv_host_alias=i386-portbld-freebsd5.1 ac_cv_prog_cc_stdc= ac_cv_env_CFLAGS_value='-O2 -pipe -mmmx -msse -mfpmath=sse -march=pentium3' ac_cv_env_CC_set=set ac_cv_path_MSGFMT=/usr/local/bin/msgfmt lt_cv_prog_cc_wl=-Wl, ac_cv_header_sys_types_h=yes ac_cv_header_stdc=yes ac_cv_header_strings_h=yes lt_cv_path_SED=/usr/bin/sed ac_cv_func_dcgettext=no ac_cv_header_stdint_h=yes ac_cv_header_inttypes_h=yes ac_cv_prog_egrep='grep -E' ac_cv_header_locale_h=yes ac_cv_header_unistd_h=yes ac_cv_header_string_h=yes lt_cv_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern char \1;/p'\''' lt_cv_path_LD=/usr/bin/ld ac_cv_build_alias=i386-portbld-freebsd5.1 ac_cv_env_CPPFLAGS_value=-I/usr/local/include ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_header_memory_h=yes ac_cv_prog_ac_ct_STRIP=strip ac_cv_host=i386-portbld-freebsd5.1 ac_cv_env_host_alias_value= am_cv_val_LC_MESSAGES=yes ac_cv_gnome_aclocal_flags= ac_cv_lib_intl_dgettext=yes lt_cv_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_lib_intl_bindtextdomain=yes gt_cv_func_dgettext_libintl=yes lt_cv_compiler_c_o=yes lt_cv_prog_cc_pic_works=yes lt_cv_file_magic_test_file= ac_cv_prog_CPP='cc -E' ac_cv_build=i386-portbld-freebsd5.1 ac_cv_env_build_alias_value=i386-portbld-freebsd5.1 lt_cv_prog_cc_pic=' -fPIC' lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_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_header_libintl_h=yes lt_cv_compiler_o_lo=yes ac_cv_env_target_alias_value= ac_cv_env_CC_value=cc 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='/usr/ports/x11/gnopernicus/work/gnopernicus-0.3.2/missing aclocal-1.4 ' AUTOCONF='autoconf' AUTOHEADER='autoheader' AUTOMAKE='/usr/ports/x11/gnopernicus/work/gnopernicus-0.3.2/missing automake-1.4' BRLMON_CFLAGS='' BRLMON_LIBS='' BUILD_MAGNIFIER_FALSE='' BUILD_MAGNIFIER_TRUE='' CATALOGS=' de.mo ro.mo' CATOBJEXT='.mo' CC='cc' CFLAGS='-O2 -pipe -mmmx -msse -mfpmath=sse -march=pentium3' CPP='cc -E' CPPFLAGS='-I/usr/local/include' DATADIRNAME='share' DEFS='' ECHO='echo' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' ENABLE_GTK_DOC_FALSE='' ENABLE_GTK_DOC_TRUE='#' ENABLE_PARANOIA='' EXEEXT='' GCONFTOOL='/usr/X11R6/bin/gconftool-2' GCONF_CONFIG_SOURCE='xml::${sysconfdir}/gconf/gconf.xml.defaults' GETTEXT_PACKAGE='gnopernicus0' GMOFILES=' de.gmo ro.gmo' GMSGFMT='/usr/local/bin/msgfmt' GNOME_ACLOCAL_DIR='' GNOME_ACLOCAL_FLAGS='' GNOPERNICUS_BINARY_AGE='0' GNOPERNICUS_INTERFACE_AGE='0' GNOPERNICUS_MAJOR_VERSION='0' GNOPERNICUS_MICRO_VERSION='2' GNOPERNICUS_MINOR_VERSION='3' GNOPI_CFLAGS='' GNOPI_LIBS='' GTKDOC='false' INET6_ACTIVE='-DINET6' INSIDE_GNOME_DOCU_FALSE='' INSIDE_GNOME_DOCU_TRUE='#' INSTALL_DATA='install -o root -g wheel -m 444' INSTALL_PROGRAM='install -s -o root -g wheel -m 555' INSTALL_SCRIPT='install -o root -g wheel -m 555' INSTOBJEXT='.mo' INTLLIBS='-lintl ' INTLTOOL_CAVES_RULE='%.caves: %.caves.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache' INTLTOOL_DESKTOP_RULE='%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache' INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache' INTLTOOL_EXTRACT='$(top_builddir)/intltool-extract' INTLTOOL_KEYS_RULE='%.keys: %.keys.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -k -u -c $(top_builddir)/po/.intltool-merge-cache' INTLTOOL_MERGE='$(top_builddir)/intltool-merge' INTLTOOL_OAF_RULE='%.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -o -p' INTLTOOL_PERL='/usr/local/bin/perl' INTLTOOL_PONG_RULE='%.pong: %.pong.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -x -u -c $(top_builddir)/po/.intltool-merge-cache' INTLTOOL_PROP_RULE='%.prop: %.prop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache' INTLTOOL_SCHEMAS_RULE='%.schemas: %.schemas.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -s -u -c $(top_builddir)/po/.intltool-merge-cache' INTLTOOL_SERVER_RULE='%.server: %.server.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -o -u -c $(top_builddir)/po/.intltool-merge-cache' INTLTOOL_SHEET_RULE='%.sheet: %.sheet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -x -u -c $(top_builddir)/po/.intltool-merge-cache' INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache' INTLTOOL_THEME_RULE='%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache' INTLTOOL_UI_RULE='%.ui: %.ui.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -x -u -c $(top_builddir)/po/.intltool-merge-cache' INTLTOOL_UPDATE='$(top_builddir)/intltool-update' INTLTOOL_XML_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -x -u -c $(top_builddir)/po/.intltool-merge-cache' LDFLAGS='-L/usr/local/lib' LIBBRL_CFLAGS='-DORBIT2=1 -D_THREAD_SAFE -I/usr/local/include/orbit-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/X11R6/include/gconf/2 ' LIBBRL_LIBS='-Wl,--export-dynamic -L/usr/local/lib -L/usr/X11R6/lib -lgconf-2 -lORBit-2 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lc_r -lglib-2.0 -lxml2 -lz -liconv -lm ' LIBBRL_TEST_CFLAGS='' LIBBRL_TEST_LIBS='' LIBKE_CFLAGS='' LIBKE_LIBS='' LIBMAG_CFLAGS='' LIBMAG_LIBS='' LIBOBJS='' LIBS='-lpopt ' LIBSRCONF_CFLAGS='' LIBSRCONF_LIBS='' LIBSRCONF_TEST_CFLAGS='' LIBSRCONF_TEST_LIBS='' LIBSRLOW_CFLAGS='' LIBSRLOW_LIBS='' LIBSRLOW_TEST_CFLAGS='' LIBSRLOW_TEST_LIBS='' LIBSRS_CFLAGS='' LIBSRS_LIBS='' LIBSRUTIL_CFLAGS='' LIBSRUTIL_LIBS='' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LN_S='ln -s' LTLIBOBJS='' LT_AGE='0' LT_CURRENT='2' LT_RELEASE='0.3' LT_REVISION='0' LT_VERSION_INFO='-version-info ${LT_CURRENT}:${LT_REVISION}:${LT_AGE}' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKEINFO='makeinfo' MKINSTALLDIRS='./mkinstalldirs' MSGFMT='/usr/local/bin/msgfmt' OBJEXT='o' PACKAGE='gnopernicus' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' PKG_CONFIG='/usr/local/bin/pkg-config' POFILES=' de.po ro.po' POSUB='po' PO_IN_DATADIR_FALSE='' PO_IN_DATADIR_TRUE='' RANLIB='ranlib' SET_MAKE='' SHELL='/bin/sh' SRCORE_CFLAGS='' SRCORE_LIBS='' STRIP='strip' TTYNAME_0='/dev/cuaa0' TTYNAME_1='/dev/cuaa1' USE_NLS='yes' VERSION='0.3.2' WARN_CFLAGS='-Wall -Wunused -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wsign-promo -Wno-sign-compare ' XGETTEXT='/usr/local/bin/xgettext' X_LIBS=' -lX11 ' ac_ct_CC='cc' ac_ct_RANLIB='ranlib' ac_ct_STRIP='strip' bindir='${exec_prefix}/bin' build='i386-portbld-freebsd5.1' build_alias='i386-portbld-freebsd5.1' build_cpu='i386' build_os='freebsd5.1' build_vendor='portbld' datadir='/usr/X11R6/share/gnome' exec_prefix='NONE' gnopernicuslocaledir='${prefix}/${DATADIRNAME}/locale' host='i386-portbld-freebsd5.1' host_alias='' host_cpu='i386' host_os='freebsd5.1' host_vendor='portbld' includedir='${prefix}/include' infodir='${prefix}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='/usr/X11R6/share/gnome' mandir='${prefix}/man' oldincludedir='/usr/include' prefix='/usr/X11R6' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define ENABLE_NLS 1 #define GETTEXT_PACKAGE "gnopernicus0" #define HAVE_BIND_TEXTDOMAIN_CODESET 1 #define HAVE_BIND_TEXTDOMAIN_CODESET 1 #define HAVE_DLFCN_H 1 #define HAVE_GETTEXT 1 #define HAVE_INTTYPES_H 1 #define HAVE_LC_MESSAGES 1 #define HAVE_LIBPOPT 1 #define HAVE_LOCALE_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STDINT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRINGS_H 1 #define HAVE_STRING_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_UNISTD_H 1 #define PACKAGE "gnopernicus" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define STDC_HEADERS 1 #define VERSION "0.3.2" configure: exit 1 --------------020405000601070301020709-- --------------ms060706050301020601080301 Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="smime.p7s" Content-Description: S/MIME Cryptographic Signature MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIJtjCC AzgwggKhoAMCAQICEGZFcrfMdPXPY3ZFhNAukQEwDQYJKoZIhvcNAQEEBQAwgdExCzAJBgNV BAYTAlpBMRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNhcGUgVG93bjEaMBgG A1UEChMRVGhhd3RlIENvbnN1bHRpbmcxKDAmBgNVBAsTH0NlcnRpZmljYXRpb24gU2Vydmlj ZXMgRGl2aXNpb24xJDAiBgNVBAMTG1RoYXd0ZSBQZXJzb25hbCBGcmVlbWFpbCBDQTErMCkG CSqGSIb3DQEJARYccGVyc29uYWwtZnJlZW1haWxAdGhhd3RlLmNvbTAeFw0wMDA4MzAwMDAw MDBaFw0wNDA4MjcyMzU5NTlaMIGSMQswCQYDVQQGEwJaQTEVMBMGA1UECBMMV2VzdGVybiBD YXBlMRIwEAYDVQQHEwlDYXBlIFRvd24xDzANBgNVBAoTBlRoYXd0ZTEdMBsGA1UECxMUQ2Vy dGlmaWNhdGUgU2VydmljZXMxKDAmBgNVBAMTH1BlcnNvbmFsIEZyZWVtYWlsIFJTQSAyMDAw LjguMzAwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAN4zMqZjxwklRT7SbngnZ4HF2ogZ gpcO40QpimM1Km1wPPrcrvfudG8wvDOQf/k0caCjbZjxw0+iZdsN+kvx1t1hpfmFzVWaNRqd knWoJ67Ycvm6AvbXsJHeHOmr4BgDqHxDQlBRh4M88Dm0m1SKE4f/s5udSWYALQmJ7JRr6aFp AgMBAAGjTjBMMCkGA1UdEQQiMCCkHjAcMRowGAYDVQQDExFQcml2YXRlTGFiZWwxLTI5NzAS BgNVHRMBAf8ECDAGAQH/AgEAMAsGA1UdDwQEAwIBBjANBgkqhkiG9w0BAQQFAAOBgQAxsUtH XfkBceX1U2xdedY9mMAmE2KBIqcS+CKV6BtJtyd7BDm6/ObyJOuR+r3sDSo491BVqGz3Da1M G7wD9LXrokefbKIMWI0xQgkRbLAaadErErJAXWr5edDqLiXdiuT82w0fnQLzWtvKPPZE6iZp h39Ins6ln+eE2MliYq0FxjCCAzkwggKioAMCAQICAwglQTANBgkqhkiG9w0BAQQFADCBkjEL MAkGA1UEBhMCWkExFTATBgNVBAgTDFdlc3Rlcm4gQ2FwZTESMBAGA1UEBxMJQ2FwZSBUb3du MQ8wDQYDVQQKEwZUaGF3dGUxHTAbBgNVBAsTFENlcnRpZmljYXRlIFNlcnZpY2VzMSgwJgYD VQQDEx9QZXJzb25hbCBGcmVlbWFpbCBSU0EgMjAwMC44LjMwMB4XDTAyMDgyNDE4NTMzOVoX DTAzMDgyNDE4NTMzOVowVDEPMA0GA1UEBBMGRWdnZXJ0MQ0wCwYDVQQqEwRMYXJzMRQwEgYD VQQDEwtMYXJzIEVnZ2VydDEcMBoGCSqGSIb3DQEJARYNbGFyc2VAaXNpLmVkdTCCASIwDQYJ KoZIhvcNAQEBBQADggEPADCCAQoCggEBANI2Rrt4ggaQ/IrOsDeOm2H4/R5FRIL6JjDY3StE aogp1r23WKniQ1Vj98Nu5WxlaZ3Iam3Jen5T66H8u7rtMNpK4qAeAGoBsVeyVr1+CTFeuv+m xCh7BvBJwhLdm0zDaoDT05YKYZaqtsT+F286FWJQg31Xtf+vTKLVVrHcsafnteyal2NEt7Ac yZZfjsVLwxp2Lq3cwYfRQRoo7/yCVzS7HsgM6jmbO4taEMo4yC2rpnUbWEUCDTaCYgpAXzAl oiNk7GDh0wz2s5ZSnHRvNSBMAjCmpNtSYHfXFI1ANwrrrHIJ7Ei83+XN32PWY4OPzO3iown9 VR+vM+8lNx9OX28CAwEAAaNWMFQwKgYFK2UBBAEEITAfAgEAMBowGAIBBAQTTDJ1TXlmZkJO VWJOSkpjZFoyczAYBgNVHREEETAPgQ1sYXJzZUBpc2kuZWR1MAwGA1UdEwEB/wQCMAAwDQYJ KoZIhvcNAQEEBQADgYEAXcrIlKmPLM/r8r3oz2ZLPLaT1AyMjYTZY2qq/R7SUtFa9BNlTIFh DG78QKfJ9lo2LMzTPQqMZgNLmj95GbNPI8P8OIq2K6MeCZWz08ROackqTFP6xWbIFIfXcBVR 1dZnDDyDKBBh05KkvyTPawSQyOBUeNBfQUyO4TE+3o58U8UwggM5MIICoqADAgECAgMIJUEw DQYJKoZIhvcNAQEEBQAwgZIxCzAJBgNVBAYTAlpBMRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUx EjAQBgNVBAcTCUNhcGUgVG93bjEPMA0GA1UEChMGVGhhd3RlMR0wGwYDVQQLExRDZXJ0aWZp Y2F0ZSBTZXJ2aWNlczEoMCYGA1UEAxMfUGVyc29uYWwgRnJlZW1haWwgUlNBIDIwMDAuOC4z MDAeFw0wMjA4MjQxODUzMzlaFw0wMzA4MjQxODUzMzlaMFQxDzANBgNVBAQTBkVnZ2VydDEN MAsGA1UEKhMETGFyczEUMBIGA1UEAxMLTGFycyBFZ2dlcnQxHDAaBgkqhkiG9w0BCQEWDWxh cnNlQGlzaS5lZHUwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDSNka7eIIGkPyK zrA3jpth+P0eRUSC+iYw2N0rRGqIKda9t1ip4kNVY/fDbuVsZWmdyGptyXp+U+uh/Lu67TDa SuKgHgBqAbFXsla9fgkxXrr/psQoewbwScIS3ZtMw2qA09OWCmGWqrbE/hdvOhViUIN9V7X/ r0yi1Vax3LGn57XsmpdjRLewHMmWX47FS8Madi6t3MGH0UEaKO/8glc0ux7IDOo5mzuLWhDK OMgtq6Z1G1hFAg02gmIKQF8wJaIjZOxg4dMM9rOWUpx0bzUgTAIwpqTbUmB31xSNQDcK66xy CexIvN/lzd9j1mODj8zt4qMJ/VUfrzPvJTcfTl9vAgMBAAGjVjBUMCoGBStlAQQBBCEwHwIB ADAaMBgCAQQEE0wydU15ZmZCTlViTkpKY2RaMnMwGAYDVR0RBBEwD4ENbGFyc2VAaXNpLmVk dTAMBgNVHRMBAf8EAjAAMA0GCSqGSIb3DQEBBAUAA4GBAF3KyJSpjyzP6/K96M9mSzy2k9QM jI2E2WNqqv0e0lLRWvQTZUyBYQxu/ECnyfZaNizM0z0KjGYDS5o/eRmzTyPD/DiKtiujHgmV s9PETmnJKkxT+sVmyBSH13AVUdXWZww8gygQYdOSpL8kz2sEkMjgVHjQX0FMjuExPt6OfFPF MYID1TCCA9ECAQEwgZowgZIxCzAJBgNVBAYTAlpBMRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUx EjAQBgNVBAcTCUNhcGUgVG93bjEPMA0GA1UEChMGVGhhd3RlMR0wGwYDVQQLExRDZXJ0aWZp Y2F0ZSBTZXJ2aWNlczEoMCYGA1UEAxMfUGVyc29uYWwgRnJlZW1haWwgUlNBIDIwMDAuOC4z MAIDCCVBMAkGBSsOAwIaBQCgggIPMBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZI hvcNAQkFMQ8XDTAzMDYxODAxMzkwOVowIwYJKoZIhvcNAQkEMRYEFKezwjNxNpNYOOoA1O/d Q2IlWn4VMFIGCSqGSIb3DQEJDzFFMEMwCgYIKoZIhvcNAwcwDgYIKoZIhvcNAwICAgCAMA0G CCqGSIb3DQMCAgFAMAcGBSsOAwIHMA0GCCqGSIb3DQMCAgEoMIGrBgkrBgEEAYI3EAQxgZ0w gZowgZIxCzAJBgNVBAYTAlpBMRUwEwYDVQQIEwxXZXN0ZXJuIENhcGUxEjAQBgNVBAcTCUNh cGUgVG93bjEPMA0GA1UEChMGVGhhd3RlMR0wGwYDVQQLExRDZXJ0aWZpY2F0ZSBTZXJ2aWNl czEoMCYGA1UEAxMfUGVyc29uYWwgRnJlZW1haWwgUlNBIDIwMDAuOC4zMAIDCCVBMIGtBgsq hkiG9w0BCRACCzGBnaCBmjCBkjELMAkGA1UEBhMCWkExFTATBgNVBAgTDFdlc3Rlcm4gQ2Fw ZTESMBAGA1UEBxMJQ2FwZSBUb3duMQ8wDQYDVQQKEwZUaGF3dGUxHTAbBgNVBAsTFENlcnRp ZmljYXRlIFNlcnZpY2VzMSgwJgYDVQQDEx9QZXJzb25hbCBGcmVlbWFpbCBSU0EgMjAwMC44 LjMwAgMIJUEwDQYJKoZIhvcNAQEBBQAEggEAipKVt0GtY0Mr5qUNVQJ34a1P1CsRN40jxUZF JdtDQBhMSRAhzh87D73SWuAhG/snBpFOB/dUDNvrR4aUPwX7puw2hL68SvDMQmCTMraOhFDf Wm19diOvn5/1mcYWMcM9z4nqeYyzcGFJiiNClNpCdaiEUpUIKBlaK4/WcXh2bBJy3xiLEZV6 oKVeA1FSibghHCboVFb+O9rrOBl+CXWnKZ+GO1JigdPpFZaBlhAhlA9LQAnM2KDMYNA0d3/a JlM/u+FddQ3cyoWBBoE1+qLNzwB4dYKin1y2fQMKkat3EIs6NJz1MfOCD/ot5qRs9dDh/eqp sIcoITs9G3LrNwGmFwAAAAAAAA== --------------ms060706050301020601080301--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3EEFC2BD.9050101>