Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Aug 1999 19:52:24 +0200
From:      Udo Schweigert <ust@cert.siemens.de>
To:        cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG
Subject:   DHCP broken in -STABLE
Message-ID:  <19990804195224.A38903@alaska.cert.siemens.de>
In-Reply-To: <19990505205216.A93330@alaska.cert.siemens.de>; from Udo Schweigert on Wed, May 05, 1999 at 08:52:16PM %2B0200
References:  <19990505205216.A93330@alaska.cert.siemens.de>

next in thread | previous in thread | raw e-mail | index | archive | help
Hello all,

the commit for upgrading DHCP lacks includes/version.h, so my build ended in:

cc -O2 -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/memory.c                  
/usr/src/sbin/dhclient/../../contrib/isc-dhcp/client/dhclient.c:63: version.h: No such file or directory   

After putting

#define DHCP_VERSION    "2.0"

(what i thought is the right contents), it complained:

cc -O2 -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+0x88): undefined reference to `assemble_ethernet_header'
packet.o: In function `decode_hw_header':
packet.o(.text+0x1b4): undefined reference to `decode_ethernet_header'

Best regards.
-------------------------------------------------------------------------------
Udo Schweigert              || Voice      : +49 89 636 42170
Siemens AG, Siemens CERT    || Fax        : +49 89 636 48000
ZT IK 3                     || email      : Udo.Schweigert@mchp.siemens.de
D-81730 Muenchen / Germany  ||            : ust@cert.siemens.de
PGP fingerprint             || 2A 53 F6 A6 30 59 64 02  6B C4 E0 73 B2 C9 6C E7
-------------------------------------------------------------------------------


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990804195224.A38903>