From owner-freebsd-current Tue Dec 29 03:52:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA21182 for freebsd-current-outgoing; Tue, 29 Dec 1998 03:52:39 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from lion.plab.ku.dk (lion.plab.ku.dk [130.225.105.49]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA21177 for ; Tue, 29 Dec 1998 03:52:37 -0800 (PST) (envelope-from tobez@lion.plab.ku.dk) Received: from localhost (3315 bytes) by lion.plab.ku.dk via sendmail with P:stdio/R:bind_hosts/T:inet_zone_bind_smtp (sender: ) (ident using unix) id for ; Tue, 29 Dec 1998 12:53:12 +0100 (CET) (Smail-3.2.0.101 1997-Dec-17 #1 built 1998-Nov-8) To: Eivind Eklund Cc: Jeroen Ruigrok/Asmodai , Palle Girgensohn , freebsd-current@FreeBSD.ORG Subject: Re: make world (aout lkm broken) References: <3687D766.A56CB6F0@partitur.se> <19981228213553.N53810@follo.net> From: Anton Berezin Date: 29 Dec 1998 12:53:12 +0100 In-Reply-To: Eivind Eklund's message of Mon, 28 Dec 1998 21:35:53 +0100 Message-ID: <867lvbw4ev.fsf@lion.plab.ku.dk> Lines: 77 X-Mailer: Gnus v5.3/Emacs 19.34 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Eivind Eklund writes: > On Mon, Dec 28, 1998 at 09:35:26PM +0100, Jeroen Ruigrok/Asmodai wrote: > > On 28-Dec-98 Palle Girgensohn wrote: > > > Hi! > > > > > > I removed /usr/src/lkm, re-cvsupped, made clean, amd remade. It walks > > > past the lkm (it's removed completely in current as of a few days ago). > > > I have other problems, though: > > > > > > cc -O -pipe -DYP -I/usr/obj/aout/disk3/src/tmp/usr/include/rpcsvc > > > -I/usr/obj/aout/disk3/src/tmp/usr/include > > > -I/usr/obj/aout/disk3/src/tmp/usr/include -c nfs_prot_xdr.c -o > > > nfs_prot_xdr.o > > > In file included from nfs_prot_xdr.c:6: > > > /usr/obj/aout/disk3/src/tmp/usr/include/rpcsvc/nfs_prot.h:265: parse > > > error before `uint64' > > > This problem is due to rpcgen being severely out of date, and somebody > breaking the search for the freshly built rpcgen in 'make buildworld'. > > I've not yet traced down exactly why or when the search was broken, > but it probably needs to be fixed if upgrades from old -currents or > from -stable are to work. Thanks for the implicit suggestion. ;-) Seriously, for those of you who like me had this nfs_prot.h problems trying to upgrade from 2.2.7 --- it helps: # cd /usr/src/usr.bin/rpcgen # make && make install # cd ../.. # make aout-to-elf-build Unfortunately, there is another problem further ahead: cc -O -pipe -I/usr/src/usr.sbin/i4b/isdnd/../isdnmonitor -I/usr/src/usr.sbin/i4b /isdnd/../isdntel -I/usr/obj/elf/usr/src/usr.sbin/i4b/isdnd -DDEBUG -DUSE_RTPRIO -DUSE_CURSES -DI4B_EXTERNAL_MONITOR -I/usr/obj/elf/usr/src/tmp/usr/include -o isdnd rc_parse.o rc_scan.o main.o rc_config.o log.o curses.o process.o rates.o msghdl.o fsm.o support.o timer.o exec.o dial.o monitor.o pcause.o controller.o a lias.o -lcurses /usr/obj/aout/usr/src/tmp/usr/libexec/elf/ld: warning: libtermcap.so.2, needed b y /usr/obj/elf/usr/src/tmp/usr/lib/libcurses.so, not found (try using --rpath) /usr/obj/elf/usr/src/tmp/usr/lib/libcurses.so: undefined reference to `tgetnum' /usr/obj/elf/usr/src/tmp/usr/lib/libcurses.so: undefined reference to `tgoto' /usr/obj/elf/usr/src/tmp/usr/lib/libcurses.so: undefined reference to `tgetflag' /usr/obj/elf/usr/src/tmp/usr/lib/libcurses.so: undefined reference to `tputs' /usr/obj/elf/usr/src/tmp/usr/lib/libcurses.so: undefined reference to `tgetent' /usr/obj/elf/usr/src/tmp/usr/lib/libcurses.so: undefined reference to `tgetstr' *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. -- Anton Berezin The Protein Laboratory, University of Copenhagen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message