From owner-freebsd-stable Wed Feb 14 19:34:58 1996 Return-Path: owner-stable Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA06466 for stable-outgoing; Wed, 14 Feb 1996 19:34:58 -0800 (PST) Received: from pahtoh.cwu.edu (root@pahtoh.cwu.edu [198.104.65.27]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id TAA06457 for ; Wed, 14 Feb 1996 19:34:52 -0800 (PST) Received: from tahoma.cwu.edu (skynyrd@tahoma.cwu.edu [198.104.67.25]) by pahtoh.cwu.edu (8.6.12/8.6.9) with ESMTP id TAA11912; Wed, 14 Feb 1996 19:34:42 -0800 Received: (from skynyrd@localhost) by tahoma.cwu.edu (8.6.12/8.6.9) id TAA02470; Wed, 14 Feb 1996 19:34:41 -0800 Date: Wed, 14 Feb 1996 19:34:40 -0800 (PST) From: Chris Timmons To: Steve Emmert cc: "Frank E. Terhaar-Yonkers" , freebsd-stable@FreeBSD.org Subject: Re: bogon in -stable In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-stable@FreeBSD.org Precedence: bulk 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!!! >