From owner-freebsd-current@FreeBSD.ORG Sun Jul 4 09:12:56 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D42D16A4CE; Sun, 4 Jul 2004 09:12:56 +0000 (GMT) Received: from cain.gsoft.com.au (cain.gsoft.com.au [203.31.81.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA29743D49; Sun, 4 Jul 2004 09:12:52 +0000 (GMT) (envelope-from doconnor@gsoft.com.au) Received: from inchoate.gsoft.com.au (localhost [127.0.0.1]) (authenticated bits=0) by cain.gsoft.com.au (8.12.11/8.12.10) with ESMTP id i649ChVA099605; Sun, 4 Jul 2004 18:42:44 +0930 (CST) (envelope-from doconnor@gsoft.com.au) From: "Daniel O'Connor" To: freebsd-current@freebsd.org Date: Sun, 4 Jul 2004 18:42:40 +0930 User-Agent: KMail/1.6.2 MIME-Version: 1.0 Content-Disposition: inline Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Message-Id: <200407041842.40290.doconnor@gsoft.com.au> X-Spam-Score: -2.5 () CARRIAGE_RETURNS,MIME_LONG_LINE_QP,PGP_SIGNATURE,SPAM_PHRASE_02_03,USER_AGENT,USER_AGENT_KMAIL X-Scanned-By: MIMEDefang 2.16 (www . roaringpenguin . com / mimedefang) cc: kde@freebsd.org Subject: Can't build kdenetwork X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Jul 2004 09:12:56 -0000 =2D----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 checking for libz... -lz checking for libpng... -lpng -lz -lm checking for libjpeg6b... no checking for libjpeg... -ljpeg checking for perl... /usr/local/bin/perl checking for Qt... configure: error: Qt (>=3D Qt 3.2) (library qt-mt) not f= ound. Please check your installation! =46or more details about this problem, look at the end of config.log. Make sure that you have compiled Qt with thread support! =3D=3D=3D> Script "configure" failed unexpectedly. Please report the problem to kde@FreeBSD.org [maintainer] and attach the "/tmp/work/usr/ports/net/kdenetwork3/work/kdenetwork-3.2.3/config.log" =2D From config.log... configure: 28690: /usr/X11R6/include/qstyle.h taking that configure:28808: rm -rf SunWS_cache; c++ -o conftest -Wnon-virtual-dtor -Wn= o-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -DNDEBUG -DNO_= DEBUG -O2 -O -pipe -fno-exceptions -fno-check-new -fno-common -I/usr/X11R6/include -= I/usr/X11R6/include -DQT_THREAD_SUPPORT -I/usr/local/include -I/usr/loca= l/include -I/usr/X11R6/include -D_GETOPT_H -D_THREAD_SAFE -L/usr/X11R6/lib -L/usr= /X11R6/lib -L/usr/local/lib conftest.cc -Wl,-export-dynamic -L/usr/local/= lib -L/us r/X11R6/lib -ljpeg -L/usr/X11R6/lib -lqt-mt -lpng -lz -lm -ljpeg -lXext = =2DlX11 -lSM -lICE -lpthread 1>&5 /usr/bin/ld: warning: libmng.so.1, needed by /usr/X11R6/lib/libqt-mt.so, no= t found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libGL.so.1, needed by /usr/X11R6/lib/libqt-mt.so, not= found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libXmu.so.6, needed by /usr/X11R6/lib/libqt-mt.so, no= t found (try using -rpath or -rpath-link) etc.. It then whines about a bunch of undefined symbols that would be supplied by those libs. [inchoate 18:39] ~ >ldd /usr/X11R6/lib/libqt-mt.so /usr/X11R6/lib/libqt-mt.so: libc_r.so.5 =3D> /usr/lib/libc_r.so.5 (0x2882b000) libmng.so.1 =3D> /usr/local/lib/libmng.so.1 (0x2884d000) libjpeg.so.9 =3D> /usr/local/lib/libjpeg.so.9 (0x288ab000) libpng.so.5 =3D> /usr/local/lib/libpng.so.5 (0x288c7000) libz.so.2 =3D> /lib/libz.so.2 (0x288e9000) libGL.so.1 =3D> /usr/X11R6/lib/libGL.so.1 (0x288f6000) libXmu.so.6 =3D> /usr/X11R6/lib/libXmu.so.6 (0x2895d000) libXi.so.6 =3D> /usr/X11R6/lib/libXi.so.6 (0x28971000) libXrender.so.1 =3D> /usr/X11R6/lib/libXrender.so.1 (0x28979000) libXrandr.so.2 =3D> /usr/X11R6/lib/libXrandr.so.2 (0x28980000) libXcursor.so.1 =3D> /usr/X11R6/lib/libXcursor.so.1 (0x28983000) libXft.so.2 =3D> /usr/X11R6/lib/libXft.so.2 (0x2898c000) libfreetype.so.9 =3D> /usr/local/lib/libfreetype.so.9 (0x2899d000) libfontconfig.so.1 =3D> /usr/X11R6/lib/libfontconfig.so.1 (0x28a010= 00) libXext.so.6 =3D> /usr/X11R6/lib/libXext.so.6 (0x28a26000) libX11.so.6 =3D> /usr/X11R6/lib/libX11.so.6 (0x28a33000) libSM.so.6 =3D> /usr/X11R6/lib/libSM.so.6 (0x28aed000) libICE.so.6 =3D> /usr/X11R6/lib/libICE.so.6 (0x28af5000) libstdc++.so.4 =3D> /usr/lib/libstdc++.so.4 (0x28b0a000) libm.so.2 =3D> /lib/libm.so.2 (0x28bbc000) liblcms.so.1 =3D> /usr/local/lib/liblcms.so.1 (0x28bd5000) libGLcore.so.1 =3D> /usr/X11R6/lib/libGLcore.so.1 (0x28bf0000) libXt.so.6 =3D> /usr/X11R6/lib/libXt.so.6 (0x2908c000) libexpat.so.5 =3D> /usr/local/lib/libexpat.so.5 (0x290d4000) !? =2D --=20 Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C =2D----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFA58oI5ZPcIHs/zowRAk5tAJ4yl734dftkuZbSONr7gSMKF/jqxwCfc0db ZvYspfjUTYxO5jrJb/41g/c=3D =3DZQ9x =2D----END PGP SIGNATURE-----