Date: Fri, 12 Jun 1998 09:20:45 -0700 (PDT) From: Julian Elischer <julian@whistle.com> To: Bill/Carolyn Pechter <pechter@shell.monmouth.com> Cc: freebsd-current@FreeBSD.ORG Subject: Re: Make world failure on ip_fw.c Message-ID: <Pine.BSF.3.95.980612090122.1091C-100000@current1.whistle.com> In-Reply-To: <199806121341.JAA14766@shell.monmouth.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.95.980612090122.1091C-100000>