Date: Fri, 03 Nov 2000 13:49:35 -0800 From: Kent Stewart <kstewart@urx.com> To: Joachim =?iso-8859-1?Q?Str=F6mbergson?= <watchman@ludd.luth.se> Cc: FreeBSD-Stable <freebsd-stable@FreeBSD.ORG> Subject: Re: Buildworld failure of STABLE as of 18:00 CET 2000-11-03 Message-ID: <3A0332EF.9E175525@urx.com> References: <3A032D99.9345F708@ludd.luth.se>
next in thread | previous in thread | raw e-mail | index | archive | help
Joachim Strömbergson wrote: > > Hi! > > cvsupped 18:00 CET to try the 4.2 Beta. ran buildworld (-j2 flag) and it > crashed with the following message: > > gzip -cn /usr/src/usr.sbin/ppp/ppp.8 > ppp.8.gz > /usr/src/usr.sbin/ppp/ether.c: In function `ether_MessageIn': > /usr/src/usr.sbin/ppp/ether.c:212: warning: implicit declaration of > function `mkfdset' > /usr/src/usr.sbin/ppp/ether.c:212: warning: assignment makes pointer > from integer without a cast > /usr/src/usr.sbin/ppp/ether.c:216: warning: implicit declaration of > function `zerofdset' > cc -march=i686 -Wall -DHAVE_DES -I/usr/obj/usr/src/i386/usr/include > -o ppp acf.o arp.o async.o auth.o bundle.o cbcp.o ccp.o chap.o chat.o > command.o datalink.o deflate.o defs.o exec.o filter.o fsm.o hdlc.o > iface.o ip.o ipcp.o iplist.o lcp.o link.o log.o lqr.o main.o mbuf.o mp.o > pap.o physical.o pred.o probe.o prompt.o proto.o route.o server.o sig.o > slcompress.o sync.o systems.o tcp.o throughput.o timer.o tty.o tun.o > udp.o vjcomp.o nat_cmd.o id.o chap_ms.o radius.o i4b.o ether.o -lcrypt > -lmd -lutil -lz -lalias -lcrypto -lradius -lnetgraph > ether.o: In function `ether_MessageIn': > ether.o(.text+0x395): undefined reference to `mkfdset' > ether.o(.text+0x3c4): undefined reference to `zerofdset' > *** Error code 1 > 1 error > *** Error code 2 > 1 error > *** Error code 2 > 1 error > *** Error code 2 > 1 error > *** Error code 2 > 1 error > > Last buildworld after cvsup was last saturday and that buildworld was a > success. I just finished my morning build. The times are PDT (-8 GMT). The logfile times are jade# ll *1103-* -rw-r--r-- 1 root wheel 428753 Nov 3 12:48 bkernel-20001103-1238.log -rw-r--r-- 1 root wheel 5967373 Nov 3 12:38 bworld-20001103-1109.log -rw-r--r-- 1 root wheel 10723 Nov 3 12:48 ikernel-20001103-1248.log -rw-r--r-- 1 root wheel 503187 Nov 3 12:54 iworld-20001103-1248.log There have been some complaints about buildworlds failing with the -j option specified. You might leave that off an try it again. I didn't specify a -j parameter and it worked. My build around where yours died is quite different. It went cc -O -pipe -march=i686 -Wall -DHAVE_DES -I/usr/obj/usr/src/i386/usr/include -c /usr/src/usr.s bin/ppp/ether.c cc -O -pipe -march=i686 -Wall -DHAVE_DES -I/usr/obj/usr/src/i386/usr/include -o ppp acf.o arp .o async.o auth.o bundle.o cbcp.o ccp.o chap.o chat.o command.o datalink.o deflate.o defs.o exec .o filter.o fsm.o hdlc.o iface.o ip.o ipcp.o iplist.o lcp.o link.o log.o lqr.o main.o mbuf.o mp. o pap.o physical.o pred.o probe.o prompt.o proto.o route.o server.o sig.o slcompress.o sync.o sy stems.o tcp.o throughput.o timer.o tty.o tun.o udp.o vjcomp.o nat_cmd.o id.o chap_ms.o radius.o i4b.o ether.o -lcrypt -lmd -lutil -lz -lalias -lcrypto -lradius -lnetgraph gzip -cn /usr/src/usr.sbin/ppp/ppp.8 > ppp.8.gz ===> usr.sbin/pppctl Since I didn't even have a warning, I would suspect something in your file system is corrupt. FWIW, I cvsup'ed at 1109 (1909 GMT) 3-Nov. Kent -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://kstewart.urx.com/kstewart/index.html FreeBSD News http://daily.daemonnews.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3A0332EF.9E175525>