Skip site navigation (1)Skip section navigation (2)
Date:      05 Oct 2002 22:37:38 +1000
From:      William Rose <wrose@zip-it.org>
To:        freebsd-current@freebsd.org
Subject:   make buildworld fails during stage 4, libpcap
Message-ID:  <1033821458.16553.6.camel@miniluv.zip-it.org>

next in thread | raw e-mail | index | archive | help
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




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