make buildworld fails during stage 4, libpcap

2002-10-05 Thread William Rose

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 [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: make buildworld fails during stage 4, libpcap

2002-10-05 Thread William Rose

On Sun, 2002-10-06 at 02:21, Ruslan Ermilov wrote:
 Should work.  Check that you have the latest
 
 $FreeBSD: src/sys/net/bpf.h,v 1.26 2002/06/21 05:29:40 fenner Exp $

No.  I don't.  And it's possibly because I am updating from a mirror?
(cvsup.au.freebsd.org).  Sorry.  Should have checked that.

cheers,
Will


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message