From owner-freebsd-stable Thu Aug 5 6:27: 3 1999 Delivered-To: freebsd-stable@freebsd.org Received: from mail.greatbasin.net (mail.greatbasin.net [207.228.35.39]) by hub.freebsd.org (Postfix) with ESMTP id 3771F154A9 for ; Thu, 5 Aug 1999 06:26:58 -0700 (PDT) (envelope-from dan@jgl.reno.nv.us) Received: from pandora.home (rno-max2-44.gbis.net [207.228.60.172]) by mail.greatbasin.net (8.9.3/8.9.3) with ESMTP id GAA12456; Thu, 5 Aug 1999 06:26:36 -0700 (PDT) Received: from danco (danco.home [10.0.0.2]) by pandora.home (8.9.3/8.9.2) with SMTP id GAA04838; Thu, 5 Aug 1999 06:26:34 -0700 (PDT) (envelope-from dan@jgl.reno.nv.us) Message-ID: <000901bedf46$24058980$0200000a@home> From: "Dan O'Connor" To: "Charles Quarri" , References: Subject: Re: /usr/src/contrib/isc-dhcp Broken Date: Thu, 5 Aug 1999 06:26:33 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Last night I installed FBSD 3.2 on our server at work (it was a Win95 machine serving 8 people), updated sources via cvsup, and ran a make world. I got the exact same error message. This was the first time in 9 months of tinkering with FreeBSD that I've had a make world fail, so, needless to say, I was a little freaked. But it's nice to know it's not just me. Hopefully, the source for this will get fixed quickly... --Dan ** The thing I like most about Windows 98 is... ** You can download FreeBSD with it! ----- Original Message ----- From: Charles Quarri To: Sent: Thursday, August 05, 1999 4:41 AM Subject: /usr/src/contrib/isc-dhcp Broken > I tried rebuilding last night, and it appears that isc-dhcp is broken, > here is the error I got: > > cc -nostdinc -O -pipe -I/usr/src/sbin/dhclient/../../contrib/isc-dhcp/includ es -I/usr/src/sbin/dhclient/../../contrib/isc-dhcp -I/usr/obj/usr/src/tmp/ usr/include -c /usr/src/sbin/dhclient/../../contrib/isc-dhcp/common/tables.c > cc -nostdinc -O -pipe -I/usr/src/sbin/dhclient/../../contrib/isc-dhcp/includ es -I/usr/src/sbin/dhclient/../../contrib/isc-dhcp -I/usr/obj/usr/src/tmp/ usr/include -c /usr/src/sbin/dhclient/../../contrib/isc-dhcp/common/tree.c > cc -nostdinc -O -pipe -I/usr/src/sbin/dhclient/../../contrib/isc-dhcp/includ es -I/usr/src/sbin/dhclient/../../contrib/isc-dhcp -I/usr/obj/usr/src/tmp/ usr/include -c /usr/src/sbin/dhclient/../../contrib/isc-dhcp/common/upf.c > cc -nostdinc -O -pipe -I/usr/src/sbin/dhclient/../../contrib/isc-dhcp/includ es -I/usr/src/sbin/dhclient/../../contrib/isc-dhcp -I/usr/obj/usr/src/tmp/ usr/include -static -o dhclient clparse.o dhclient.o alloc.o bpf.o conflex.o convert.o dispatch.o errwarn.o hash.o icmp.o inet.o inet_addr.o memory.o nit.o options.o packet.o parse.o print.o raw.o socket.o tables.o tree.o upf.o > packet.o: In function `assemble_hw_header': > packet.o(.text+0x8c): undefined reference to `assemble_ethernet_header' > packet.o: In function `decode_hw_header': > packet.o(.text+0x1c4): undefined reference to `decode_ethernet_header' > *** Error code 1 > > Stop. > *** Error code 1 > > Stop. > *** Error code 1 > > Stop. > *** Error code 1 > > Stop. > *** Error code 1 > > Stop. > *** Error code 1 > > It probably just an oversight on someones part, but I thought I > should let someone know. > > C. Quarri > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message