Date: Sun, 10 Mar 2002 14:03:35 -0800 From: Kent Stewart <kstewart@owt.com> To: Salvo Bartolotta <bartequi@neomedia.it> Cc: stable@FreeBSD.ORG Subject: Re: buildworld failing Message-ID: <3C8BD837.1080809@owt.com> References: <1015783173.3c8b9f05599cf@webmail.neomedia.it>
next in thread | previous in thread | raw e-mail | index | archive | help
Salvo Bartolotta wrote: > My buildworld (RELENG_4 sources as of this morning) dies here: > > [...] > > sh /usr/src/sys/conf/newvers.sh MYSTABLE ^M > cc -c -O -pipe -march=pentiumpro -Wall -Wredundant-decls -Wnested-externs > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual > -fformat-extensions -ansi -nostdinc -I- -I. -I/usr/src/sys > -I/usr/src/sys/../include -I/usr/src/sys/contrib/ipfilter -D_KERNEL -include > opt_global.h -elf -mpreferred-stack-boundary=2 vers.c^M > linking kernel^M > if.o: In function `if_setlladdr':^M > if.o(.text+0x1b40): undefined reference to `arp_ifinit'^M > *** Error code 1^M > ^M > Stop in /usr/obj/usr/src/sys/MYSTABLE.^M > *** Error code 1^M > ^M > Stop in /usr/src.^M > *** Error code 1^M > ^M > Stop in /usr/src.^M > > N.B. I ran the build with NO j option. > > AFAICS (via cvsup, Danish mirror), in the past few hours, i.e. since this > morning, there have been _no changes_ to the sources. I just cvsuped RELENG_4 at 1330 PST (2130 GMT) and have had no problems doing a buildworld. From the path, it looks more like a kernel build. In my buildkernel log I see sh /usr/src/sys/conf/newvers.sh CORAL cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer -arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/../i nclude -I/usr/src/sys/contrib/ipfilter -D_KERNEL -include opt_global.h -elf -mpreferred-stack-boundary=2 vers.c linking kernel and I didn't have any problem. I would suspect that an option changed or you need to recvsup. Kent -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html 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?3C8BD837.1080809>