Date: Wed, 13 Aug 2003 07:57:47 -0500 (CDT) From: David Fleck <david.fleck@mchsi.com> To: gnome@FreeBSD.org Subject: pkg-config looks for non-existant package mozilla-gtkmozembed Message-ID: <20030813073133.O27487@grond.sourballs.org>
index | next in thread | raw e-mail
[-- Attachment #1 --] Hello- I'm having trouble upgrading the galeon port. FreeBSD 4.6.2-RELEASE-p13 ---> Upgrading 'galeon2-1.3.2_1' to 'galeon2-1.3.7' (www/galeon2) ---> Building '/usr/ports/www/galeon2' [...] >> Checksum OK for galeon-1.3.7.tar.gz. [...] checking for mozilla-gtkmozembed... Package mozilla-gtkmozembed was not found in the pkg-config search path. Perhaps you should add the directory containing `mozilla-gtkmozembed.pc' to the PKG_CONFIG_PATH environment variable No package 'mozilla-gtkmozembed' found configure: error: Library requirements (mozilla-gtkmozembed) not met; consider a djusting the PKG_CONFIG_PATH environment variable if your libraries are in a non standard prefix so pkg-config can find them. ===> Script "configure" failed unexpectedly. checking my installed packages, I find: grond# pkg-config --list-all | grep mozilla mozilla-gtkmozembed-devel Mozilla Gtk Embedding Widget - Mozilla Embedding Widget for Gtk+ so, no, there is no such package as 'mozilla-gtkmozembed'. ...When I try to add this package, I get: grond# pkg_add -r mozilla-gtkmozembed Error: FTP Unable to get ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4.6.2-release/Latest/mozilla-gtkmozembed.tgz: File unavailable (e.g., file not found, no access) pkg_add: unable to fetch `ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4.6.2-release/Latest/mozilla-gtkmozembed.tgz' by URL it doesn't appear to exist in the ports tree, either. could you please tell me where the error is here? -- David Fleck dcf@aracnet.com [-- Attachment #2 --] This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by galeon configure 1.3.7, which was generated by GNU Autoconf 2.57. Invocation command line was $ ./configure --with-mozilla-includes=/usr/X11R6/include/mozilla --with-mozilla-libs=/usr/X11R6/lib/mozilla-gtk2 --enable-nautilus-view=no --with-mozilla-snapshot=1.4 --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-freebsd4.6.2 ## --------- ## ## Platform. ## ## --------- ## hostname = grond.sourballs.org uname -m = i386 uname -r = 4.6.2-RELEASE-p13 uname -s = FreeBSD uname -v = FreeBSD 4.6.2-RELEASE-p13 #1: Sun Aug 10 19:10:11 PDT 2003 root@grond.sourballs.org:/usr/obj/usr/src/sys/GROND030810 /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 ## ----------- ## ## Core tests. ## ## ----------- ## configure:1520: checking for a BSD-compatible install configure:1574: result: /usr/bin/install -c -o root -g wheel configure:1585: checking whether build environment is sane configure:1628: result: yes configure:1661: checking for gawk configure:1690: result: no configure:1661: checking for mawk configure:1690: result: no configure:1661: checking for nawk configure:1690: result: no configure:1661: checking for awk configure:1677: found /usr/bin/awk configure:1687: result: awk configure:1697: checking whether gmake sets $(MAKE) configure:1717: result: yes configure:1957: checking whether to enable maintainer-specific portions of Makefiles configure:1966: result: no configure:2017: checking build system type configure:2035: result: i386-portbld-freebsd4.6.2 configure:2043: checking host system type configure:2057: result: i386-portbld-freebsd4.6.2 configure:2077: checking for style of include used by gmake configure:2105: result: GNU configure:2176: checking for gcc configure:2202: result: cc configure:2446: checking for C compiler version configure:2449: cc --version </dev/null >&5 2.95.3 configure:2452: $? = 0 configure:2454: cc -v </dev/null >&5 Using builtin specs. gcc version 2.95.3 20010315 (release) [FreeBSD] configure:2457: $? = 0 configure:2459: cc -V </dev/null >&5 cc: argument to `-V' is missing configure:2462: $? = 1 configure:2486: checking for C compiler default output configure:2489: cc -O2 -pipe -march=k6 -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE conftest.c -L/usr/local/lib -pthread >&5 configure:2492: $? = 0 configure:2538: result: a.out configure:2543: checking whether the C compiler works configure:2549: ./a.out configure:2552: $? = 0 configure:2569: result: yes configure:2576: checking whether we are cross compiling configure:2578: result: no configure:2581: checking for suffix of executables configure:2583: cc -o conftest -O2 -pipe -march=k6 -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE conftest.c -L/usr/local/lib -pthread >&5 configure:2586: $? = 0 configure:2611: result: configure:2617: checking for suffix of object files configure:2639: cc -c -O2 -pipe -march=k6 -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE conftest.c >&5 configure:2642: $? = 0 configure:2664: result: o configure:2668: checking whether we are using the GNU C compiler configure:2693: cc -c -O2 -pipe -march=k6 -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE conftest.c >&5 configure:2696: $? = 0 configure:2699: test -s conftest.o configure:2702: $? = 0 configure:2715: result: yes configure:2721: checking whether cc accepts -g configure:2743: cc -c -g -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE conftest.c >&5 configure:2746: $? = 0 configure:2749: test -s conftest.o configure:2752: $? = 0 configure:2763: result: yes configure:2780: checking for cc option to accept ANSI C configure:2841: cc -c -O2 -pipe -march=k6 -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE conftest.c >&5 configure:2844: $? = 0 configure:2847: test -s conftest.o configure:2850: $? = 0 configure:2868: result: none needed configure:2886: cc -c -O2 -pipe -march=k6 -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE conftest.c >&5 conftest.c:2: syntax error before `me' configure:2889: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2999: checking dependency style of cc configure:3082: result: gcc configure:3121: checking for ld used by GCC configure:3184: result: /usr/libexec/elf/ld configure:3193: checking if the linker (/usr/libexec/elf/ld) is GNU ld GNU ld version 2.11.2 20010719 [FreeBSD] (with BFD 2.11.2 20010719 [FreeBSD]) configure:3205: result: yes configure:3210: checking for /usr/libexec/elf/ld option to reload object files configure:3217: result: -r configure:3222: checking for BSD-compatible nm configure:3258: result: /usr/bin/nm -B configure:3261: checking for a sed that does not truncate output configure:3343: result: /usr/bin/sed configure:3346: checking whether ln -s works configure:3350: result: yes configure:3357: checking how to recognise dependent libraries configure:3538: result: pass_all configure:3551: checking command to parse /usr/bin/nm -B output configure:3635: cc -c -O2 -pipe -march=k6 -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE conftest.c >&5 configure:3638: $? = 0 configure:3642: /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:3645: $? = 0 configure:3697: cc -o conftest -O2 -pipe -march=k6 -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE conftest.c conftstm.o >&5 configure:3700: $? = 0 configure:3744: result: ok configure:3753: checking how to run the C preprocessor configure:3789: cc -E -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE conftest.c configure:3795: $? = 0 configure:3827: cc -E -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE conftest.c configure:3829: ac_nonexistent.h: No such file or directory configure:3833: $? = 1 configure: failed program was: | #line 3819 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "galeon" | #define PACKAGE_TARNAME "galeon" | #define PACKAGE_VERSION "1.3.7" | #define PACKAGE_STRING "galeon 1.3.7" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=galeon" | #define PACKAGE "galeon" | #define VERSION "1.3.7" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:3871: result: cc -E configure:3896: cc -E -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE conftest.c configure:3902: $? = 0 configure:3934: cc -E -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE conftest.c configure:3936: ac_nonexistent.h: No such file or directory configure:3940: $? = 1 configure: failed program was: | #line 3926 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "galeon" | #define PACKAGE_TARNAME "galeon" | #define PACKAGE_VERSION "1.3.7" | #define PACKAGE_STRING "galeon 1.3.7" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=galeon" | #define PACKAGE "galeon" | #define VERSION "1.3.7" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:3983: checking for egrep configure:3993: result: grep -E configure:3998: checking for ANSI C header files configure:4024: cc -c -O2 -pipe -march=k6 -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE conftest.c >&5 configure:4027: $? = 0 configure:4030: test -s conftest.o configure:4033: $? = 0 configure:4125: cc -o conftest -O2 -pipe -march=k6 -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE conftest.c -L/usr/local/lib -pthread >&5 configure:4128: $? = 0 configure:4130: ./conftest configure:4133: $? = 0 configure:4148: result: yes configure:4172: checking for sys/types.h configure:4189: cc -c -O2 -pipe -march=k6 -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE conftest.c >&5 configure:4192: $? = 0 configure:4195: test -s conftest.o configure:4198: $? = 0 configure:4209: result: yes configure:4172: checking for sys/stat.h configure:4189: cc -c -O2 -pipe -march=k6 -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE conftest.c >&5 configure:4192: $? = 0 configure:4195: test -s conftest.o configure:4198: $? = 0 configure:4209: result: yes configure:4172: checking for stdlib.h configure:4189: cc -c -O2 -pipe -march=k6 -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE conftest.c >&5 configure:4192: $? = 0 configure:4195: test -s conftest.o configure:4198: $? = 0 configure:4209: result: yes configure:4172: checking for string.h configure:4189: cc -c -O2 -pipe -march=k6 -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE conftest.c >&5 configure:4192: $? = 0 configure:4195: test -s conftest.o configure:4198: $? = 0 configure:4209: result: yes configure:4172: checking for memory.h configure:4189: cc -c -O2 -pipe -march=k6 -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE conftest.c >&5 configure:4192: $? = 0 configure:4195: test -s conftest.o configure:4198: $? = 0 configure:4209: result: yes configure:4172: checking for strings.h configure:4189: cc -c -O2 -pipe -march=k6 -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE conftest.c >&5 configure:4192: $? = 0 configure:4195: test -s conftest.o configure:4198: $? = 0 configure:4209: result: yes configure:4172: checking for inttypes.h configure:4189: cc -c -O2 -pipe -march=k6 -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE conftest.c >&5 configure:4192: $? = 0 configure:4195: test -s conftest.o configure:4198: $? = 0 configure:4209: result: yes configure:4172: checking for stdint.h configure:4189: cc -c -O2 -pipe -march=k6 -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE conftest.c >&5 configure:4231: stdint.h: No such file or directory configure:4192: $? = 1 configure: failed program was: | #line 4178 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "galeon" | #define PACKAGE_TARNAME "galeon" | #define PACKAGE_VERSION "1.3.7" | #define PACKAGE_STRING "galeon 1.3.7" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=galeon" | #define PACKAGE "galeon" | #define VERSION "1.3.7" | #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:4209: result: no configure:4172: checking for unistd.h configure:4189: cc -c -O2 -pipe -march=k6 -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE conftest.c >&5 configure:4192: $? = 0 configure:4195: test -s conftest.o configure:4198: $? = 0 configure:4209: result: yes configure:4235: checking dlfcn.h usability configure:4248: cc -c -O2 -pipe -march=k6 -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE conftest.c >&5 configure:4251: $? = 0 configure:4254: test -s conftest.o configure:4257: $? = 0 configure:4267: result: yes configure:4271: checking dlfcn.h presence configure:4282: cc -E -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE conftest.c configure:4288: $? = 0 configure:4307: result: yes configure:4343: checking for dlfcn.h configure:4350: result: yes configure:4548: checking for ranlib configure:4564: found /usr/bin/ranlib configure:4575: result: ranlib configure:4628: checking for strip configure:4644: found /usr/bin/strip configure:4655: result: strip configure:4865: checking for objdir configure:4876: result: .libs configure:4893: checking for cc option to produce PIC configure:5039: result: -fPIC configure:5043: checking if cc PIC flag -fPIC works configure:5067: cc -c -O2 -pipe -march=k6 -fPIC -DPIC -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE conftest.c >&5 configure:5070: $? = 0 configure:5073: test -s conftest.o configure:5076: $? = 0 configure:5114: result: yes configure:5130: checking if cc static flag -static works configure:5155: cc -o conftest -O2 -pipe -march=k6 -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE -static conftest.c -L/usr/local/lib -pthread >&5 configure:5158: $? = 0 configure:5161: test -s conftest configure:5164: $? = 0 configure:5180: result: yes configure:5192: checking if cc supports -c -o file.o configure:5212: cc -c -O2 -pipe -march=k6 -o out/conftest2.o -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE conftest.c >&5 configure:5236: result: yes configure:5241: checking if cc supports -c -o file.lo configure:5269: cc -c -O2 -pipe -march=k6 -c -o conftest.lo -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE conftest.c >&5 configure:5272: $? = 0 configure:5275: test -s conftest.lo configure:5278: $? = 0 configure:5300: result: yes configure:5331: checking if cc supports -fno-rtti -fno-exceptions configure:5354: cc -c -O2 -pipe -march=k6 -fno-rtti -fno-exceptions -c conftest.c -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE conftest.c >&5 configure:5357: $? = 0 configure:5360: test -s conftest.o configure:5363: $? = 0 configure:5380: result: yes configure:5391: checking whether the linker (/usr/libexec/elf/ld) supports shared libraries configure:6086: result: yes configure:6091: checking how to hardcode library paths into programs configure:6115: result: immediate configure:6120: checking whether stripping libraries is possible configure:6125: result: yes configure:6136: checking dynamic linker characteristics configure:6556: result: freebsd4.6.2 ld.so configure:6561: checking if libtool supports shared libraries configure:6563: result: yes configure:6566: checking whether to build shared libraries configure:6587: result: yes configure:6590: checking whether to build static libraries configure:6594: result: no configure:7268: checking whether -lc should be explicitly linked in configure:7276: cc -c -O2 -pipe -march=k6 -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE conftest.c >&5 configure:7279: $? = 0 configure:7293: cc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 configure:7296: $? = 1 configure:7309: result: yes configure:7885: checking for strerror in -lcposix configure:7916: cc -o conftest -O2 -pipe -march=k6 -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE conftest.c -lcposix -L/usr/local/lib -pthread >&5 /usr/libexec/elf/ld: cannot find -lcposix configure:7919: $? = 1 configure: failed program was: | #line 7893 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "galeon" | #define PACKAGE_TARNAME "galeon" | #define PACKAGE_VERSION "1.3.7" | #define PACKAGE_STRING "galeon 1.3.7" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=galeon" | #define PACKAGE "galeon" | #define VERSION "1.3.7" | #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. */ | | /* 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:7937: result: no configure:7991: checking for gcc configure:8017: result: cc configure:8261: checking for C compiler version configure:8264: cc --version </dev/null >&5 2.95.3 configure:8267: $? = 0 configure:8269: cc -v </dev/null >&5 Using builtin specs. gcc version 2.95.3 20010315 (release) [FreeBSD] configure:8272: $? = 0 configure:8274: cc -V </dev/null >&5 cc: argument to `-V' is missing configure:8277: $? = 1 configure:8280: checking whether we are using the GNU C compiler configure:8327: result: yes configure:8333: checking whether cc accepts -g configure:8375: result: yes configure:8392: checking for cc option to accept ANSI C configure:8480: result: none needed configure:8498: cc -c -O2 -pipe -march=k6 -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE conftest.c >&5 conftest.c:2: syntax error before `me' configure:8501: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:8611: checking dependency style of cc configure:8694: result: gcc configure:8805: checking for C++ compiler version configure:8808: c++ --version </dev/null >&5 2.95.3 configure:8811: $? = 0 configure:8813: c++ -v </dev/null >&5 Using builtin specs. gcc version 2.95.3 20010315 (release) [FreeBSD] configure:8816: $? = 0 configure:8818: c++ -V </dev/null >&5 c++: argument to `-V' missing configure:8821: $? = 1 configure:8824: checking whether we are using the GNU C++ compiler configure:8849: c++ -c -O2 -pipe -march=k6 -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE conftest.cc >&5 configure:8852: $? = 0 configure:8855: test -s conftest.o configure:8858: $? = 0 configure:8871: result: yes configure:8877: checking whether c++ accepts -g configure:8899: c++ -c -g -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE conftest.cc >&5 configure:8902: $? = 0 configure:8905: test -s conftest.o configure:8908: $? = 0 configure:8919: result: yes configure:8962: c++ -c -O2 -pipe -march=k6 -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE conftest.cc >&5 configure:8965: $? = 0 configure:8968: test -s conftest.o configure:8971: $? = 0 configure:8998: c++ -c -O2 -pipe -march=k6 -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE conftest.cc >&5 configure:9001: $? = 0 configure:9004: test -s conftest.o configure:9007: $? = 0 configure:9032: checking dependency style of c++ configure:9115: result: gcc configure:9135: checking for cc option to accept ANSI C configure:9199: cc -c -O2 -pipe -march=k6 -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE conftest.c >&5 configure:9202: $? = 0 configure:9205: test -s conftest.o configure:9208: $? = 0 configure:9223: result: none needed configure:9234: checking for ANSI C header files configure:9384: result: yes configure:9458: checking for perl configure:9476: found /usr/bin/perl configure:9488: result: /usr/bin/perl configure:9522: checking for glib-genmarshal configure:9540: found /usr/local/bin/glib-genmarshal configure:9552: result: /usr/local/bin/glib-genmarshal configure:9565: checking for scandir configure:9615: cc -o conftest -O2 -pipe -march=k6 -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE conftest.c -L/usr/local/lib -pthread >&5 configure:9618: $? = 0 configure:9621: test -s conftest configure:9624: $? = 0 configure:9635: result: yes configure:9565: checking for bind_textdomain_codeset configure:9615: cc -o conftest -O2 -pipe -march=k6 -I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE conftest.c -L/usr/local/lib -pthread >&5 /tmp/ccdXkL2k.o: In function `main': /tmp/ccdXkL2k.o(.text+0x9): undefined reference to `bind_textdomain_codeset' /tmp/ccdXkL2k.o(.data+0x0): undefined reference to `bind_textdomain_codeset' configure:9618: $? = 1 configure: failed program was: | #line 9571 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "galeon" | #define PACKAGE_TARNAME "galeon" | #define PACKAGE_VERSION "1.3.7" | #define PACKAGE_STRING "galeon 1.3.7" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=galeon" | #define PACKAGE "galeon" | #define VERSION "1.3.7" | #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 STDC_HEADERS 1 | #define HAVE_SCANDIR 1 | /* end confdefs.h. */ | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char bind_textdomain_codeset (); 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 bind_textdomain_codeset (); | /* 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_bind_textdomain_codeset) || defined (__stub___bind_textdomain_codeset) | choke me | #else | char (*f) () = bind_textdomain_codeset; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != bind_textdomain_codeset; | ; | return 0; | } configure:9635: result: no configure:9666: checking if NautilusView Galeon component is wanted configure:9687: result: no configure:9723: checking for pkg-config configure:9741: found /usr/local/bin/pkg-config configure:9754: result: /usr/local/bin/pkg-config configure:9771: checking for gtk+-2.0 >= 2.0.0 libxml-2.0 >= 2.4.0 libgnomeui-2.0 >= 2.0.5 libbonoboui-2.0 >= 2.1.1 libglade-2.0 >= 2.0.0 libbonobo-2.0 >= 2.0.0 glib-2.0 >= 2.0.0 gobject-2.0 >= 2.0.0 gdk-pixbuf-2.0 >= 2.0.0 gdk-2.0 >= 2.0.0 bonobo-activation-2.0 >= 2.0.0 ORBit-2.0 >= 2.0.0 gnome-vfs-2.0 >= 2.0.0 gnome-vfs-module-2.0 >= 2.0.0 gconf-2.0 >= 2.0.0 configure:9826: result: yes configure:9830: checking GALEON_DEPENDENCY_CFLAGS configure:9850: result: -DORBIT2=1 -D_THREAD_SAFE -I/usr/local/include/atk-1.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/local/include/libart-2.0 -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/X11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libgnome-2.0 -I/usr/X11R6/include/libgnomecanvas-2.0 -I/usr/X11R6/include/gconf/2 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/include/gnome-vfs-2.0 -I/usr/X11R6/lib/gnome-vfs-2.0/include -I/usr/X11R6/include/libglade-2.0 -I/usr/X11R6/include/gnome-vfs-module-2.0 configure:9853: checking GALEON_DEPENDENCY_LIBS configure:9873: result: -Wl,--export-dynamic -pthread -L/usr/local/lib -L/usr/X11R6/lib -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnomecanvas-2 -lgnome-2 -lart_lgpl_2 -lpangoft2-1.0 -lglade-2.0 -lgtk-x11-2.0 -lxml2 -latk-1.0 -lbonobo-2 -lgdk-x11-2.0 -lXinerama -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lXft -lfreetype -lz -lXext -lXrender -lfontconfig -lpangox-1.0 -lX11 -lpango-1.0 -lgnomevfs-2 -lbonobo-activation -lgconf-2 -lORBit-2 -lm -llinc -lgmodule-2.0 -lgobject-2.0 -lgthread-2.0 -lglib-2.0 -liconv configure:10017: checking for mozilla-gtkmozembed configure:10056: error: Library requirements (mozilla-gtkmozembed) 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='no' am_cv_CC_dependencies_compiler_type='gcc' ac_cv_env_CXXFLAGS_value=' -O2 -pipe -march=k6' ac_cv_header_stdlib_h='yes' lt_cv_file_magic_cmd='$MAGIC_CMD' ac_cv_path_INTLTOOL_PERL='/usr/bin/perl' ac_cv_lib_cposix_strerror='no' ac_cv_prog_cc_g='yes' ac_cv_env_LDFLAGS_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_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='' ac_cv_cxx_compiler_gnu='yes' lt_cv_prog_cc_shlib='' ac_cv_env_CXX_set='set' lt_cv_prog_cc_static='-static' ac_cv_env_host_alias_set='' ac_cv_path_GLIB_GENMARSHAL='/usr/local/bin/glib-genmarshal' 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_env_build_alias_set='set' ac_cv_env_LDFLAGS_value='' ac_cv_env_target_alias_set='' ac_cv_prog_cc_stdc='' ac_cv_host_alias='i386-portbld-freebsd4.6.2' ac_cv_env_CFLAGS_value='-O2 -pipe -march=k6' ac_cv_env_CC_set='set' 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_header_stdint_h='no' ac_cv_header_inttypes_h='yes' ac_cv_prog_egrep='grep -E' 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/libexec/elf/ld' ac_cv_build_alias='i386-portbld-freebsd4.6.2' ac_cv_env_CPPFLAGS_value='-I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE' ac_cv_func_scandir='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_prog_ac_ct_STRIP='strip' ac_cv_host='i386-portbld-freebsd4.6.2' ac_cv_env_host_alias_value='' ac_cv_prog_cxx_g='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'\''' am_cv_prog_cc_stdc='' lt_cv_compiler_c_o='yes' lt_cv_prog_cc_pic_works='yes' lt_cv_file_magic_test_file='' am_cv_CXX_dependencies_compiler_type='gcc' ac_cv_prog_CPP='cc -E' ac_cv_build='i386-portbld-freebsd4.6.2' ac_cv_prog_AWK='awk' ac_cv_env_build_alias_value='i386-portbld-freebsd4.6.2' 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' 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='${SHELL} /usr/ports/www/galeon2/work/galeon-1.3.7/missing --run aclocal-1.7 ' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /usr/ports/www/galeon2/work/galeon-1.3.7/missing --run tar' AUTOCONF='${SHELL} /usr/ports/www/galeon2/work/galeon-1.3.7/missing --run autoconf' AUTOHEADER='${SHELL} /usr/ports/www/galeon2/work/galeon-1.3.7/missing --run autoheader' AUTOMAKE='${SHELL} /usr/ports/www/galeon2/work/galeon-1.3.7/missing --run automake-1.7' AWK='awk' BONOBO_ACTIVATION_IDL='/usr/local/share/idl/bonobo-activation-2.0' BONOBO_ACTIVATION_REQUIRED='2.0.0' CATALOGS='' CATOBJEXT='' CC='cc' CCDEPMODE='depmode=gcc' CFLAGS='-O2 -pipe -march=k6' CPP='cc -E' CPPFLAGS='-I/usr/local/include -I/usr/X11R6/include -D_THREAD_SAFE' CXX='c++' CXXDEPMODE='depmode=gcc' CXXFLAGS=' -O2 -pipe -march=k6' CYGPATH_W='echo' DATADIRNAME='' DEFS='' DEPDIR='.deps' ECHO='echo' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' ENABLE_GTKHTML_EMBED_FALSE='' ENABLE_GTKHTML_EMBED_TRUE='' ENABLE_NAUTILUS_VIEW_FALSE='' ENABLE_NAUTILUS_VIEW_TRUE='#' EXEEXT='' GALEON_DEPENDENCY_CFLAGS='-DORBIT2=1 -D_THREAD_SAFE -I/usr/local/include/atk-1.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/local/include/libart-2.0 -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/X11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libgnome-2.0 -I/usr/X11R6/include/libgnomecanvas-2.0 -I/usr/X11R6/include/gconf/2 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/include/gnome-vfs-2.0 -I/usr/X11R6/lib/gnome-vfs-2.0/include -I/usr/X11R6/include/libglade-2.0 -I/usr/X11R6/include/gnome-vfs-module-2.0 ' GALEON_DEPENDENCY_LIBS='-Wl,--export-dynamic -pthread -L/usr/local/lib -L/usr/X11R6/lib -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnomecanvas-2 -lgnome-2 -lart_lgpl_2 -lpangoft2-1.0 -lglade-2.0 -lgtk-x11-2.0 -lxml2 -latk-1.0 -lbonobo-2 -lgdk-x11-2.0 -lXinerama -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lXft -lfreetype -lz -lXext -lXrender -lfontconfig -lpangox-1.0 -lX11 -lpango-1.0 -lgnomevfs-2 -lbonobo-activation -lgconf-2 -lORBit-2 -lm -llinc -lgmodule-2.0 -lgobject-2.0 -lgthread-2.0 -lglib-2.0 -liconv ' GCONFTOOL='' GCONF_REQUIRED='2.0.0' GCONF_SCHEMAS_INSTALL_FALSE='' GCONF_SCHEMAS_INSTALL_TRUE='' GCONF_SCHEMA_CONFIG_SOURCE='' GCONF_SCHEMA_FILE_DIR='' GETTEXT_PACKAGE='' GLIB_GENMARSHAL='/usr/local/bin/glib-genmarshal' GLIB_REQUIRED='2.0.0' GMOFILES='' GMSGFMT='' GNOME_VFS_REQUIRED='2.0.0' GTKHTML_CFLAGS='' GTKHTML_LIBS='' GTK_REQUIRED='2.0.0' HAVE_SCANDIR_FALSE='#' HAVE_SCANDIR_TRUE='' 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' INSTOBJEXT='' INTLLIBS='' 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/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='' LIBBONOBOUI_REQUIRED='2.1.1' LIBBONOBO_IDL='/usr/local/share/idl/bonobo-2.0' LIBBONOBO_REQUIRED='2.0.0' LIBGLADE_REQUIRED='2.0.0' LIBGNOMEUI_REQUIRED='2.0.5' LIBOBJS='' LIBS='-L/usr/local/lib -pthread' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIBXML_REQUIRED='2.4.0' LN_S='ln -s' LTLIBOBJS='' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKEINFO='${SHELL} /usr/ports/www/galeon2/work/galeon-1.3.7/missing --run makeinfo' MKINSTALLDIRS='' MOZILLA_COMPONENT_CFLAGS='' MOZILLA_COMPONENT_LIBS='' MOZILLA_HOME='' MOZILLA_INCLUDE_ROOT='' MOZILLA_REQUIRED='1.3' MSGFMT='' OBJEXT='o' ORBIT_IDL='/usr/local/bin/orbit-idl-2' ORBIT_REQUIRED='2.0.0' PACKAGE='galeon' PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=galeon' PACKAGE_NAME='galeon' PACKAGE_STRING='galeon 1.3.7' PACKAGE_TARNAME='galeon' PACKAGE_VERSION='1.3.7' PATH_SEPARATOR=':' PKG_CONFIG='/usr/local/bin/pkg-config' POFILES='' POSUB='' PO_IN_DATADIR_FALSE='' PO_IN_DATADIR_TRUE='' RANLIB='ranlib' SCROLLKEEPER_REQUIRED='0.1.4' SET_MAKE='' SHELL='/bin/sh' STRIP='strip' USE_NLS='' VERSION='1.3.7' XGETTEXT='' ac_ct_CC='cc' ac_ct_CXX='' ac_ct_RANLIB='ranlib' ac_ct_STRIP='strip' am__fastdepCC_FALSE='' am__fastdepCC_TRUE='#' am__fastdepCXX_FALSE='' am__fastdepCXX_TRUE='#' am__include='include' am__leading_dot='.' am__quote='' bindir='${exec_prefix}/bin' build='i386-portbld-freebsd4.6.2' build_alias='i386-portbld-freebsd4.6.2' build_cpu='i386' build_os='freebsd4.6.2' build_vendor='portbld' datadir='/usr/X11R6/share/gnome' exec_prefix='NONE' host='i386-portbld-freebsd4.6.2' host_alias='' host_cpu='i386' host_os='freebsd4.6.2' host_vendor='portbld' includedir='${prefix}/include' infodir='${prefix}/info' install_sh='/usr/ports/www/galeon2/work/galeon-1.3.7/install-sh' 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 HAVE_DLFCN_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_MEMORY_H 1 #define HAVE_SCANDIR 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 "galeon" #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=galeon" #define PACKAGE_NAME "galeon" #define PACKAGE_STRING "galeon 1.3.7" #define PACKAGE_TARNAME "galeon" #define PACKAGE_VERSION "1.3.7" #define STDC_HEADERS 1 #define STDC_HEADERS 1 #define VERSION "1.3.7" configure: exit 1 [-- Attachment #3 --] ---> Upgrading 'galeon2-1.3.2_1' to 'galeon2-1.3.7' (www/galeon2) ---> Building '/usr/ports/www/galeon2' ===> Cleaning for unzip-5.50_2 ===> Cleaning for zip-2.3_1 ===> Cleaning for cdparanoia-3.9.8_5 ===> Cleaning for esound-0.2.30 ===> Cleaning for libaudiofile-0.2.3 ===> Cleaning for libiconv-1.9.1_1 ===> Cleaning for ORBit-0.5.17 ===> Cleaning for ORBit2-2.6.3 ===> Cleaning for atk-1.2.4 ===> Cleaning for autoconf-2.53_1 ===> Cleaning for automake-1.5,1 ===> Cleaning for bison-1.75 ===> Cleaning for bonobo-activation-2.2.3,1 ===> Cleaning for fam-2.6.9_3 ===> Cleaning for gconf2-2.2.1 ===> Cleaning for gettext-0.11.5_1 ===> Cleaning for glib-1.2.10_9 ===> Cleaning for glib-2.2.2 ===> Cleaning for gmake-3.80 ===> Cleaning for gnomevfs2-2.2.5 ===> Cleaning for imake-4.3.0_1 ===> Cleaning for libIDL-0.8.2 ===> Cleaning for libbonobo-2.2.3 ===> Cleaning for libglade2-2.0.1_1 ===> Cleaning for libgnugetopt-1.2 ===> Cleaning for libtool-1.3.5_1 ===> Cleaning for m4-1.4_1 ===> Cleaning for pkgconfig-0.15.0 ===> Cleaning for popt-1.6.4 ===> Cleaning for jpeg-6b_1 ===> Cleaning for lcms-1.09,1 ===> Cleaning for libart_lgpl2-2.3.14 ===> Cleaning for libgnomecanvas-2.2.1 ===> Cleaning for libmng-1.0.5_1 ===> Cleaning for png-1.2.5_2 ===> Cleaning for tiff-3.5.7_1 ===> Cleaning for python-2.2.3_3 ===> Cleaning for gnome-icon-theme-1.0.6 ===> Cleaning for gnomehier-1.0_8 ===> Cleaning for gnomemimedata-2.2.1 ===> Cleaning for help2man-1.29 ===> Cleaning for linc-1.0.3 ===> Cleaning for freetype2-2.1.4_1 ===> Cleaning for docbook-sk-4.1.2 ===> Cleaning for docbook-xml-4.2_1 ===> Cleaning for docbook-xsl-1.61.3_1 ===> Cleaning for expat-1.95.6_1 ===> Cleaning for intltool-0.26 ===> Cleaning for libxml2-2.5.9 ===> Cleaning for libxslt-1.0.32 ===> Cleaning for py22-expat-2.2.3_2 ===> Cleaning for scrollkeeper-0.3.12_1,1 ===> Cleaning for sdocbook-xml-4.1.2.5_1 ===> Cleaning for sed_inplace-2002.10.19 ===> Cleaning for xmlcatmgr-0.2_1 ===> Cleaning for mozilla-1.4,2 ===> Cleaning for mozilla-gtk2-1.4 ===> Cleaning for mozilla-headers-1.4,2 ===> Cleaning for XFree86-fontEncodings-4.3.0 ===> Cleaning for XFree86-fontScalable-4.3.0 ===> Cleaning for Xft-2.1.2 ===> Cleaning for fontconfig-2.2.90_3 ===> Cleaning for gtk-1.2.10_9 ===> Cleaning for gtk-2.2.2 ===> Cleaning for libbonoboui-2.2.4 ===> Cleaning for libgnomeui-2.2.2 ===> Cleaning for pango-1.2.3 ===> Cleaning for XFree86-clients-4.3.0_2 ===> Cleaning for XFree86-libraries-4.3.0_5 ===> Cleaning for libgnome-2.2.3_1 ===> Cleaning for startup-notification-0.5_1 ===> Cleaning for galeon2-1.3.7 By default the port uses www/mozilla-gtk2 for html rendering, but you can change this by defining WITH_MOZILLA to one of the following values: mozilla-devel-gtk2 ===> Extracting for galeon2-1.3.7 >> Checksum OK for galeon-1.3.7.tar.gz. ===> Patching for galeon2-1.3.7 ===> galeon2-1.3.7 depends on file: /usr/local/bin/sed_inplace - found ===> Applying FreeBSD patches for galeon2-1.3.7 ===> galeon2-1.3.7 depends on file: /usr/X11R6/include/mozilla/gtkembedmoz/gtkmozembed.h - found ===> galeon2-1.3.7 depends on file: /usr/X11R6/lib/mozilla-gtk2/components/libwidget_gtk2.so - found ===> galeon2-1.3.7 depends on executable: gmake - found ===> galeon2-1.3.7 depends on file: /usr/local/libexec/libtool13/libtool - found ===> galeon2-1.3.7 depends on file: /usr/X11R6/libdata/pkgconfig/gnome-mime-data-2.0.pc - found ===> galeon2-1.3.7 depends on executable: pkg-config - found ===> galeon2-1.3.7 depends on shared library: X11.6 - found ===> galeon2-1.3.7 depends on shared library: esd.2 - found ===> galeon2-1.3.7 depends on shared library: glib-2.0.200 - found ===> galeon2-1.3.7 depends on shared library: atk-1.0.200 - found ===> galeon2-1.3.7 depends on shared library: pango-1.0.200 - found ===> galeon2-1.3.7 depends on shared library: gtk-x11-2.0.200 - found ===> galeon2-1.3.7 depends on shared library: linc.1 - found ===> galeon2-1.3.7 depends on shared library: IDL-2.0 - found ===> galeon2-1.3.7 depends on shared library: ORBit-2.0 - found ===> galeon2-1.3.7 depends on shared library: glade-2.0.0 - found ===> galeon2-1.3.7 depends on shared library: xml2.5 - found ===> galeon2-1.3.7 depends on shared library: xslt.1 - found ===> galeon2-1.3.7 depends on shared library: bonobo-activation.4 - found ===> galeon2-1.3.7 depends on shared library: bonobo-2.0 - found ===> galeon2-1.3.7 depends on shared library: gconf-2.5 - found ===> galeon2-1.3.7 depends on shared library: gnomevfs-2.0 - found ===> galeon2-1.3.7 depends on shared library: gnomecanvas-2.200 - found ===> galeon2-1.3.7 depends on shared library: art_lgpl_2.5 - found ===> galeon2-1.3.7 depends on shared library: gnome-2.200 - found ===> galeon2-1.3.7 depends on shared library: bonoboui-2.0 - found ===> galeon2-1.3.7 depends on shared library: gnomeui-2.200 - found ===> Configuring for galeon2-1.3.7 checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether gmake sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking build system type... i386-portbld-freebsd4.6.2 checking host system type... i386-portbld-freebsd4.6.2 checking for style of include used by gmake... GNU checking for gcc... cc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ANSI C... none needed checking dependency style of cc... gcc checking for ld used by GCC... /usr/libexec/elf/ld checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes checking for /usr/libexec/elf/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking for a sed that does not truncate output... /usr/bin/sed checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking command to parse /usr/bin/nm -B output... ok checking how to run the C preprocessor... cc -E checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... no checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for ranlib... ranlib checking for strip... strip checking for objdir... .libs checking for cc option to produce PIC... -fPIC checking if cc PIC flag -fPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.lo... yes checking if cc supports -fno-rtti -fno-exceptions... yes checking whether the linker (/usr/libexec/elf/ld) supports shared libraries... yes checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... freebsd4.6.2 ld.so checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking whether -lc should be explicitly linked in... yes creating libtool checking host system type... i386-unknown-freebsd4.6.2 checking for ranlib... ranlib checking whether we are using GNU C... yes checking for object suffix... o checking for executable suffix... no checking for cc option to produce PIC... -fPIC checking if cc PIC flag -fPIC works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.lo... yes checking if cc supports -fno-rtti -fno-exceptions ... yes checking if cc static flag -static works... -static checking whether ln -s works... yes checking for ld used by GCC... /usr/libexec/elf/ld checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes checking whether the linker (/usr/libexec/elf/ld) supports shared libraries... yes checking for BSD-compatible nm... /usr/bin/nm -B checking command to parse /usr/bin/nm -B output... ok checking how to hardcode library paths into programs... immediate checking for /usr/libexec/elf/ld option to reload object files... -r checking dynamic linker characteristics... freebsd4.6.2 ld.so checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for objdir... .libs creating libtool checking for strerror in -lcposix... no checking for gcc... (cached) cc checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ANSI C... (cached) none needed checking dependency style of cc... (cached) gcc checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking dependency style of c++... gcc checking for cc option to accept ANSI C... none needed checking for ANSI C header files... (cached) yes checking for perl... /usr/bin/perl checking for glib-genmarshal... /usr/local/bin/glib-genmarshal checking for scandir... yes checking for bind_textdomain_codeset... no checking if NautilusView Galeon component is wanted... no checking for pkg-config... /usr/local/bin/pkg-config checking for gtk+-2.0 >= 2.0.0 libxml-2.0 >= 2.4.0 libgnomeui-2.0 >= 2.0.5 libbonoboui-2.0 >= 2.1.1 libglade-2.0 >= 2.0.0 libbonobo-2.0 >= 2.0.0 glib-2.0 >= 2.0.0 gobject-2.0 >= 2.0.0 gdk-pixbuf-2.0 >= 2.0.0 gdk-2.0 >= 2.0.0 bonobo-activation-2.0 >= 2.0.0 ORBit-2.0 >= 2.0.0 gnome-vfs-2.0 >= 2.0.0 gnome-vfs-module-2.0 >= 2.0.0 gconf-2.0 >= 2.0.0 ... yes checking GALEON_DEPENDENCY_CFLAGS... -DORBIT2=1 -D_THREAD_SAFE -I/usr/local/include/atk-1.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/local/include/libart-2.0 -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/linc-1.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/X11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libgnome-2.0 -I/usr/X11R6/include/libgnomecanvas-2.0 -I/usr/X11R6/include/gconf/2 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/include/gnome-vfs-2.0 -I/usr/X11R6/lib/gnome-vfs-2.0/include -I/usr/X11R6/include/libglade-2.0 -I/usr/X11R6/include/gnome-vfs-module-2.0 checking GALEON_DEPENDENCY_LIBS... -Wl,--export-dynamic -pthread -L/usr/local/lib -L/usr/X11R6/lib -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnomecanvas-2 -lgnome-2 -lart_lgpl_2 -lpangoft2-1.0 -lglade-2.0 -lgtk-x11-2.0 -lxml2 -latk-1.0 -lbonobo-2 -lgdk-x11-2.0 -lXinerama -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lXft -lfreetype -lz -lXext -lXrender -lfontconfig -lpangox-1.0 -lX11 -lpango-1.0 -lgnomevfs-2 -lbonobo-activation -lgconf-2 -lORBit-2 -lm -llinc -lgmodule-2.0 -lgobject-2.0 -lgthread-2.0 -lglib-2.0 -liconv checking for mozilla-gtkmozembed... Package mozilla-gtkmozembed was not found in the pkg-config search path. Perhaps you should add the directory containing `mozilla-gtkmozembed.pc' to the PKG_CONFIG_PATH environment variable No package 'mozilla-gtkmozembed' found configure: error: Library requirements (mozilla-gtkmozembed) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them. ===> Script "configure" failed unexpectedly. Please report the problem to gnome@FreeBSD.org [maintainer] and attach the "/usr/ports/www/galeon2/work/galeon-1.3.7/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/www/galeon2. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade27494.0 make ** Fix the problem and try again. ** The following packages were not installed or upgraded (*:skipped / !:failed) ! www/galeon2 (galeon2-1.3.2_1) (configure error) [-- Attachment #4 --] ImageMagick-5.5.6_1/ Mesa-3.4.2_2/ ORBit-0.5.17/ ORBit2-2.6.3/ R-letter-1.7.0/ XFree86-4.2.0_1,1/ XFree86-FontServer-4.2.0/ XFree86-Server-4.2.0_3/ XFree86-clients-4.2.0_2/ XFree86-documents-4.2.0/ XFree86-font100dpi-4.2.0/ XFree86-font75dpi-4.2.0/ XFree86-fontCyrillic-4.2.0/ XFree86-fontDefaultBitmaps-4.2.0/ XFree86-fontEncodings-4.2.0/ XFree86-fontScalable-4.2.0/ XFree86-libraries-4.2.0_1/ Xaw3d-1.5/ Xft-2.1_8/ aalib-1.4.r5_1/ acroread-5.07/ afterstep-1.8.11/ apache-1.3.27_5/ arc-5.21e.8_1/ arts-1.1.1,1/ asclock-1.0/ aterm-0.4.2/ atk-1.2.3/ autoconf-2.53_1/ autoconf213-2.13.000227_5/ automake-1.5,1/ automake14-1.4.5_9/ bash-2.05b.007/ bison-1.75/ bonobo-activation-2.2.3,1/ cabextract-0.6/ cal-3.5/ cclient-2002,1/ cd-write-1.4.1/ cdparanoia-3.9.8_4/ cdrtools-2.0/ cups-base-1.1.18.0_4/ cvsup-16.1h/ db-2.7.7_1/ db4-4.0.14_1,1/ distribfold-0.1.20030425/ docbook-sk-4.1.2/ docbook-xml-4.2/ docbook-xsl-1.59.1/ drm-kmod-0.9.6/ esound-0.2.29/ eterm-0.9.2/ ethereal-0.9.12/ expat-1.95.6_1/ ezm3-1.0/ fam-2.6.9_2/ fetchmail-6.2.2/ fileutils-4.1_1/ findutils-4.1_1/ fontconfig-2.2.1/ freeciv-imlib-1.13.0/ freetype-1.3.1_2/ freetype2-2.1.4_1/ galeon2-1.3.2_1/ gcc-3.1.1_20020909/ gconf2-2.2.1/ gd-1.8.4_6/ gettext-0.11.5_1/ ghostscript-gnu-7.05_5/ gimp-1.2.3_2,1/ glchess-0.4.7/ glib-1.2.10_9/ glib-2.2.1_1/ gmake-3.80/ gmessage-0.2/ gnome-icon-theme-1.0.5/ gnomehier-1.0_8/ gnomelibs-1.4.2_1/ gnomemimedata-2.2.0_1/ gnomevfs2-2.2.5/ gnuchess-5.06/ gsm-1.0.10/ gtk-1.2.10_9/ gtk-2.2.1_1/ gtkglarea-1.2.2_1/ help2man-1.29/ imake-4.2.0_1/ imlib-1.9.14_1/ imlib2-1.0.6_1/ intltool-0.25/ ispell-3.2.06_3/ jade-1.2.1_1/ jasper-1.700.2/ javavmwrapper-1.4/ jbigkit-1.4/ jdk-1.3.1p7_2/ jpeg-6b_1/ kdbg-1.2.5/ kde-3.1.2_1/ kdeaddons-3.1.2/ kdeadmin-3.1.2/ kdeartwork-3.1.2/ kdebase-3.1.2_1/ kdeedu-3.1.2/ kdegames-3.1.2/ kdegraphics-3.1.2/ kdelibs-3.1.2/ kdemultimedia-3.1.2/ kdenetwork-3.1.2_1/ kdepim-3.1.2/ kdesdk-3.1.2/ kdetoys-3.1.2/ kdeutils-3.1.2/ kdevelop-2.1.5/ koffice-1.2.1_1,1/ lcms-1.09,1/ libIDL-0.8.0_2/ libart_lgpl2-2.3.11/ libast-0.5/ libaudiofile-0.2.3/ libbonobo-2.2.3/ libbonoboui-2.2.4/ libfpx-1.2.0.8/ libglade2-2.0.1_1/ libgnome-2.2.3_1/ libgnomecanvas-2.2.1/ libgnomeui-2.2.2/ libgnugetopt-1.2/ libiconv-1.9.1_1/ libmng-1.0.5/ libmpeg2-0.3.1_1/ libogg-1.0_1,3/ libtool-1.3.5/ libungif-4.1.0b1/ libvorbis-1.0_1,3/ libwmf-0.2.8/ libwww-5.4.0/ libxml-1.8.17_1/ libxml2-2.5.7_1/ libxslt-1.0.30/ linc-1.0.1/ linux-gtk-1.2_2/ linux-mozilla-1.2/ linux-sun-jdk-1.3.1.06_1/ linux-sun-jdk-1.4.1_1/ linux_base-7.1_5/ lynx-2.8.4.1d/ lyx-1.3.2/ m4-1.4_1/ man2html-3.0.1_1/ mkcatalog-1.1/ mkisofs-2.0/ mozilla-1.3_1,2/ mozilla-gtk2-1.3_1/ mozilla-gtk2-1.4a_3/ mozilla-headers-1.3_1,2/ mozilla-headers-1.4a_1,1/ mpack-1.5_3/ mpeg_play-2.4/ nasm-0.98.35,1/ ncftp1-1.9.5/ net-snmp-5.0.8_1/ nspr-4.3_1/ open-motif-2.2.2_1/ pango-1.2.1_3/ pcre-3.9/ pdksh-5.2.14p2/ pilot-link-0.11.7_1/ pine-4.56/ pkgconfig-0.15.0/ pkgdb.db plan-1.8.6/ ploticus-2.11/ png-1.2.5_2/ popt-1.6.4/ portupgrade-20030427/ procmail-3.22_2/ py22-expat-2.2.3_2/ python-2.2.3/ qt-3.1.2_1/ quanta-3.1.2,2/ rdate-1.0/ rplay-3.3.2_1/ rpm-3.0.6_6/ ruby-1.6.8.2003.04.19/ ruby-bdb1-0.1.9/ ruby-rdoc-0.0.0.b2/ ruby-shim-ruby18-1.8.0.p2.2003.04.19/ scrollkeeper-0.3.12_1,1/ sdl-1.2.5_1/ sdl_image-1.2.2_1/ sdl_mixer-1.2.4_1/ sdocbook-xml-4.1.2.5/ sed_inplace-2002.10.19/ smpeg-0.4.4/ startup-notification-0.5_1/ svgalib-1.4.2_1/ tcl-8.2.3_3/ tcl-8.3.5_2/ tcl-8.4.3,1/ teTeX-2.0.2_2/ tiff-3.5.7_1/ tix-4.1.0.007_2/ tk-8.2.3_2/ tk-8.3.5_1/ tk-8.4.3,1/ trn-4.0.b76/ ttmkfdir-0.0_1/ tuxracer-0.61/ unzip-5.50/ urwfonts-1.0/ uulib-0.5.18/ vim-5.8.8/ webfonts-0.21_1/ wrapper-1.0_2/ xanim-2.92.0/ xcalendar-4.0.2003/ xcolorsel-1.1a/ xforms-1.0_3,1/ xli-1.17.0_1/ xlockmore-5.08.2/ xmlcatmgr-0.2_1/ xosview-1.8.0/ xwhois-0.4.2/ zip-2.3_1/help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030813073133.O27487>
