From owner-freebsd-ports Wed Aug 2 13:45:56 2000 Delivered-To: freebsd-ports@freebsd.org Received: from manatee.mammalia.org (manatee.mammalia.org [216.231.50.6]) by hub.freebsd.org (Postfix) with ESMTP id 8D47B37C107 for ; Wed, 2 Aug 2000 13:45:50 -0700 (PDT) (envelope-from rjoseph@mammalia.org) Received: by manatee.mammalia.org (Postfix, from userid 1000) id 3572711CD70; Wed, 2 Aug 2000 13:45:49 -0700 (PDT) Date: Wed, 2 Aug 2000 13:45:49 -0700 From: R Joseph Wright To: freebsd-ports Subject: x11-toolkits/kde-qt-addon fails Message-ID: <20000802134549.A21327@mammalia.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This port is having trouble finding libraries, such as -ldld and -ldnet (these don't exist on my system). It finally fails looking for -lXext. configure:3338: cc -o conftest -O2 -pipe -I/usr/X11R6/include -I/usr/local/include conftest.c -ldld -Wl,-export-dynamic -L/usr/X11R6/lib -L/usr/local/lib -lqt2 -ljpeg -lgcc -lstdc++ 1>&5 /usr/libexec/elf/ld: cannot find -ldld configure: failed program was: #line 3327 "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:3373: checking for main in -lcompat configure:3388: cc -o conftest -O2 -pipe -I/usr/X11R6/include -I/usr/local/include conftest.c -lcompat -Wl,-export-dynamic -L/usr/X11R6/lib -L/usr/local/lib -lqt2 -ljpeg -lgcc -lstdc++ 1>&5 configure:3410: checking for crypt in -lcrypt configure:3429: cc -o conftest -O2 -pipe -I/usr/X11R6/include -I/usr/local/include conftest.c -lcrypt -Wl,-export-dynamic -L/usr/X11R6/lib -L/usr/local/lib -lqt2 -ljpeg -lgcc -lstdc++ 1>&5 configure:3503: checking for the third argument of getsockname configure:3532: c++ -c -O2 -pipe -I/usr/X11R6/include -I/usr/local/include conftest.C 1>&5 configure:3603: checking for dnet_ntoa in -ldnet configure:3622: cc -o conftest -O2 -pipe -I/usr/X11R6/include -I/usr/local/include conftest.c -ldnet -Wl,-export-dynamic -L/usr/X11R6/lib -L/usr/local/lib -lqt2 -ljpeg -lgcc -lstdc++ 1>&5 /usr/libexec/elf/ld: cannot find -ldnet configure: failed program was: #line 3611 "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:3644: checking for dnet_ntoa in -ldnet_stub configure:3663: cc -o conftest -O2 -pipe -I/usr/X11R6/include -I/usr/local/include conftest.c -ldnet_stub -Wl,-export-dynamic -L/usr/X11R6/lib -L/usr/local/lib -lqt2 -ljpeg -lgcc -lstdc++ 1>&5 /usr/libexec/elf/ld: cannot find -ldnet_stub configure: failed program was: #line 3652 "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(); configure:4554: cc -o conftest -O2 -pipe -I/usr/X11R6/include -I/usr/local/include -L/usr/lib conftest.c -lICE -Wl,-export-dynamic -L/usr/X11R6/lib -L/usr/local/lib -lqt2 -ljpeg -lgcc -lstdc++ 1>&5 configure:4583: checking for libXext configure:4606: cc -o conftest -O2 -pipe -I/usr/X11R6/include -I/usr/local/include -L/usr/lib -L/usr/local/lib conftest.c -lXext -lX11 1>&5 /usr/libexec/elf/ld: cannot find -lXext configure: failed program was: #line 4595 "configure" #include "confdefs.h" #include int main() { printf("hello Xext\n"); ; return 0; } (end of "config.log") *** Error code 1 Stop in /usr/ports/x11-toolkits/kde-qt-addon. *** Error code 1 Stop in /usr/ports/x11-toolkits/kde-qt-addon. *** Error code 1 Stop in /usr/ports/x11-toolkits/kde-qt-addon. *** Error code 1 Stop in /usr/ports/x11-toolkits/kde-qt-addon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message