cvsup from yesterday and another try today. Attempting to upgrade 5.2.1 RC2 system. I read UPDATING but did not see any hints and ran mergemaster -p. Any ideas? 3 pieces follow 1) make of routed 2) uname from System 3) output from make -B buildword -------------------------------------------------------------------- Also tried to compile /usr/src/sbin/routed manualy with following results: cd /usr/src/rescue/rescue/../../sbin/routed && make -DRESCUE CRUNCH_CFLAGS=-DRESCUE depend && make -DRESCUE CRUNCH_CFLAGS=-DRESCUE if.o input.o main.o output.o parms.o radix.o rdisc.o table.o trace.o ===> rtquery cc -O -pipe -mcpu=pentiumpro -DRESCUE -c /usr/src/sbin/routed/if.c cc -O -pipe -mcpu=pentiumpro -DRESCUE -c /usr/src/sbin/routed/input.c /usr/src/sbin/routed/input.c: In function `ck_passwd': /usr/src/sbin/routed/input.c:978: error: `RIP_AUTH_MD5_HASH_LEN' undeclared (first use in this function) /usr/src/sbin/routed/input.c:978: error: (Each undeclared identifier is reported only once /usr/src/sbin/routed/input.c:978: error: for each function it appears in.) /usr/src/sbin/routed/input.c:1001: error: `RIP_AUTH_MD5_HASH_XTRA' undeclared (first use in this function) /usr/src/sbin/routed/input.c:1002: error: `RIP_AUTH_MD5_KEY_LEN' undeclared (first use in this function) *** Error code 1 Stop in /usr/src/sbin/routed. freebsd3# ---------------------------------------------------------------------- ------ More Info: freebsd3# uname -a FreeBSD freebsd3.icarz.com 5.2.1-RC2 FreeBSD 5.2.1-RC2 #0: Thu Feb 12 16:28:31 GMT 2004 root_at_wv1u.btc.adaptec.com:/usr/obj/usr/src/sys/GENERIC i386 `rcorder.o' is up to date. (cd /usr/src/rescue/rescue/../../sbin/route && make -DRESCUE CRUNCH_CFLAGS=-DRESCUE depend && make -DRESCUE CRUNCH_CFLAGS=-DRESCUE route.o) `route.o' is up to date. (cd /usr/src/rescue/rescue/../../sbin/routed && make -DRESCUE CRUNCH_CFLAGS=-DRESCUE depend && make -DRESCUE CRUNCH_CFLAGS=-DRESCUE if.o input.o main.o output.o parms.o radix.o rdisc.o table.o trace.o) +for: not found *** Error code 127 Stop in /usr/src/sbin/routed. *** Error code 1 etc, etc. ----- Original Message ----- From: "Rainer Duffner" <rainer_at_ultra-secure.de> To: <freebsd-current_at_freebsd.org> Sent: Tuesday, August 10, 2004 11:26 AM Subject: buildworld problem > Hi, > > I get this: > .... > mkdep -f .depend -a -DRRESTORE -DRESCUE /usr/src/sbin/restore/main.c > /usr/src/sbin/restore/interactive.c /usr/src/sbin/restore/restore.c > /usr/src/sbin/restore/dirs.c /usr/src/sbin/restore/symtab.c > /usr/src/sbin/restore/tape.c /usr/src/sbin/restore/utilities.c > /usr/src/sbin/restore/../dump/dumprmt.c > echo restore: /usr/obj/usr/src/i386/usr/lib/libc.a >> .depend > cc -O -pipe -DRRESTORE -DRESCUE -c /usr/src/sbin/restore/main.c > cc -O -pipe -DRRESTORE -DRESCUE -c /usr/src/sbin/restore/interactive.c > cc -O -pipe -DRRESTORE -DRESCUE -c /usr/src/sbin/restore/restore.c > cc -O -pipe -DRRESTORE -DRESCUE -c /usr/src/sbin/restore/dirs.c > cc -O -pipe -DRRESTORE -DRESCUE -c /usr/src/sbin/restore/symtab.c > cc -O -pipe -DRRESTORE -DRESCUE -c /usr/src/sbin/restore/tape.c > cc -O -pipe -DRRESTORE -DRESCUE -c /usr/src/sbin/restore/utilities.c > cc -O -pipe -DRRESTORE -DRESCUE -c /usr/src/sbin/restore/../dump/dumprmt.c > (cd /usr/src/rescue/rescue/../../sbin/rcorder && make -DRESCUE > CRUNCH_CFLAGS=-DRESCUE depend && make -DRESCUE CRUNCH_CFLAGS=-DRESCUE > ealloc.o hash.o rcorder.o) > ln -sf /usr/src/sbin/rcorder/../../lib/libutil/libutil.h util.h > rm -f .depend > mkdep -f .depend -a -DORDER -I. -DRESCUE /usr/src/sbin/rcorder/ealloc.c > /usr/src/sbin/rcorder/hash.c /usr/src/sbin/rcorder/rcorder.c > echo rcorder: /usr/obj/usr/src/i386/usr/lib/libc.a > /usr/obj/usr/src/i386/usr/lib/libutil.a >> .depend > cc -O -pipe -DORDER -I. -DRESCUE -c /usr/src/sbin/rcorder/ealloc.c > cc -O -pipe -DORDER -I. -DRESCUE -c /usr/src/sbin/rcorder/hash.c > cc -O -pipe -DORDER -I. -DRESCUE -c /usr/src/sbin/rcorder/rcorder.c > (cd /usr/src/rescue/rescue/../../sbin/route && make -DRESCUE > CRUNCH_CFLAGS=-DRESCUE depend && make -DRESCUE CRUNCH_CFLAGS=-DRESCUE > route.o) > sed -e '/^#/d' -e '/^$/d' /usr/src/sbin/route/keywords > _keywords.tmp > LC_ALL=C tr 'a-z' 'A-Z' < _keywords.tmp | paste _keywords.tmp - | awk '{ > if (NF > 1) printf "#define\tK_%s\t%d\n\t{\"%s\", K_%s},\n", $2, NR, $1, > $2 }' > keywords.h > rm -f _keywords.tmp > rm -f .depend > mkdep -f .depend -a -I. -DNS -DINET6 -DRESCUE /usr/src/sbin/route/route.c > echo route: /usr/obj/usr/src/i386/usr/lib/libc.a >> .depend > cc -O -pipe -I. -Wall -DNS -DINET6 -DRESCUE -c /usr/src/sbin/route/route.c > (cd /usr/src/rescue/rescue/../../sbin/routed && make -DRESCUE > CRUNCH_CFLAGS=-DRESCUE depend && make -DRESCUE CRUNCH_CFLAGS=-DRESCUE if.o > input.o main.o output.o parms.o radix.o rdisc.o table.o trace.o) > rm -f .depend > mkdep -f .depend -a -DRESCUE /usr/src/sbin/routed/if.c > /usr/src/sbin/routed/input.c /usr/src/sbin/routed/main.c > /usr/src/sbin/routed/output.c /usr/src/sbin/routed/parms.c > /usr/src/sbin/routed/radix.c /usr/src/sbin/routed/rdisc.c > /usr/src/sbin/routed/table.c /usr/src/sbin/routed/trace.c > echo routed: /usr/obj/usr/src/i386/usr/lib/libc.a > /usr/obj/usr/src/i386/usr/lib/libmd.a >> .depend > +for: not found > *** Error code 127 > > Stop in /usr/src/sbin/routed. > *** Error code 1 > > Stop in /usr/obj/usr/src/rescue/rescue. > *** Error code 1 > > Stop in /usr/src/rescue/rescue. > *** Error code 1 > > Stop in /usr/src/rescue. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > > > Has this been fixed ? > Or where would I need to look ? > > > Rainer > _______________________________________________ > freebsd-current_at_freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe_at_freebsd.org" >Received on Wed Aug 11 2004 - 15:54:53 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:05 UTC