From owner-freebsd-ports Mon May 18 15:38:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA24203 for freebsd-ports-outgoing; Mon, 18 May 1998 15:38:13 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from paris.CS.Berkeley.EDU (paris.CS.Berkeley.EDU [128.32.34.47]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA24194 for ; Mon, 18 May 1998 15:38:10 -0700 (PDT) (envelope-from jmacd@paris.CS.Berkeley.EDU) Received: (from jmacd@localhost) by paris.CS.Berkeley.EDU (8.8.3/8.8.2) id PAA07385; Mon, 18 May 1998 15:38:12 -0700 (PDT) Message-ID: <19980518153811.06823@paris.CS.Berkeley.EDU> Date: Mon, 18 May 1998 15:38:11 -0700 From: Josh MacDonald To: freebsd-ports@FreeBSD.ORG Subject: Re: compiling xdelta-0.18 port References: <199805181049.MAA13200@wit401310.student.utwente.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1 In-Reply-To: <199805181049.MAA13200@wit401310.student.utwente.nl>; from & on Mon, May 18, 1998 at 12:49:05PM +0200 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I've gotten two of these reports already, today. It can't find the _access and ___error symbols. I am going to assume its a problem in current. -josh Quoting & (dalroi@wit401310.student.utwente.nl): > > I can't get the xdelta-0.18 port to compile. I'm running the 3.0-051598 > snapshot on an Intel Pentium with 48 MB of memory. > > I suppose it is some dependency that needs to be included. > > I get the following error: > > > > ranlib .libs/libxdelta.a > creating libxdelta.la > (cd .libs && ln -s ../libxdelta.la libxdelta.la) > cc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -O3 -fomit-frame-pointer -funroll-loops -Wall -O -pipe -c main.c > cc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -O3 -fomit-frame-pointer -funroll-loops -Wall -O -pipe -c getopt.c > getopt.c: In function `_getopt_internal': > getopt.c:476: warning: `indfound' might be used uninitialized in this function > cc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -O3 -fomit-frame-pointer -funroll-loops -Wall -O -pipe -c getopt1.c > /bin/sh ./libtool --mode=link cc -O3 -fomit-frame-pointer -funroll-loops -Wall -O -pipe -o xdelta main.o getopt.o getopt1.o libxdelta.la -L/usr/local/lib -lgdbm -lz > LD_LIBRARY_PATH=".libs:$LD_LIBRARY_PATH" cc -O3 -fomit-frame-pointer -funroll-loops -Wall -O -pipe -o .libs/xdelta main.o getopt.o getopt1.o -R/usr/local/lib -lxdelta -L/usr/local/lib -lgdbm -lz > main.o: Undefined symbol `_access' referenced (use -lc ?) > main.o: Undefined symbol `___error' referenced (use -lc ?) > ld: Spurious undefined symbols: # undefined symbols 2, reported 0 > *** Error code 1 > > Stop. > *** Error code 1 > > Stop. > *** Error code 1 > > Stop. > *** Error code 1 > > Stop. > > > -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message