Date: Thu, 14 Sep 2000 20:01:47 +0200 From: "Oliver Fehr" <Oliver.Fehr@ofehr.com> To: <freebsd-alpha@freebsd.org> Subject: RE: Make buildworld dies 4.1-STABLE.. Message-ID: <LEENKHNKFIPJELJAOGJAMEEMCAAA.Oliver.Fehr@ofehr.com> In-Reply-To: <200009141252.IAA24566@account.abs.net>
next in thread | previous in thread | raw e-mail | index | archive | help
The same happened to me 3 days ago on a DEC Personal WS 500au, the Intels did just go fine. The problem seems to be in dev_net.c with differing number of arguments: line 200: int bootp(int sock) line 222: bootp(sock,BOOTP_NONE) If I read the files correctly think there should be two arguments in line 220 according to /usr/src/lib/libstand/net.h. Cheers Oliver > -----Original Message----- > From: owner-freebsd-alpha@FreeBSD.ORG > [mailto:owner-freebsd-alpha@FreeBSD.ORG]On Behalf Of Howard Leadmon > Sent: Thursday, September 14, 2000 2:52 PM > To: freebsd-alpha@freebsd.org > Subject: Make buildworld dies 4.1-STABLE.. > > > > Wanted to see if anyone had any ideas on what may be causing this, or > has gotten broken in 4.1 STABLE. I did a cvsup on several of my machines > last night (some Intel, and some Alpha), and when trying to run a make > buildworld on my Intel's all went just fine. When trying to make > buildworld > on my Alpha's (PC164SX-533's) things blow up with the following: > > cc -O -pipe -DLOADER_NET_SUPPORT > -I/usr/src/sys/boot/alpha/netboot/../../ficl > -I/usr/src/sys/boot/alpha/netboot/../../ficl/alpha -DBOOT_FORTH > -mno-fp-regs -I/usr/src/sys/boot/alpha/netboot/../../common > -I/usr/src/sys/boot/alpha/netboot > -I/usr/src/sys/boot/alpha/netboot/../../.. -I. > -DPRIMARY_LOAD_ADDRESS=0x20000000 > -DSECONDARY_LOAD_ADDRESS=0x2000c000 -Wall > -I/usr/src/sys/boot/alpha/netboot/../../../../lib/libstand > -I/usr/src/sys/boot/alpha/netboot/.. > -I/usr/obj/usr/src/alpha/usr/include -c > /usr/src/sys/boot/alpha/netboot/../../common/dev_net.c > /usr/src/sys/boot/alpha/netboot/../../common/dev_net.c:200: > conflicting types for `bootp' > /usr/src/sys/boot/alpha/netboot/../../../../lib/libstand/net.h:117 > : previous declaration of `bootp' > /usr/src/sys/boot/alpha/netboot/../../common/dev_net.c: In > function `net_getparams': > /usr/src/sys/boot/alpha/netboot/../../common/dev_net.c:222: too > many arguments to function `bootp' > *** Error code 1 > > Stop in /usr/src/sys/boot/alpha/netboot. > *** Error code 1 > > Stop in /usr/src/sys/boot/alpha. > *** Error code 1 > > Stop in /usr/src/sys/boot. > *** Error code 1 > > Stop in /usr/src/sys. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > > > > Anyone have any ideas, or know if this has been fixed??? > > > --- > Howard Leadmon - howardl@abs.net - http://www.abs.net > ABSnet Internet Services - Phone: 410-361-8160 - FAX: 410-361-8162 > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-alpha" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?LEENKHNKFIPJELJAOGJAMEEMCAAA.Oliver.Fehr>