From owner-freebsd-ports Tue Feb 29 7: 5:35 2000 Delivered-To: freebsd-ports@freebsd.org Received: from europe.std.com (europe.std.com [199.172.62.20]) by hub.freebsd.org (Postfix) with ESMTP id 0CED237BAFE; Tue, 29 Feb 2000 07:05:30 -0800 (PST) (envelope-from kwc@world.std.com) Received: from world.std.com (root@world-f.std.com [199.172.62.5]) by europe.std.com (8.9.3/8.9.3) with ESMTP id KAA16561; Tue, 29 Feb 2000 10:05:21 -0500 (EST) Received: (from kwc@localhost) by world.std.com (8.9.3/8.9.3) id KAA27702; Tue, 29 Feb 2000 10:03:25 -0500 (EST) Date: Tue, 29 Feb 2000 10:03:25 -0500 (EST) From: Kenneth W Cochran Message-Id: <200002291503.KAA27702@world.std.com> To: freebsd-ports@freebsd.org, chuckr@freebsd.org Subject: Trouble installing xpdf port in 3.4-stable Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi... I'm having trouble building & installing xpdf on FreeBSD 3.4-stable, as of 2000/02/28, installed from 3.4-release CDs (& cvsup'ed every week or two since). I've never updated ports. Xpdf does not exist on the CDs, but there is no notation of this. I tried the make while online, so it could download things & it stopped in config. So I tried the make again, this time using "make >& make.log" and am attaching that log. IIRC I had the same problem with the "fresh" 3.4-release CD install (no distfile). Ideas? Thanks, -kc ---------- begin inluded text ---------- ===> Extracting for xpdf-0.90 >> Checksum OK for xpdf-0.90.tgz. >> Checksum OK for xpdf-0.90-fefe-diff.gz. ===> xpdf-0.90 depends on executable: autoconf - found ===> xpdf-0.90 depends on shared library: Xpm.4 - found ===> xpdf-0.90 depends on shared library: t1.9 - not found ===> Verifying install for t1.9 in /usr/ports/devel/t1lib ===> Configuring for t1lib-0.9.2 loading cache ./config.cache checking whether make sets ${MAKE}... yes checking for gcc... cc checking whether the C compiler (cc -O -pipe ) works... yes checking whether the C compiler (cc -O -pipe ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether cc accepts -g... yes checking how to run the C preprocessor... cc -E checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include checking for dnet_ntoa in -ldnet... no checking for dnet_ntoa in -ldnet_stub... no checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking for Athena... libraries in default path, headers in default path checking host system type... i386--freebsd3.4 checking for ranlib... ranlib checking for ld used by GCC... /usr/libexec/elf/ld checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... 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 ... no checking if cc static flag -static works... -static 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 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... freebsd3.4 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 a BSD compatible install... /usr/bin/install -c -o root -g wheel checking whether char is unsigned... no checking size of char... 1 checking size of short... 2 checking size of int... 4 checking size of long... 4 checking size of long long... 8 checking size of float... 4 checking size of double... 8 checking size of long double... 12 checking size of void *... 4 checking for gcc strength-reduce bug... no checking whether external symbols need an underscore prefix... ===> 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:665: checking whether make sets ${MAKE} configure:694: checking for gcc configure:807: checking whether the C compiler (cc -O -pipe ) works configure:823: cc -o conftest -O -pipe conftest.c 1>&5 configure:849: checking whether the C compiler (cc -O -pipe ) is a cross-compiler configure:854: checking whether we are using GNU C configure:863: cc -E conftest.c configure:882: checking whether cc accepts -g configure:914: checking how to run the C preprocessor configure:935: cc -E conftest.c >/dev/null 2>conftest.out configure:998: checking for X configure:1312: checking for dnet_ntoa in -ldnet configure:1331: cc -o conftest -O -pipe conftest.c -ldnet 1>&5 /usr/libexec/elf/ld: cannot open -ldnet: No such file or directory configure: failed program was: #line 1320 "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:1353: checking for dnet_ntoa in -ldnet_stub configure:1372: cc -o conftest -O -pipe conftest.c -ldnet_stub 1>&5 /usr/libexec/elf/ld: cannot open -ldnet_stub: No such file or directory configure: failed program was: #line 1361 "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:1401: checking for gethostbyname configure:1429: cc -o conftest -O -pipe conftest.c 1>&5 configure:1499: checking for connect configure:1527: cc -o conftest -O -pipe conftest.c 1>&5 configure:1591: checking for remove configure:1619: cc -o conftest -O -pipe conftest.c 1>&5 configure:1683: checking for shmat configure:1711: cc -o conftest -O -pipe conftest.c 1>&5 configure:1784: checking for IceConnectionNumber in -lICE configure:1803: cc -o conftest -O -pipe -L/usr/X11R6/lib conftest.c -lICE 1>&5 configure:1855: checking for Athena configure:1886: cc -c -I/usr/X11R6/include -O -pipe -I/usr/X11R6/include conftest.c 1>&5 configure:1960: cc -o conftest -I/usr/X11R6/include -O -pipe -I/usr/X11R6/include -L/usr/X11R6/lib conftest.c -lSM -lICE -lXaw -lXmu -lXext -lXt -lX11 1>&5 configure:2087: checking host system type configure:2110: checking for ranlib configure:2150: checking for ld used by GCC configure:2207: checking if the linker (/usr/libexec/elf/ld) is GNU ld GNU ld version 2.9.1 (with BFD 2.9.1) configure:2223: checking for BSD-compatible nm configure:2260: checking whether ln -s works configure:2338: checking for a BSD compatible install configure:2393: checking whether char is unsigned configure:2456: checking size of char configure:2475: cc -o conftest -O -pipe conftest.c 1>&5 configure:2495: checking size of short configure:2514: cc -o conftest -O -pipe conftest.c 1>&5 configure:2534: checking size of int configure:2553: cc -o conftest -O -pipe conftest.c 1>&5 configure:2573: checking size of long configure:2592: cc -o conftest -O -pipe conftest.c 1>&5 configure:2612: checking size of long long configure:2631: cc -o conftest -O -pipe conftest.c 1>&5 configure:2651: checking size of float configure:2670: cc -o conftest -O -pipe conftest.c 1>&5 configure:2690: checking size of double configure:2709: cc -o conftest -O -pipe conftest.c 1>&5 configure:2729: checking size of long double configure:2748: cc -o conftest -O -pipe conftest.c 1>&5 configure:2768: checking size of void * configure:2787: cc -o conftest -O -pipe conftest.c 1>&5 configure:2812: checking for gcc strength-reduce bug configure:2831: cc -o conftest -O -pipe conftest.c 1>&5 configure:2854: checking whether external symbols need an underscore prefix configure:2873: cc -o conftest -O -pipe conftest.c conftest_asm.s 1>&5 (end of "config.log") To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message