Skip site navigation (1)Skip section navigation (2)
Date:      29 Dec 1998 12:53:12 +0100
From:      Anton Berezin <tobez@plab.ku.dk>
To:        Eivind Eklund <eivind@yes.no>
Cc:        Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>, Palle Girgensohn <girgen@partitur.se>, freebsd-current@FreeBSD.ORG
Subject:   Re: make world (aout lkm broken)
Message-ID:  <867lvbw4ev.fsf@lion.plab.ku.dk>
In-Reply-To: Eivind Eklund's message of Mon, 28 Dec 1998 21:35:53 %2B0100
References:  <3687D766.A56CB6F0@partitur.se> <XFMail.981228213526.asmodai@wxs.nl> <19981228213553.N53810@follo.net>

next in thread | previous in thread | raw e-mail | index | archive | help

Eivind Eklund <eivind@yes.no> 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 <tobez@plab.ku.dk>
The Protein Laboratory, University of Copenhagen

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?867lvbw4ev.fsf>