From owner-freebsd-current Sat Oct 5 5:37:46 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E602937B401 for ; Sat, 5 Oct 2002 05:37:44 -0700 (PDT) Received: from smtp0.adl1.internode.on.net (smtp0.adl1.internode.on.net [203.16.214.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC6B843E3B for ; Sat, 5 Oct 2002 05:37:43 -0700 (PDT) (envelope-from wrose@zip-it.org) Received: from x-box.zip-it.org (ppp452.vic.padsl.internode.on.net [150.101.209.195]) by smtp0.adl1.internode.on.net (8.12.4/8.12.4) with ESMTP id g95Cbdp5026343 for ; Sat, 5 Oct 2002 22:07:41 +0930 (CST) Received: from miniluv.zip-it.org (miniluv.zip-it.org [192.168.123.2]) by x-box.zip-it.org (Postfix) with ESMTP id E395B61671 for ; Sat, 5 Oct 2002 22:38:05 +1000 (EST) Subject: make buildworld fails during stage 4, libpcap From: William Rose To: freebsd-current@freebsd.org Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 05 Oct 2002 22:37:38 +1000 Message-Id: <1033821458.16553.6.camel@miniluv.zip-it.org> Mime-Version: 1.0 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I'm trying to make buildworld a recently checked-out copy of -current under 4.6-RELEASE (is that a bad move?). During the process, it gets to: -------------------------------------------------------------- >>> stage 4: building libraries -------------------------------------------------------------- [snip] ===> lib/libpcap [snip] cc -O -pipe -DHAVE_CONFIG_H -Dyylval=pcap_lval -I/usr/src-current/lib/libpcap -I. -DINET6 -I/usr/src-current/lib/libpcap/../../contrib/libpcap -c /usr/src-current/contrib/libpcap/gencode.c -o gencode.o /usr/src-current/contrib/libpcap/gencode.c: In function `init_linktype': /usr/src-current/contrib/libpcap/gencode.c:604: `DLT_PPP_ETHER' undeclared (first use in this function) /usr/src-current/contrib/libpcap/gencode.c:604: (Each undeclared identifier is reported only once /usr/src-current/contrib/libpcap/gencode.c:604: for each function it appears in.) /usr/src-current/contrib/libpcap/gencode.c:682: `DLT_PRISM_HEADER' undeclared (first use in this function) /usr/src-current/contrib/libpcap/gencode.c:721: `DLT_LTALK' undeclared (first use in this function) /usr/src-current/contrib/libpcap/gencode.c: In function `gen_linktype': /usr/src-current/contrib/libpcap/gencode.c:955: `DLT_PRISM_HEADER' undeclared (first use in this function) /usr/src-current/contrib/libpcap/gencode.c:1215: `DLT_PPP_ETHER' undeclared (first use in this function) /usr/src-current/contrib/libpcap/gencode.c:1412: `DLT_LTALK' undeclared (first use in this function) *** Error code 1 Stop in /usr/src-current/lib/libpcap. ...etc. I'm following the instructions in the handbook for checking out -current, so there's a good chance I'm making a newbie mistake. Apologies in advance if this is the case, and I promise I have R every F M that I can think of. cheers, Will To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message