From owner-freebsd-stable Sun Mar 10 14: 3:57 2002 Delivered-To: freebsd-stable@freebsd.org Received: from rutger.owt.com (rutger.owt.com [204.118.6.16]) by hub.freebsd.org (Postfix) with ESMTP id 61A3C37B41E for ; Sun, 10 Mar 2002 14:03:48 -0800 (PST) Received: from owt.com (owt-207-41-94-232.owt.com [207.41.94.232]) by rutger.owt.com (8.9.3/8.9.3) with ESMTP id OAA31357; Sun, 10 Mar 2002 14:03:40 -0800 Message-ID: <3C8BD837.1080809@owt.com> Date: Sun, 10 Mar 2002 14:03:35 -0800 From: Kent Stewart User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20011128 Netscape6/6.2.1 X-Accept-Language: en-us, es-mx MIME-Version: 1.0 To: Salvo Bartolotta Cc: stable@FreeBSD.ORG Subject: Re: buildworld failing References: <1015783173.3c8b9f05599cf@webmail.neomedia.it> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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