From owner-freebsd-stable Thu Aug 5 4:15:22 1999 Delivered-To: freebsd-stable@freebsd.org Received: from hackerz.org (hackerz.org [209.31.146.67]) by hub.freebsd.org (Postfix) with ESMTP id 6F50C154C8 for ; Thu, 5 Aug 1999 04:15:16 -0700 (PDT) (envelope-from randy@hackerz.org) Received: from localhost (randy@localhost) by hackerz.org (5.56/) with ESMTP id HAA28538 for ; Thu, 5 Aug 1999 07:41:04 -0400 (EDT) Date: Thu, 5 Aug 1999 07:41:04 -0400 (EDT) From: Charles Quarri To: freebsd-stable@FreeBSD.ORG Subject: /usr/src/contrib/isc-dhcp Broken Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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/includes -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/includes -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/includes -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/includes -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