Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Feb 1996 00:05:22 -0800 (PST)
From:      Steve Emmert <steve@emmert.com>
To:        "Frank E. Terhaar-Yonkers" <fty@mcnc.org>
Cc:        freebsd-current@FreeBSD.org, freebsd-stable@FreeBSD.org
Subject:   Re: bogon in -stable
Message-ID:  <Pine.BSF.3.91.960213235607.194B-100000@free.emmert.com>
In-Reply-To: <199602141346.IAA18414@robin.mcnc.org.mcnc.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 14 Feb 1996, Frank E. Terhaar-Yonkers wrote:

> As of Monday night the kernel in -stable won't compile.  lpt.c has changed
> a couple of times since the weekend.
> 
> - Frank
> 
> cc -c -O -pipe -m486 -W -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit 
>  -nostdinc -I. -I../.. -I../../sys -I../../../include -DLOCO -DI486_CPU 
> -DI386_CPU -DXSERVER -DDODUMP -DDDB -DSYSVMSG -DSYSVSEM -DSYSVSHM -DNCONS=4 
> -DUCONSOLE -DTUNE_1542 -DSCSI_REPORT_GEOMETRY -DSCSI_DELAY=10 -DCOMPAT_43 
> -DKTRACE -DIPACCT -DARP_PROXYALL -DGATEWAY -DFFS -DINET -DKERNEL -Di386 
> -DLOAD_ADDRESS=0xF0100000  ../../i386/isa/lpt.c
> 
> ../../i386/isa/lpt.c: In function `lpattach':
> ../../i386/isa/lpt.c:892: warning: passing arg 1 of `bpfattach' from incompatible pointer type
> ../../i386/isa/lpt.c:892: too few arguments to function `bpfattach'
> ../../i386/isa/lpt.c: In function `lpintr':
> ../../i386/isa/lpt.c:1159: warning: passing arg 1 of `bpf_tap' from incompatible pointer type
> ../../i386/isa/lpt.c: In function `lpoutput':
> ../../i386/isa/lpt.c:1361: warning: passing arg 1 of `bpf_mtap' from incompatible pointer type
> *** Error code 1
> 
> Stop.
> 
> \\\\////\\\\////\\\\\////\\\\\////\\\\////\\\\////\\\\////\\\\////\\\\////\\\\
> Frank Terhaar-Yonkers	
> High Performance Computing and Communications Research
> MCNC
> PO Box 12889	3021 Cornwallis Road
> Research Triangle Park,  North Carolina  27709-2889
> fty@mcnc.org   voice (919)248-1417   FAX (919)248-1455
> 
> http://www.mcnc.org/hpcc.html
 
I had the same problem, I removed the bpf line in my kernel config:

pseudo-device	bpfilter	4	#Berkeley packet filter 

This allowed the kernel to compile

--Steve

Steve Emmert
steve@emmert.com
-------------------------------------------------------------------------
Powered by FreeBSD -- The Daemon is FREE!!!




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.960213235607.194B-100000>