From owner-freebsd-gnome Wed Jan 22 13:51:15 2003 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9005A37B401 for ; Wed, 22 Jan 2003 13:51:01 -0800 (PST) Received: from opiate.thirteenandtwo.org (CPE0030ab0ef2bb-CM014490123332.cpe.net.cable.rogers.com [24.103.202.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF91A43E4A for ; Wed, 22 Jan 2003 13:49:27 -0800 (PST) (envelope-from munish@opiate.thirteenandtwo.org) Received: from opiate.thirteenandtwo.org (localhost.thirteenandtwo.org [127.0.0.1]) by opiate.thirteenandtwo.org (8.12.6/8.12.6) with ESMTP id h0MLnRkq093104 for ; Wed, 22 Jan 2003 16:49:27 -0500 (EST) (envelope-from munish@opiate.thirteenandtwo.org) Received: (from munish@localhost) by opiate.thirteenandtwo.org (8.12.6/8.12.6/Submit) id h0MLnK5Y093099 for gnome@freebsd.org; Wed, 22 Jan 2003 16:49:20 -0500 (EST) Date: Wed, 22 Jan 2003 16:49:20 -0500 From: Munish Chopra To: gnome@freebsd.org Subject: mozilla-devel-gtk2 failure on -CURRENT Message-ID: <20030122214920.GC2963@opiate.thirteenandtwo.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="G4iJoqBmSsgzjUCe" Content-Disposition: inline Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --G4iJoqBmSsgzjUCe Content-Type: text/plain; charset=us-ascii Content-Disposition: inline The port fails to build. I've been having the same problem with phoenix (straight phoenix cvs, not the port), it wants pango 1.1.0 but can only find pango 1.0.5. The standalone pango port is at 1.0.5 - I'm not sure whether it's since been integrated as part of gnome? I've attached the config.log - any hints would be greatly appreciated. Snip from the build: checking for freetype-config... /usr/local/bin/freetype-config checking for FreeType - version >= 6.1.0... yes checking for xft... yes checking MOZ_XFT_CFLAGS... -I/usr/X11R6/include -I/usr/local/include/freetype2 - I/usr/local/include checking MOZ_XFT_LIBS... -L/usr/X11R6/lib -L/usr/local/lib -lXft2 -lfreetype -lX ext -lXrender -lfontconfig checking for pango >= 1.1.0... Requested 'pango >= 1.1.0' but version of Pango is 1.0.5 configure: error: Library requirements (pango >= 1.1.0) not met; consider adjust ing the PKG_CONFIG_PATH environment variable if your libraries are in a nonstand ard prefix so pkg-config can find them. FreeBSD opiate.thirteenandtwo.org 5.0-CURRENT FreeBSD 5.0-CURRENT #15: Sun Jan 5 19:13:10 EST 2003 munish@opiate.thirteenandtwo.org:/usr/src/sys/i386/compile/OPIATE i386 -- Munish Chopra --G4iJoqBmSsgzjUCe Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="config.log" This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:831: checking host system type configure:852: checking target system type configure:870: checking build system type configure:2259: checking for gcc configure:2372: checking whether the C compiler (cc -O -pipe ) works configure:2388: cc -o conftest -O -pipe conftest.c 1>&5 configure:2414: checking whether the C compiler (cc -O -pipe ) is a cross-compiler configure:2419: checking whether we are using GNU C configure:2428: cc -E conftest.c configure:2447: checking whether cc accepts -g configure:2483: checking for c++ configure:2515: checking whether the C++ compiler (c++ -O -pipe -fmemoize-lookups -fsave-memoized ) works configure:2531: c++ -o conftest -O -pipe -fmemoize-lookups -fsave-memoized conftest.C 1>&5 configure:2557: checking whether the C++ compiler (c++ -O -pipe -fmemoize-lookups -fsave-memoized ) is a cross-compiler configure:2562: checking whether we are using GNU C++ configure:2571: c++ -E conftest.C configure:2590: checking whether c++ accepts -g configure:2624: checking for ranlib configure:2656: checking for as configure:2697: checking for ar configure:2738: checking for ld configure:2779: checking for strip configure:2820: checking for dlltool configure:2885: checking whether cc understands -c and -o together configure:2897: cc -c conftest.c -o conftest.o 1>&5 configure:2898: cc -c conftest.c -o conftest.o 1>&5 configure:2967: checking how to run the C preprocessor configure:2988: cc -E conftest.c >/dev/null 2>conftest.out configure:3047: checking how to run the C++ preprocessor configure:3065: c++ -E conftest.C >/dev/null 2>conftest.out configure:3101: checking for a BSD compatible install configure:3154: checking whether ln -s works configure:3179: checking for gawk configure:3213: checking for perl5 configure:3253: checking for minimum required perl version >= 5.004 configure:3263: checking for full perl installation configure:3276: checking for doxygen configure:3312: checking for whoami configure:3348: checking for autoconf configure:3384: checking for unzip configure:3422: checking for zip configure:3463: checking for makedepend configure:3498: checking for xargs configure:3539: checking for gmake configure:3595: checking whether /usr/local/bin/gmake sets ${MAKE} configure:3627: checking for X configure:3941: checking for dnet_ntoa in -ldnet configure:3960: cc -o conftest -O -pipe conftest.c -ldnet 1>&5 /usr/bin/ld: cannot find -ldnet configure: failed program was: #line 3949 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char dnet_ntoa(); int main() { dnet_ntoa() ; return 0; } configure:3982: checking for dnet_ntoa in -ldnet_stub configure:4001: cc -o conftest -O -pipe conftest.c -ldnet_stub 1>&5 /usr/bin/ld: cannot find -ldnet_stub configure: failed program was: #line 3990 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char dnet_ntoa(); int main() { dnet_ntoa() ; return 0; } configure:4030: checking for gethostbyname configure:4058: cc -o conftest -O -pipe conftest.c 1>&5 configure:4128: checking for connect configure:4156: cc -o conftest -O -pipe conftest.c 1>&5 configure:4220: checking for remove configure:4248: cc -o conftest -O -pipe conftest.c 1>&5 configure:4312: checking for shmat configure:4340: cc -o conftest -O -pipe conftest.c 1>&5 configure:4413: checking for IceConnectionNumber in -lICE configure:4432: cc -o conftest -O -pipe -L/usr/X11R6/lib conftest.c -lICE 1>&5 configure:4696: checking whether ld has archive extraction flags configure:4720: cc -o conftest -O -pipe -I/usr/X11R6/include -Wl,--whole-archive conftest.c -Wl,--no-whole-archive 1>&5 configure:5695: checking for ANSI C header files configure:5708: cc -E -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:5775: cc -o conftest -O -pipe -I/usr/X11R6/include conftest.c 1>&5 configure:5799: checking for working const configure:5853: cc -c -O -pipe -I/usr/X11R6/include conftest.c 1>&5 configure:5874: checking for mode_t configure:5907: checking for off_t configure:5940: checking for pid_t configure:5973: checking for size_t configure:6006: checking for uid_t in sys/types.h configure:6040: checking for st_blksize in struct stat configure:6053: cc -c -O -pipe -I/usr/X11R6/include conftest.c 1>&5 configure:6074: checking for siginfo_t configure:6087: cc -c -O -pipe -I/usr/X11R6/include conftest.c 1>&5 configure:6121: checking for int16_t configure:6134: cc -c -O -pipe -I/usr/X11R6/include conftest.c 1>&5 configure:6156: checking for int32_t configure:6169: cc -c -O -pipe -I/usr/X11R6/include conftest.c 1>&5 configure:6191: checking for int64_t configure:6204: cc -c -O -pipe -I/usr/X11R6/include conftest.c 1>&5 configure:6226: checking for int64 configure:6239: cc -c -O -pipe -I/usr/X11R6/include conftest.c 1>&5 configure: In function `main': configure:6235: syntax error before "foo" configure: failed program was: #line 6231 "configure" #include "confdefs.h" #include #include int main() { int64 foo = 0; ; return 0; } configure:6261: checking for uint configure:6274: cc -c -O -pipe -I/usr/X11R6/include conftest.c 1>&5 configure:6296: checking for uint_t configure:6309: cc -c -O -pipe -I/usr/X11R6/include conftest.c 1>&5 configure: In function `main': configure:6305: syntax error before "foo" configure: failed program was: #line 6301 "configure" #include "confdefs.h" #include #include int main() { uint_t foo = 0; ; return 0; } configure:6331: checking for uint16_t configure:6344: cc -c -O -pipe -I/usr/X11R6/include conftest.c 1>&5 configure:6375: checking for uname.domainname configure:6388: c++ -c -O -pipe -fmemoize-lookups -fsave-memoized -I/usr/X11R6/include conftest.C 1>&5 configure: In function `int main()': configure:6384: `struct utsname' has no member named `domainname' configure: failed program was: #line 6380 "configure" #include "confdefs.h" #include int main() { struct utsname *res; char *domain; (void)uname(res); if (res != 0) { domain = res->domainname; } ; return 0; } configure:6412: checking for uname.__domainname configure:6425: c++ -c -O -pipe -fmemoize-lookups -fsave-memoized -I/usr/X11R6/include conftest.C 1>&5 configure: In function `int main()': configure:6421: `struct utsname' has no member named `__domainname' configure: failed program was: #line 6417 "configure" #include "confdefs.h" #include int main() { struct utsname *res; char *domain; (void)uname(res); if (res != 0) { domain = res->__domainname; } ; return 0; } configure:6457: checking for 64-bit OS configure:6467: cc -o conftest -O -pipe -I/usr/X11R6/include conftest.c 1>&5 configure: failed program was: #line 6462 "configure" #include "confdefs.h" int main () { if (sizeof(long) == 8) { return 0; } return 1; } configure:6497: checking for usable wchar_t (2 bytes, unsigned) configure:6512: cc -o conftest -O -pipe -I/usr/X11R6/include conftest.c 1>&5 configure: failed program was: #line 6505 "configure" #include "confdefs.h" #include int main () { return (sizeof(wchar_t) != 2) || (wchar_t)-1 < (wchar_t) 0 ; } configure:6547: checking for compiler -fshort-wchar option configure:6565: c++ -o conftest -O -pipe -fmemoize-lookups -fsave-memoized -fshort-wchar -I/usr/X11R6/include conftest.C 1>&5 configure:6608: checking for wcrtomb configure:6620: c++ -o conftest -O -pipe -fmemoize-lookups -fsave-memoized -fshort-wchar -I/usr/X11R6/include conftest.C 1>&5 configure:6640: checking for mbrtowc configure:6652: c++ -o conftest -O -pipe -fmemoize-lookups -fsave-memoized -fshort-wchar -I/usr/X11R6/include conftest.C 1>&5 configure:6684: checking for dirent.h that defines DIR configure:6697: cc -c -O -pipe -I/usr/X11R6/include conftest.c 1>&5 configure:6722: checking for opendir in -ldir configure:6741: cc -o conftest -O -pipe -I/usr/X11R6/include conftest.c -ldir 1>&5 /usr/bin/ld: cannot find -ldir configure: failed program was: #line 6730 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char opendir(); int main() { opendir() ; return 0; } configure:6817: checking for sys/byteorder.h configure:6827: cc -E -I/usr/X11R6/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:6823:27: sys/byteorder.h: No such file or directory configure: failed program was: #line 6822 "configure" #include "confdefs.h" #include configure:6817: checking for compat.h configure:6827: cc -E -I/usr/X11R6/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:6823:20: compat.h: No such file or directory configure: failed program was: #line 6822 "configure" #include "confdefs.h" #include configure:6817: checking for getopt.h configure:6827: cc -E -I/usr/X11R6/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:6857: checking for sys/bitypes.h configure:6867: cc -E -I/usr/X11R6/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:6863:25: sys/bitypes.h: No such file or directory configure: failed program was: #line 6862 "configure" #include "confdefs.h" #include configure:6857: checking for memory.h configure:6867: cc -E -I/usr/X11R6/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:6857: checking for unistd.h configure:6867: cc -E -I/usr/X11R6/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:6897: checking for gnu/libc-version.h configure:6907: cc -E -I/usr/X11R6/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:6903:30: gnu/libc-version.h: No such file or directory configure: failed program was: #line 6902 "configure" #include "confdefs.h" #include configure:6897: checking for nl_types.h configure:6907: cc -E -I/usr/X11R6/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:6937: checking for X11/XKBlib.h configure:6947: cc -E -I/usr/X11R6/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:6978: checking for sys/statvfs.h configure:6988: cc -E -I/usr/X11R6/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:6978: checking for sys/statfs.h configure:6988: cc -E -I/usr/X11R6/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:6984:24: sys/statfs.h: No such file or directory configure: failed program was: #line 6983 "configure" #include "confdefs.h" #include configure:6978: checking for sys/vfs.h configure:6988: cc -E -I/usr/X11R6/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:6984:21: sys/vfs.h: No such file or directory configure: failed program was: #line 6983 "configure" #include "confdefs.h" #include configure:6978: checking for sys/mount.h configure:6988: cc -E -I/usr/X11R6/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:7019: checking for mmintrin.h configure:7029: cc -E -I/usr/X11R6/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:7066: checking for new configure:7076: c++ -E -I/usr/X11R6/include -I/usr/X11R6/include conftest.C >/dev/null 2>conftest.out configure:7117: checking for sys/cdefs.h configure:7127: cc -E -I/usr/X11R6/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:7161: checking for gethostbyname_r in -lc_r configure:7180: cc -o conftest -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include conftest.c -lc_r 1>&5 /var/tmp//ccyVF2Ks.o: In function `main': /var/tmp//ccyVF2Ks.o(.text+0xa): undefined reference to `gethostbyname_r' configure: failed program was: #line 7169 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char gethostbyname_r(); int main() { gethostbyname_r() ; return 0; } configure:7210: checking for atan in -lm configure:7229: cc -o conftest -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include conftest.c -lm 1>&5 configure:7257: checking for dlopen in -ldl configure:7276: cc -o conftest -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include conftest.c -ldl -lm 1>&5 /usr/bin/ld: cannot find -ldl configure: failed program was: #line 7265 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char dlopen(); int main() { dlopen() ; return 0; } configure:7407: checking for socket in -lsocket configure:7426: cc -o conftest -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include conftest.c -lsocket -lm 1>&5 /usr/bin/ld: cannot find -lsocket configure: failed program was: #line 7415 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char socket(); int main() { socket() ; return 0; } configure:7471: checking for XDrawLines in -lX11 configure:7490: cc -o conftest -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lX11 -lX11 -lm 1>&5 configure:7512: checking for XextAddDisplay in -lXext configure:7531: cc -o conftest -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lXext -lX11 -lm 1>&5 configure:7555: checking for XtFree in -lXt configure:7574: cc -o conftest -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lXt -lm 1>&5 configure:7729: checking for XineramaIsActive in -lXinerama configure:7748: cc -o conftest -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lXinerama -lX11 -lXext -lm 1>&5 configure:7770: checking for X11/extensions/Xinerama.h configure:7780: cc -E -I/usr/X11R6/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:7803: checking for XShmCreateImage in -lXext configure:7822: cc -o conftest -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lXext -lX11 -lXext -lm 1>&5 configure:7844: checking for X11/extensions/XShm.h configure:7854: cc -E -I/usr/X11R6/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:7884: checking for XieFloGeometry in -lXIE configure:7903: cc -o conftest -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lXIE -lX11 -lXext -lm 1>&5 configure:7925: checking for X11/extensions/XIElib.h configure:7935: cc -E -I/usr/X11R6/include -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out configure:7988: cc -c -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/X11R6/include conftest.c 1>&5 configure:8007: checking for pthread_create in -lpthreads cc -o dummy dummy.c -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include -lpthreads -lm /usr/bin/ld: cannot find -lpthreads configure:8029: checking for pthread_create in -lpthread cc -o dummy dummy.c -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include -lpthread -lm /usr/bin/ld: cannot find -lpthread configure:8051: checking for pthread_create in -lc_r cc -o dummy dummy.c -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include -lc_r -lm configure:8129: checking whether cc accepts -pthread configure:8292: checking whether mmap() sees write()s configure:8335: cc -o conftest -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include conftest.c -lm 1>&5 configure:8360: checking whether cc needs -traditional configure:8385:20: termio.h: No such file or directory configure:8406: checking for 8-bit clean memcmp configure:8424: cc -o conftest -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include conftest.c -lm 1>&5 configure:8444: checking for random configure:8472: cc -o conftest -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include conftest.c -lm 1>&5 configure:8444: checking for strerror configure:8472: cc -o conftest -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include conftest.c -lm 1>&5 configure:8444: checking for lchown configure:8472: cc -o conftest -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include conftest.c -lm 1>&5 configure:8444: checking for fchmod configure:8472: cc -o conftest -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include conftest.c -lm 1>&5 configure:8444: checking for snprintf configure:8472: cc -o conftest -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include conftest.c -lm 1>&5 configure:8444: checking for statvfs configure:8472: cc -o conftest -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include conftest.c -lm 1>&5 configure:8444: checking for memmove configure:8472: cc -o conftest -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include conftest.c -lm 1>&5 configure:8444: checking for rint configure:8472: cc -o conftest -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include conftest.c -lm 1>&5 configure:8499: checking for nl_langinfo configure:8527: cc -o conftest -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include conftest.c -lm 1>&5 configure:8499: checking for flockfile configure:8527: cc -o conftest -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include conftest.c -lm 1>&5 configure:8556: checking for localtime_r configure:8584: cc -o conftest -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include conftest.c -lm 1>&5 configure:8556: checking for strtok_r configure:8584: cc -o conftest -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include conftest.c -lm 1>&5 configure:8611: checking for res_ninit() configure:8628: cc -o conftest -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include conftest.c -lm 1>&5 In file included from configure:8621: /usr/include/resolv.h:104: field `nsaddr_list' has incomplete type /usr/include/resolv.h:114: field `addr' has incomplete type /usr/include/resolv.h:129: field `ina' has incomplete type /usr/include/resolv.h:130: field `in6a' has incomplete type configure: failed program was: #line 8616 "configure" #include "confdefs.h" #ifdef linux #define _BSD_SOURCE 1 #endif #include int main() { int foo = res_ninit(&_res); ; return 0; } configure:8658: checking for gnu_get_libc_version() configure:8674: c++ -o conftest -O -pipe -fmemoize-lookups -fsave-memoized -fshort-wchar -I/usr/X11R6/include -I/usr/X11R6/include conftest.C -lm 1>&5 configure: In function `int main()': configure:8670: `gnu_get_libc_version' undeclared (first use this function) configure:8670: (Each undeclared identifier is reported only once for each function it appears in.) configure: failed program was: #line 8663 "configure" #include "confdefs.h" #ifdef HAVE_GNU_LIBC_VERSION_H #include #endif int main() { const char *glibc_version = gnu_get_libc_version(); ; return 0; } configure:8703: checking for iconv in -liconv configure:8725: c++ -o conftest -O -pipe -fmemoize-lookups -fsave-memoized -fshort-wchar -I/usr/X11R6/include -I/usr/X11R6/include conftest.C -liconv -lm 1>&5 /usr/bin/ld: cannot find -liconv configure: failed program was: #line 8711 "configure" #include "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 iconv(); int main() { iconv() ; return 0; } configure:8744: checking for libiconv in -liconv configure:8766: c++ -o conftest -O -pipe -fmemoize-lookups -fsave-memoized -fshort-wchar -I/usr/X11R6/include -I/usr/X11R6/include conftest.C -liconv -lm 1>&5 /usr/bin/ld: cannot find -liconv configure: failed program was: #line 8752 "configure" #include "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 libiconv(); int main() { libiconv() ; return 0; } configure:8791: checking for iconv() configure:8810: c++ -o conftest -O -pipe -fmemoize-lookups -fsave-memoized -fshort-wchar -I/usr/X11R6/include -I/usr/X11R6/include conftest.C -lm 1>&5 configure:8799:27: iconv.h: No such file or directory configure: In function `int main()': configure:8803: syntax error before `=' token configure:8804: `h' undeclared (first use this function) configure:8804: (Each undeclared identifier is reported only once for each function it appears in.) configure:8804: `iconv' undeclared (first use this function) configure:8805: `iconv_close' undeclared (first use this function) configure: failed program was: #line 8796 "configure" #include "confdefs.h" #include #include int main() { iconv_t h = iconv_open("", ""); iconv(h, NULL, NULL, NULL, NULL); iconv_close(h); ; return 0; } configure:8888: checking whether va_list assignments need array notation configure:8909: cc -o conftest -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include conftest.c -lm 1>&5 configure:8987: checking for C++ exceptions flag configure:9022: checking for gcc 3.0 ABI configure:9040: c++ -c -O -pipe -fmemoize-lookups -fsave-memoized -fshort-wchar -I/usr/X11R6/include -I/usr/X11R6/include conftest.C 1>&5 configure:9061: checking for ios::binary configure:9075: c++ -c -O -pipe -fmemoize-lookups -fsave-memoized -fshort-wchar -I/usr/X11R6/include -I/usr/X11R6/include conftest.C 1>&5 In file included from /usr/include/g++/backward/iostream.h:31, from configure:9067: /usr/include/g++/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the header for the header for C++ includes, or instead of the deprecated header . To disable this warning use -Wno-deprecated. configure:9099: checking for ios::bin configure:9113: c++ -c -O -pipe -fmemoize-lookups -fsave-memoized -fshort-wchar -I/usr/X11R6/include -I/usr/X11R6/include conftest.C 1>&5 In file included from /usr/include/g++/backward/iostream.h:31, from configure:9105: /usr/include/g++/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the header for the header for C++ includes, or instead of the deprecated header . To disable this warning use -Wno-deprecated. configure: In function `int main()': configure:9109: `bin' is not a member of type `std::basic_ios >' configure: failed program was: #line 9104 "configure" #include "confdefs.h" #include #include int main() { char *buffer = "config.log"; fstream *mFileStream=new fstream(buffer, ios::bin); ; return 0; } configure:9136: checking for C++ "explicit" keyword configure:9151: c++ -c -O -pipe -fmemoize-lookups -fsave-memoized -fshort-wchar -I/usr/X11R6/include -I/usr/X11R6/include conftest.C 1>&5 configure:9172: checking for C++ template specialization support configure:9187: c++ -c -O -pipe -fmemoize-lookups -fsave-memoized -fshort-wchar -I/usr/X11R6/include -I/usr/X11R6/include conftest.C 1>&5 configure:9217: checking for modern C++ template specialization syntax support configure:9232: c++ -c -O -pipe -fmemoize-lookups -fsave-memoized -fshort-wchar -I/usr/X11R6/include -I/usr/X11R6/include conftest.C 1>&5 configure:9254: checking whether partial template specialization works configure:9267: c++ -c -O -pipe -fmemoize-lookups -fsave-memoized -fshort-wchar -I/usr/X11R6/include -I/usr/X11R6/include conftest.C 1>&5 configure:9289: checking whether operators must be re-defined for templates derived from templates configure:9306: c++ -c -O -pipe -fmemoize-lookups -fsave-memoized -fshort-wchar -I/usr/X11R6/include -I/usr/X11R6/include conftest.C 1>&5 configure:9328: checking whether we need to cast a derived template to pass as its base class configure:9342: c++ -c -O -pipe -fmemoize-lookups -fsave-memoized -fshort-wchar -I/usr/X11R6/include -I/usr/X11R6/include conftest.C 1>&5 configure:9363: checking whether the compiler can resolve const ambiguities for templates configure:9389: c++ -c -O -pipe -fmemoize-lookups -fsave-memoized -fshort-wchar -I/usr/X11R6/include -I/usr/X11R6/include conftest.C 1>&5 configure:9411: checking whether the C++ "using" keyword can change access configure:9427: c++ -c -O -pipe -fmemoize-lookups -fsave-memoized -fshort-wchar -I/usr/X11R6/include -I/usr/X11R6/include conftest.C 1>&5 configure:9448: checking whether the C++ "using" keyword resolves ambiguity configure:9469: c++ -c -O -pipe -fmemoize-lookups -fsave-memoized -fshort-wchar -I/usr/X11R6/include -I/usr/X11R6/include conftest.C 1>&5 configure:9490: checking for "std::" namespace configure:9502: c++ -c -O -pipe -fmemoize-lookups -fsave-memoized -fshort-wchar -I/usr/X11R6/include -I/usr/X11R6/include conftest.C 1>&5 configure:9523: checking whether standard template operator!=() is ambiguous configure:9538: c++ -c -O -pipe -fmemoize-lookups -fsave-memoized -fshort-wchar -I/usr/X11R6/include -I/usr/X11R6/include conftest.C 1>&5 configure:9560: checking for C++ reinterpret_cast configure:9573: c++ -c -O -pipe -fmemoize-lookups -fsave-memoized -fshort-wchar -I/usr/X11R6/include -I/usr/X11R6/include conftest.C 1>&5 configure:9594: checking for C++ dynamic_cast to void* configure:9621: c++ -o conftest -O -pipe -fmemoize-lookups -fsave-memoized -fshort-wchar -I/usr/X11R6/include -I/usr/X11R6/include conftest.C -lm 1>&5 configure:9645: checking whether C++ requires implementation of unused virtual methods configure:9657: c++ -o conftest -O -pipe -fmemoize-lookups -fsave-memoized -fshort-wchar -I/usr/X11R6/include -I/usr/X11R6/include conftest.C -lm 1>&5 configure:9651: warning: all member functions in class `X' are private configure:9680: checking for trouble comparing to zero near std::operator!=() configure:9696: c++ -c -O -pipe -fmemoize-lookups -fsave-memoized -fshort-wchar -I/usr/X11R6/include -I/usr/X11R6/include conftest.C 1>&5 configure:9728: checking for LC_MESSAGES configure:9740: cc -c -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include conftest.c 1>&5 configure:9816: checking for nspr-config configure:9851: checking for NSPR - version >= 4.0.0 (skipping) configure:9914: checking for jpeg_destroy_compress in -ljpeg configure:9933: cc -o conftest -I/usr/local/include -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include -L/usr/local/lib conftest.c -ljpeg -lm 1>&5 configure:9976: cc -o conftest -I/usr/local/include -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include -L/usr/local/lib conftest.c -ljpeg -lm 1>&5 configure:10016: checking for zlib.h configure:10025: cc -c -Iyes/include -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include conftest.c 1>&5 configure:10039: checking for gzread in -lz configure:10058: cc -o conftest -Iyes/include -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include -Lyes/lib conftest.c -lz -lm 1>&5 configure:10108: checking for png_get_valid in -lpng configure:10127: cc -o conftest -I/usr/local/include -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include -L/usr/local/lib -lz -lz conftest.c -lpng -lm 1>&5 configure:10169: cc -o conftest -I/usr/local/include -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include -L/usr/local/lib -lz -lz conftest.c -lpng -lm 1>&5 configure:10212: checking for mng_initialize in -lmng configure:10231: cc -o conftest -I/usr/local/include -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include -L/usr/local/lib -lz -lz conftest.c -lmng -lm 1>&5 configure:10273: cc -o conftest -I/usr/local/include -O -pipe -I/usr/X11R6/include -I/usr/X11R6/include -L/usr/local/lib -lz -lz conftest.c -lmng -lm 1>&5 configure:10491: checking for gtk-config configure:10526: checking for GTK - version >= 1.2.0 configure:10627: cc -o conftest -O -pipe -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/X11R6/include conftest.c -lm -L/usr/X11R6/lib -L/usr/X11R6/lib -lgtk12 -lgdk12 -L/usr/local/lib -Wl,-E -lgmodule12 -lglib12 -lintl -lXi -lXext -lX11 -lm 1>&5 configure:10752: checking for pkg-config configure:10796: checking for gtk+-2.0 >= 1.3.7 configure:10803: checking MOZ_GTK2_CFLAGS configure:10808: checking MOZ_GTK2_LIBS configure:11161: checking for freetype-config configure:11197: checking for FreeType - version >= 6.1.0 configure:11271: cc -o conftest -O -pipe -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include -I/usr/X11R6/include conftest.c -L/usr/local/lib -lfreetype -lm 1>&5 configure:11388: checking for xft configure:11395: checking MOZ_XFT_CFLAGS configure:11400: checking MOZ_XFT_LIBS configure:11478: checking for pango >= 1.1.0 --G4iJoqBmSsgzjUCe-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message