From owner-freebsd-current Fri Jun 12 09:26:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA13783 for freebsd-current-outgoing; Fri, 12 Jun 1998 09:26:35 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA13636 for ; Fri, 12 Jun 1998 09:25:54 -0700 (PDT) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id JAA13562; Fri, 12 Jun 1998 09:20:55 -0700 (PDT) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpd013560; Fri Jun 12 16:20:47 1998 Date: Fri, 12 Jun 1998 09:20:45 -0700 (PDT) From: Julian Elischer Reply-To: Julian Elischer To: Bill/Carolyn Pechter cc: freebsd-current@FreeBSD.ORG Subject: Re: Make world failure on ip_fw.c In-Reply-To: <199806121341.JAA14766@shell.monmouth.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hmm looks like you got mixed versions (either that or I stuffed up, my builds work here.. I'll just check) just checked.. works here the variable ip_divert_in_cookie dissappeared a week or so agao (but it's still in -stable) On Fri, 12 Jun 1998, Bill/Carolyn Pechter wrote: > I get the following when making world on 3.0-CURRENT. > > I installed 3.0-950520-SNAP and pulled the latest -CURRENT from > my CVS repository... > > Have I missed something in the process? > I'm just starting to follow -CURRENT again on a new machine. probably old sources mixed up with new includes? > > Is there a make include or something that should be done first? > Have I missed an obvious FAQ item? > > > cc -O -pipe -DIPFIREWALL -DIPFIREWALL_MODULE -DIPFIREWALL_DEFAULT_TO_ACCEPT -aout -DKERNEL -DACTUALLY_LKM_NOT_KERNEL -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wuninitialized -ansi -nostdinc -I- -I/usr/obj/usr/src/lkm/ipfw -I/usr/obj/usr/src/lkm/ipfw/@ -c /usr/src/lkm/ipfw/../../sys/netinet/ip_fw.c > /usr/src/lkm/ipfw/../../sys/netinet/ip_fw.c: In function `ip_fw_chk': > /usr/src/lkm/ipfw/../../sys/netinet/ip_fw.c:617: `ip_divert_in_cookie' undeclared (first use this function) > /usr/src/lkm/ipfw/../../sys/netinet/ip_fw.c:617: (Each undeclared identifier is reported only once > /usr/src/lkm/ipfw/../../sys/netinet/ip_fw.c:617: for each function it appears in.) > *** Error code 1 > > Stop. > *** Error code 1 # cd ipfw # cvs update cvs server: Updating . # make # make clean rm -f ipfw_mod ipfw_mod.o ip_fw.o @ machine lkm_verify_tmp symb.tmp tmp.o # make @ -> /usr/src/sys machine ->/usr/src/sys/i386/include cc -O -pipe -DIPFIREWALL -DIPFIREWALL_MODULE -aout -DKERNEL -DACTUALLY_LKM_NOT_ KERNEL -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -W strict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wuninitialized -ansi -nostdinc -I- -I/usr/obj/usr/src/lkm/ipfw -I/usr/obj/usr/src/lkm/ipfw/@ -c /usr/src/lkm/ipfw/../../sys/netinet/ip_fw.c ld -r -aout -o tmp.o ip_fw.o symorder -c symb.tmp tmp.o mv tmp.o ipfw_mod.o # > > Stop. > > Bill > +---------------------------------------------------------------------------+ > | Bill/Carolyn Pechter | 17 Meredith Drive | Tinton Falls, New Jersey 07724 | > | 908-389-3592 | Save computing history, give an old geek old hardware. | > | pechter@shell.monmouth.com | > +---------------------------------------------------------------------------+ > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message