From owner-freebsd-current Thu Feb 15 1:31:41 2001 Delivered-To: freebsd-current@freebsd.org Received: from lamborghini.indocyber.com (lamborghini.indocyber.com [202.180.0.86]) by hub.freebsd.org (Postfix) with SMTP id 37D7637B491 for ; Thu, 15 Feb 2001 01:25:55 -0800 (PST) Received: (qmail 29017 invoked from network); 15 Feb 2001 09:20:14 -0000 Received: from unknown (HELO dante.naver.co.id) (postfix@202.155.86.83) by lamborghini.indocyber.com with SMTP; 15 Feb 2001 09:20:14 -0000 Received: by dante.naver.co.id (Postfix, from userid 1000) id 16797BDF66; Thu, 15 Feb 2001 11:04:29 +0700 (JAVT) Date: Thu, 15 Feb 2001 11:04:28 +0700 From: John Indra To: freebsd-current@freebsd.org Cc: kevlo@FreeBSD.org Subject: Failed to build kdesupport2 port Message-ID: <20010215110428.A31614@office.naver.co.id> Mail-Followup-To: freebsd-current@freebsd.org, kevlo@FreeBSD.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="0OAP2g/MAC+5xKAE" Content-Disposition: inline X-Mailer: Mutt 1.2.5i on FreeBSD 5.0-20010210-CURRENT i386 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --0OAP2g/MAC+5xKAE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi folks... I am on a FreeBSD 5.0-20010210-CURRENT box. This is a clean system, I installed it from current.freebsd.org I tried to build kdesupport2 port, but it failed. Somehow, when checking for Qt, kdesupport2 configure script died. However, I installed qt 2.2.4 from port cleanly, no errors whatsoever. My version of /usr/src/contrib/gcc.295/config/freebsd.h is v 1.32 2001/02/08 05:27:17 BTW the only different file from my system is that I applied this patch from Maxim Sobolev to /usr/port/Mk/bsd.port.mk: --- bsd.port.mk 2001/02/08 19:09:54 1.2 +++ bsd.port.mk 2001/02/08 19:15:50 @@ -948,6 +948,14 @@ MAKEFILE?= Makefile MAKE_ENV+= PREFIX=${PREFIX} LOCALBASE=${LOCALBASE} X11BASE=${X11BAS E} MOTIFLIB="${MOTIFLIB}" LIBDIR="${LIBDIR}" CFLAGS="${CFLAGS}" CXXFLAGS="${CXXF LAGS}" +.if ${OSVERSION} < 500000 +PTHREAD_CFLAGS= -D_THREAD_SAFE +PTHREAD_LIBS= "-pthread" +.else +PTHREAD_CFLAGS= "" +PTHREAD_LIBS= "-lc_r" +.endif + .if exists(/usr/bin/fetch) # avoid -A for 2.2 -- it's not ported to that branch .if ${OSVERSION} < 300000 Attached is the failure log of my kdesupport2 build. Am I the only one having this problem? Thanks... /john --0OAP2g/MAC+5xKAE Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=kdeerror Script started on Thu Feb 15 11:01:48 2001 [root@dante kdesupport2]# make install ===> Extracting for kdesupport-2.0.1 >> Checksum OK for kdesupport-2.0.1.tar.bz2. ===> kdesupport-2.0.1 depends on executable: bzip2 - found ===> kdesupport-2.0.1 depends on executable: gmake - found ===> kdesupport-2.0.1 depends on shared library: png.4 - found ===> kdesupport-2.0.1 depends on shared library: jpeg.9 - found ===> kdesupport-2.0.1 depends on shared library: qt2.4 - found ===> Patching for kdesupport-2.0.1 ===> Applying FreeBSD patches for kdesupport-2.0.1 ===> Configuring for kdesupport-2.0.1 /usr/bin/perl -pi -e "s@TOPSUBDIRS libaps@TOPSUBDIRS@g ; s@odbc libaps@odbc@g" /usr/ports/converters/kdesupport2/work/kdesupport-2.0.1/configure /usr/bin/perl -pi -e "s@-version-info 1:1@-version-info 3:0@g" /usr/ports/converters/kdesupport2/work/kdesupport-2.0.1/mimelib/Makefile.in creating cache ./config.cache checking host system type... i386--freebsd5.0 checking target system type... i386--freebsd5.0 checking build system type... i386--freebsd5.0 checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes checking whether gmake sets ${MAKE}... yes checking for working aclocal... found checking for working autoconf... found checking for working automake... found checking for working autoheader... found checking for working makeinfo... found checking for a C-Compiler... cc checking whether the C compiler (cc -O -pipe -mcpu=i686 -march=i686 ) works... yes checking whether the C compiler (cc -O -pipe -mcpu=i686 -march=i686 ) is a cross-compiler... no checking whether we are using GNU C... yes checking how to run the C preprocessor... cc -E checking for a C++-Compiler... c++ checking whether the C++ compiler (c++ -O -pipe -mcpu=i686 -march=i686 ) works... yes checking whether the C++ compiler (c++ -O -pipe -mcpu=i686 -march=i686 ) is a cross-compiler... no checking whether we are using GNU C++... yes checking whether c++ supports -fno-exceptions... yes checking whether c++ supports -fno-check-new... yes checking whether c++ supports -Wno-long-long... yes checking whether c++ supports -fno-builtin... yes checking whether c++ supports -fexceptions... yes checking whether c++ supports -frtti... yes checking how to run the C++ preprocessor... c++ -E checking whether c++ supports -frepo... yes 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 whether ln -s works... yes checking how to recognise dependant libraries... pass_all checking for ranlib... ranlib checking for strip... strip checking for Cygwin environment... no checking for mingw32 environment... no updating cache ./config.cache loading cache ./config.cache within ltconfig checking whether -lc should be explicitly linked in... yes checking for objdir... .libs checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... 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... freebsd5.0 ld.so checking command to parse /usr/bin/nm -B output... ok checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for dlopen in -ldl... no checking for dlopen... yes checking for dlfcn.h... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... no creating libtool updating cache ./config.cache loading cache ./config.cache loading cache ./config.cache within ltconfig checking host system type... i386--freebsd5.0 checking build system type... i386--freebsd5.0 ltcf-cxx: with_gcc=yes ; with_gnu_ld=yes checking for objdir... .libs checking for c++ option to produce PIC... -fPIC -DPIC checking if c++ PIC flag -fPIC -DPIC works... yes checking if c++ static flag -static works... yes checking if c++ supports -c -o file.o... yes checking if c++ supports -fno-rtti -fno-exceptions ... yes checking whether the linker (c++) supports shared libraries... yes checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... freebsd5.0 ld.so checking command to parse /usr/bin/nm -B output... ok checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for dlfcn.h... (cached) yes checking whether a program can dlopen itself... (cached) yes checking whether a statically linked program can dlopen itself... (cached) no appending configuration tag "CXX" to libtool checking for object suffix... o checking for executable suffix... no checking for AIX... no checking for minix/config.h... no checking for main in -lcompat... yes checking for crypt in -lcrypt... yes checking for the third argument of getsockname... socklen_t checking for dnet_ntoa in -ldnet... no checking for dnet_ntoa in -ldnet_stub... no checking for inet_ntoa... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for killpg in -lucb... no checking size of int... 4 checking size of long... 4 checking size of char *... 4 checking for dlopen in -ldl... (cached) no checking for shl_unload in -ldld... no checking for bool... yes checking for extra includes... no checking for extra libs... added checking for libz... -lz checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include checking for IceConnectionNumber in -lICE... yes checking for libXext... yes checking for libpng... -lpng -lz -lm checking for libjpeg6b... no checking for libjpeg... -ljpeg checking for Qt... configure: error: Qt (>= Qt 2.2.1) (libraries) not found. Please check your installation! For more details about this problem, look at the end of config.log. ===> Script "configure" failed: here are the contents of "config.log" This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:617: checking host system type configure:638: checking target system type configure:656: checking build system type configure:715: checking for a BSD compatible install configure:795: checking whether build environment is sane configure:833: checking whether gmake sets ${MAKE} configure:879: checking for working aclocal configure:892: checking for working autoconf configure:905: checking for working automake configure:918: checking for working autoheader configure:931: checking for working makeinfo configure:1020: checking for a C-Compiler configure:1132: checking whether the C compiler (cc -O -pipe -mcpu=i686 -march=i686 ) works configure:1148: cc -o conftest -O -pipe -mcpu=i686 -march=i686 -I/usr/local/include conftest.c -Wl,-export-dynamic -L/usr/local/lib -ljpeg -lstdc++ -lgcc 1>&5 configure:1174: checking whether the C compiler (cc -O -pipe -mcpu=i686 -march=i686 ) is a cross-compiler configure:1179: checking whether we are using GNU C configure:1188: cc -E conftest.c configure:1290: checking how to run the C preprocessor configure:1311: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out configure:1352: checking for a C++-Compiler configure:1474: checking whether the C++ compiler (c++ -O -pipe -mcpu=i686 -march=i686 ) works configure:1495: rm -rf SunWS_cache; c++ -o conftest -O -pipe -mcpu=i686 -march=i686 -I/usr/local/include conftest.C -Wl,-export-dynamic -L/usr/local/lib -ljpeg -lstdc++ -lgcc 1>&5 configure:1521: checking whether the C++ compiler (c++ -O -pipe -mcpu=i686 -march=i686 ) is a cross-compiler configure:1526: checking whether we are using GNU C++ configure:1535: c++ -E conftest.C configure:1610: checking whether c++ supports -fno-exceptions configure:1644: checking whether c++ supports -fno-check-new configure:1683: checking whether c++ supports -Wno-long-long configure:1715: checking whether c++ supports -fno-builtin configure:1760: checking whether c++ supports -fexceptions configure:1795: checking whether c++ supports -frtti configure:1875: checking how to run the C++ preprocessor configure:1897: c++ -E -I/usr/local/include conftest.C >/dev/null 2>conftest.out configure:1958: checking whether c++ supports -frepo configure:2153: checking for ld used by GCC configure:2221: checking if the linker (/usr/libexec/elf/ld) is GNU ld GNU ld version 2.10.1 (with BFD 2.10.1) configure:2238: checking for /usr/libexec/elf/ld option to reload object files configure:2250: checking for BSD-compatible nm configure:2287: checking whether ln -s works configure:2308: checking how to recognise dependant libraries configure:2594: checking for ranlib configure:2661: checking for strip configure:2833: checking for Cygwin environment configure:2849: cc -c -O2 -O -pipe -mcpu=i686 -march=i686 -I/usr/local/include conftest.c 1>&5 configure: In function `main': configure:2845: `__CYGWIN32__' undeclared (first use in this function) configure:2845: (Each undeclared identifier is reported only once configure:2845: for each function it appears in.) configure: failed program was: #line 2838 "configure" #include "confdefs.h" int main() { #ifndef __CYGWIN__ #define __CYGWIN__ __CYGWIN32__ #endif return __CYGWIN__; ; return 0; } configure:2866: checking for mingw32 environment configure:2878: cc -c -O2 -O -pipe -mcpu=i686 -march=i686 -I/usr/local/include conftest.c 1>&5 configure: In function `main': configure:2874: `__MINGW32__' undeclared (first use in this function) configure:2874: (Each undeclared identifier is reported only once configure:2874: for each function it appears in.) configure: failed program was: #line 2871 "configure" #include "confdefs.h" int main() { return __MINGW32__; ; return 0; } ltcf-c.sh:need_lc: cc -c -O2 -O -pipe -mcpu=i686 -march=i686 -I/usr/local/include conftest.c 1>&5 ltcf-c.sh:need_lc: cc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest ltconfig:670:checking for cc option to produce PIC ltconfig:679:checking that cc PIC flag -fPIC -DPIC works. ltconfig:689: cc -c -O2 -O -pipe -mcpu=i686 -march=i686 -fPIC -DPIC -DPIC -I/usr/local/include conftest.c 1>&5 ltconfig:741: checking if cc static flag -static works ltconfig:750: cc -o conftest -O2 -O -pipe -mcpu=i686 -march=i686 -I/usr/local/include -static conftest.c -Wl,-export-dynamic -L/usr/local/lib -ljpeg -lstdc++ -lgcc 1>&5 ltconfig:787: checking if cc supports -c -o file.o ltconfig:788: cc -c -O2 -O -pipe -mcpu=i686 -march=i686 -o out/conftest2.o -I/usr/local/include conftest.c 1>&5 ltconfig:841: checking if cc supports -fno-rtti -fno-exceptions ltconfig:842: cc -c -O2 -O -pipe -mcpu=i686 -march=i686 -fno-rtti -fno-exceptions -c conftest.c -I/usr/local/include conftest.c 1>&5 ltconfig:1309: checking if global_symbol_pipe works ltconfig:1310: cc -c -O2 -O -pipe -mcpu=i686 -march=i686 -I/usr/local/include conftest.c 1>&5 ltconfig:1313: eval "/usr/bin/nm -B conftest.o | sed -n -e 's/^.*[ ]\([ABCDGISTW]\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' > conftest.nm" ltconfig:1365: cc -o conftest -O2 -O -pipe -mcpu=i686 -march=i686 -fno-builtin -fno-rtti -fno-exceptions -I/usr/local/include conftest.c conftstm.o 1>&5 ltconfig:1469: checking for dlopen in -ldl ltconfig:1489: cc -o conftest -O2 -O -pipe -mcpu=i686 -march=i686 -fno-builtin -fno-rtti -fno-exceptions -I/usr/local/include conftest.c -ldl -Wl,-export-dynamic -L/usr/local/lib -ljpeg -lstdc++ -lgcc 1>&5 /usr/libexec/elf/ld: cannot find -ldl ltconfig: failed program was: /*#line 1476 "ltconfig"*/ /* 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. */ #ifdef __cplusplus extern "C" #endif char dlopen(); int main() { dlopen() ; return 0; } ltconfig:1508: checking for dlopen ltconfig:1538: cc -o conftest -O2 -O -pipe -mcpu=i686 -march=i686 -fno-builtin -fno-rtti -fno-exceptions -I/usr/local/include conftest.c -Wl,-export-dynamic -L/usr/local/lib -ljpeg -lstdc++ -lgcc 1>&5 ltconfig:1706: checking for dlfcn.h ltconfig:1717: cc -c -O2 -O -pipe -mcpu=i686 -march=i686 -fno-builtin -fno-rtti -fno-exceptions -I/usr/local/include conftest.c 1>&5 >/dev/null 2>conftest.out ltconfig:1745: checking whether a program can dlopen itself ltconfig:1799: cc -o conftest -O2 -O -pipe -mcpu=i686 -march=i686 -fno-builtin -fno-rtti -fno-exceptions -I/usr/local/include -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -Wl,-export-dynamic -L/usr/local/lib -ljpeg -lstdc++ -lgcc 1>&5 ltconfig:1818: checking whether a statically linked program can dlopen itself ltconfig:1872: cc -o conftest -O2 -O -pipe -mcpu=i686 -march=i686 -fno-builtin -fno-rtti -fno-exceptions -I/usr/local/include -DHAVE_DLFCN_H -Wl,--export-dynamic -static conftest.c -Wl,-export-dynamic -L/usr/local/lib -ljpeg -lstdc++ -lgcc 1>&5 ltconfig: failed program was: /*#line 1826 "ltconfig"*/ #if HAVE_DLFCN_H #include #endif #include #ifdef RTLD_GLOBAL # define LTDL_GLOBAL RTLD_GLOBAL #else # ifdef DL_GLOBAL # define LTDL_GLOBAL DL_GLOBAL # else # define LTDL_GLOBAL 0 # endif #endif /* We may have to define LTDL_LAZY_OR_NOW in the command line if we find out it does not work in some platform. */ #ifndef LTDL_LAZY_OR_NOW # ifdef RTLD_LAZY # define LTDL_LAZY_OR_NOW RTLD_LAZY # else # ifdef DL_LAZY # define LTDL_LAZY_OR_NOW DL_LAZY # else # ifdef RTLD_NOW # define LTDL_LAZY_OR_NOW RTLD_NOW # else # ifdef DL_NOW # define LTDL_LAZY_OR_NOW DL_NOW # else # define LTDL_LAZY_OR_NOW 0 # endif # endif # endif # endif #endif void fnord() { int i=42;} int main() { void *self, *ptr1, *ptr2; self=dlopen(0,LTDL_GLOBAL|LTDL_LAZY_OR_NOW); if(self) { ptr1=dlsym(self,"fnord"); ptr2=dlsym(self,"_fnord"); if(ptr1 || ptr2) { dlclose(self); exit(0); } } exit(1); return 1; } c++ -E conftest.cc ltconfig:670:checking for c++ option to produce PIC ltconfig:679:checking that c++ PIC flag -fPIC -DPIC works. ltconfig:689: c++ -c -O2 -fno-exceptions -fno-check-new -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -Wno-long-long -fno-builtin -O -pipe -mcpu=i686 -march=i686 -fPIC -DPIC -DPIC -I/usr/local/include conftest.cc 1>&5 ltconfig:741: checking if c++ static flag -static works ltconfig:750: c++ -o conftest -O2 -fno-exceptions -fno-check-new -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -Wno-long-long -fno-builtin -O -pipe -mcpu=i686 -march=i686 -I/usr/local/include -static conftest.cc -Wl,-export-dynamic -L/usr/local/lib -ljpeg -lstdc++ -lgcc 1>&5 ltconfig:787: checking if c++ supports -c -o file.o ltconfig:788: c++ -c -O2 -fno-exceptions -fno-check-new -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -Wno-long-long -fno-builtin -O -pipe -mcpu=i686 -march=i686 -o out/conftest2.o -I/usr/local/include conftest.cc 1>&5 ltconfig:841: checking if c++ supports -fno-rtti -fno-exceptions ltconfig:842: c++ -c -O2 -fno-exceptions -fno-check-new -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -Wno-long-long -fno-builtin -O -pipe -mcpu=i686 -march=i686 -fno-rtti -fno-exceptions -c conftest.cc -I/usr/local/include conftest.cc 1>&5 ltconfig:1309: checking if global_symbol_pipe works ltconfig:1310: c++ -c -O2 -fno-exceptions -fno-check-new -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -Wno-long-long -fno-builtin -O -pipe -mcpu=i686 -march=i686 -I/usr/local/include conftest.cc 1>&5 ltconfig:1313: eval "/usr/bin/nm -B conftest.o | sed -n -e 's/^.*[ ]\([ABCDGISTW]\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' > conftest.nm" ltconfig:1365: c++ -o conftest -O2 -fno-exceptions -fno-check-new -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -Wno-long-long -fno-builtin -O -pipe -mcpu=i686 -march=i686 -fno-builtin -fno-rtti -fno-exceptions -I/usr/local/include conftest.cc conftstm.o 1>&5 ltconfig:1706: checking for dlfcn.h ltconfig:1745: checking whether a program can dlopen itself ltconfig:1818: checking whether a statically linked program can dlopen itself configure:3014: checking for object suffix configure:3020: cc -c -O2 -O -pipe -mcpu=i686 -march=i686 -I/usr/local/include conftest.c 1>&5 configure:3040: checking for executable suffix configure:3050: cc -o conftest -O2 -O -pipe -mcpu=i686 -march=i686 -I/usr/local/include conftest.c -Wl,-export-dynamic -L/usr/local/lib -ljpeg -lstdc++ -lgcc 1>&5 configure:3091: checking for AIX configure:3116: checking for minix/config.h configure:3126: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out configure:3122: minix/config.h: No such file or directory configure: failed program was: #line 3121 "configure" #include "confdefs.h" #include configure:3172: checking for main in -lcompat configure:3187: cc -o conftest -O2 -O -pipe -mcpu=i686 -march=i686 -I/usr/local/include conftest.c -lcompat -Wl,-export-dynamic -L/usr/local/lib -ljpeg -lstdc++ -lgcc 1>&5 configure:3209: checking for crypt in -lcrypt configure:3228: cc -o conftest -O2 -O -pipe -mcpu=i686 -march=i686 -I/usr/local/include conftest.c -lcrypt -Wl,-export-dynamic -L/usr/local/lib -ljpeg -lstdc++ -lgcc 1>&5 configure:3302: checking for the third argument of getsockname configure:3331: c++ -c -O2 -fno-exceptions -fno-check-new -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -Wno-long-long -fno-builtin -O -pipe -mcpu=i686 -march=i686 -I/usr/local/include conftest.C 1>&5 configure:3402: checking for dnet_ntoa in -ldnet configure:3421: cc -o conftest -O2 -O -pipe -mcpu=i686 -march=i686 -I/usr/local/include conftest.c -ldnet -Wl,-export-dynamic -L/usr/local/lib -ljpeg -lstdc++ -lgcc 1>&5 /usr/libexec/elf/ld: cannot find -ldnet configure: failed program was: #line 3410 "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:3443: checking for dnet_ntoa in -ldnet_stub configure:3462: cc -o conftest -O2 -O -pipe -mcpu=i686 -march=i686 -I/usr/local/include conftest.c -ldnet_stub -Wl,-export-dynamic -L/usr/local/lib -ljpeg -lstdc++ -lgcc 1>&5 /usr/libexec/elf/ld: cannot find -ldnet_stub configure: failed program was: #line 3451 "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:3484: checking for inet_ntoa configure:3512: cc -o conftest -O2 -O -pipe -mcpu=i686 -march=i686 -I/usr/local/include conftest.c -Wl,-export-dynamic -L/usr/local/lib -ljpeg -lstdc++ -lgcc 1>&5 configure:3574: checking for connect configure:3602: cc -o conftest -O2 -O -pipe -mcpu=i686 -march=i686 -I/usr/local/include conftest.c -Wl,-export-dynamic -L/usr/local/lib -ljpeg -lstdc++ -lgcc 1>&5 configure:3665: checking for remove configure:3693: cc -o conftest -O2 -O -pipe -mcpu=i686 -march=i686 -I/usr/local/include conftest.c -Wl,-export-dynamic -L/usr/local/lib -ljpeg -lstdc++ -lgcc 1>&5 configure:3757: checking for shmat configure:3785: cc -o conftest -O2 -O -pipe -mcpu=i686 -march=i686 -I/usr/local/include conftest.c -Wl,-export-dynamic -L/usr/local/lib -ljpeg -lstdc++ -lgcc 1>&5 configure:3851: checking for killpg in -lucb configure:3870: cc -o conftest -O2 -O -pipe -mcpu=i686 -march=i686 -I/usr/local/include conftest.c -lucb -Wl,-export-dynamic -L/usr/local/lib -ljpeg -lstdc++ -lgcc 1>&5 /usr/libexec/elf/ld: cannot find -lucb configure: failed program was: #line 3859 "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 killpg(); int main() { killpg() ; return 0; } configure:3939: checking size of int configure:3958: cc -o conftest -O2 -O -pipe -mcpu=i686 -march=i686 -I/usr/local/include conftest.c -Wl,-export-dynamic -L/usr/local/lib -ljpeg -lstdc++ -lgcc 1>&5 configure:3977: checking size of long configure:3996: cc -o conftest -O2 -O -pipe -mcpu=i686 -march=i686 -I/usr/local/include conftest.c -Wl,-export-dynamic -L/usr/local/lib -ljpeg -lstdc++ -lgcc 1>&5 configure:4015: checking size of char * configure:4034: cc -o conftest -O2 -O -pipe -mcpu=i686 -march=i686 -I/usr/local/include conftest.c -Wl,-export-dynamic -L/usr/local/lib -ljpeg -lstdc++ -lgcc 1>&5 configure:4055: checking for dlopen in -ldl configure:4099: checking for shl_unload in -ldld configure:4118: cc -o conftest -O2 -O -pipe -mcpu=i686 -march=i686 -I/usr/local/include conftest.c -ldld -Wl,-export-dynamic -L/usr/local/lib -ljpeg -lstdc++ -lgcc 1>&5 /usr/libexec/elf/ld: cannot find -ldld configure: failed program was: #line 4107 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char shl_unload(); int main() { shl_unload() ; return 0; } configure:4146: checking for bool configure:4169: c++ -c -O2 -fno-exceptions -fno-check-new -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -Wno-long-long -fno-builtin -O -pipe -mcpu=i686 -march=i686 -I/usr/local/include conftest.C 1>&5 configure: In function `int main()': configure:4165: warning: unused variable `bool aBool' configure:4193: checking for extra includes configure:4224: checking for extra libs configure:4258: checking for libz configure:4284: cc -o conftest -O2 -O -pipe -mcpu=i686 -march=i686 -I/usr/local/include conftest.c -L/usr/local/lib -lz 1>&5 configure:4314: checking for X configure:4353: cc -E -I/usr/local/include conftest.c >/dev/null 2>conftest.out configure:4349: X11/Intrinsic.h: No such file or directory configure: failed program was: #line 4348 "configure" #include "confdefs.h" #include configure:4429: cc -o conftest -O2 -O -pipe -mcpu=i686 -march=i686 -I/usr/local/include conftest.c -lXt -Wl,-export-dynamic -L/usr/local/lib -ljpeg -lstdc++ -lgcc 1>&5 /usr/libexec/elf/ld: cannot find -lXt configure: failed program was: #line 4422 "configure" #include "confdefs.h" int main() { XtMalloc() ; return 0; } configure:4600: checking for IceConnectionNumber in -lICE configure:4619: cc -o conftest -O2 -O -pipe -mcpu=i686 -march=i686 -I/usr/local/include -L/usr/X11R6/lib conftest.c -lICE -Wl,-export-dynamic -L/usr/local/lib -ljpeg -lstdc++ -lgcc 1>&5 configure:4648: checking for libXext configure:4671: cc -o conftest -O2 -O -pipe -mcpu=i686 -march=i686 -I/usr/local/include -L/usr/X11R6/lib -L/usr/local/lib conftest.c -lXext -lX11 1>&5 configure:4759: checking for libpng configure:4789: cc -o conftest -O2 -O -pipe -mcpu=i686 -march=i686 -I/usr/X11R6/include -I/usr/local/include conftest.c -Wl,-export-dynamic -L/usr/local/lib -ljpeg -lstdc++ -lgcc -L/usr/X11R6/lib -L/usr/local/lib -lpng -lz -lm -lX11 1>&5 configure:4821: checking for libjpeg6b configure:4857: cc -o conftest -O2 -O -pipe -mcpu=i686 -march=i686 -I/usr/local/include conftest.c -L/usr/X11R6/lib -L/usr/local/lib -ljpeg6b -lm 1>&5 /usr/libexec/elf/ld: cannot find -ljpeg6b configure: failed program was: #line 4836 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ struct jpeg_decompress_struct; typedef struct jpeg_decompress_struct * j_decompress_ptr; typedef int size_t; #ifdef __cplusplus extern "C" { #endif void jpeg_CreateDecompress(j_decompress_ptr cinfo, int version, size_t structsize); #ifdef __cplusplus } #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ int main() { jpeg_CreateDecompress(0L, 0, 0); ; return 0; } configure:4879: checking for libjpeg configure:4915: cc -o conftest -O2 -O -pipe -mcpu=i686 -march=i686 -I/usr/local/include conftest.c -L/usr/X11R6/lib -L/usr/local/lib -ljpeg -lm 1>&5 configure:5019: checking for Qt configure:5180: rm -rf SunWS_cache; c++ -o conftest -O2 -fno-exceptions -fno-check-new -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -Wno-long-long -fno-builtin -O -pipe -mcpu=i686 -march=i686 -I/usr/X11R6/include/qt2 -I/usr/X11R6/include -I/usr/local/include -L/usr/X11R6/lib -L/usr/X11R6/lib -L/usr/local/lib conftest.C -Wl,-export-dynamic -L/usr/local/lib -ljpeg -lstdc++ -lgcc -lqt2 -lpng -lz -lm -ljpeg -lXext -lX11 -lSM -lICE 1>&5 conftest.C: In function `int main()': conftest.C:20: warning: unused variable `int magnolia' conftest.C:15: warning: unused variable `class QStringList * t' /usr/X11R6/lib/libGL.so.1: undefined reference to `pthread_getspecific' /usr/X11R6/lib/libGL.so.1: undefined reference to `pthread_key_create' /usr/X11R6/lib/libGL.so.1: undefined reference to `pthread_setspecific' configure: failed program was: #include "confdefs.h" #include #include #include #include #include #include #include #include #if ! (QT_VERSION >= 221) #error 1 #endif int main() { QStringList *t = new QStringList(); QIconView iv(0); iv.setWordWrapIconText(false); QString s; s.setLatin1("Elvis is alive", 14); int magnolia = QEvent::Speech; /* new in 2.2 beta2 */ return 0; } (end of "config.log") *** Error code 1 Stop in /usr/ports/converters/kdesupport2. *** Error code 1 Stop in /usr/ports/converters/kdesupport2. *** Error code 1 Stop in /usr/ports/converters/kdesupport2. *** Error code 1 Stop in /usr/ports/converters/kdesupport2. *** Error code 1 Stop in /usr/ports/converters/kdesupport2. [root@dante kdesupport2]# exit exit Script done on Thu Feb 15 11:02:22 2001 --0OAP2g/MAC+5xKAE-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message