Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Feb 1996 19:34:40 -0800 (PST)
From:      Chris Timmons <skynyrd@tahoma.cwu.edu>
To:        Steve Emmert <steve@emmert.com>
Cc:        "Frank E. Terhaar-Yonkers" <fty@mcnc.org>, freebsd-stable@FreeBSD.org
Subject:   Re: bogon in -stable
Message-ID:  <Pine.VUL.3.91.960214193030.1093A-100000@tahoma.cwu.edu>
In-Reply-To: <Pine.BSF.3.91.960213235607.194B-100000@free.emmert.com>

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

I ran into this and discovered that if you do not say 'make depend' ahead 
of your 'make' in the kernel compile directory, it will build.  When I 
was flailing I looked in the handbook section about kernel compiling and 
it didn't have the 'make depend' in there, so I tried it that way and 
I've been running fine...

Except that I've encountered the 

	ld.so failed: Undefined symbol "_encrypt_debug_mode" in telnetd:telnetd

problem now... I am finding stuff in the archives about it but no cure so 
far.  Any hints?

-Chris

On Wed, 14 Feb 1996, Steve Emmert wrote:

> 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.VUL.3.91.960214193030.1093A-100000>