Date: Mon, 13 Jun 2005 19:30:57 +0800 From: "Paul Hamilton" <paulh@bdug.org.au> To: "Freebsd-Questions" <freebsd-questions@freebsd.org> Subject: Error compiling ipfw2 on FreeBSD 4.11-RELEASE and 4.11-p10 Message-ID: <060c01c5700b$5dde0630$6600a8c0@w2k2>
next in thread | raw e-mail | index | archive | help
Hi, =20 I have upgraded from FreeBSD 4.7 to 4.11-RELEASE via booting from CD 1. =20 I have IPFW2 options already set in my kernel config file, and in /etc/make.conf =20 Next, I recompile the kernel, and install it. Then I went to the /usr/src/sbin/ipfw dir:- =20 /usr/src/sbin/ipfw-121 <mailto:phroot@ant[7:19pm]/usr/src/sbin/ipfw-121> = # make clean rm -f ipfw ipfw2.o ipfw.8.gz ipfw.8.cat.gz /usr/src/sbin/ipfw-122 <mailto:phroot@ant[7:19pm]/usr/src/sbin/ipfw-122> = # make -DIPFW2 cc -O -pipe -Wall -DIPFW2 -c /usr/src/sbin/ipfw/ipfw2.c /usr/src/sbin/ipfw/ipfw2.c: In function `list': /usr/src/sbin/ipfw/ipfw2.c:1698: warning: `last' might be used = uninitialized in this function cc -O -pipe -Wall -DIPFW2 -static -o ipfw ipfw2.o=20 gzip -cn /usr/src/sbin/ipfw/ipfw.8 > ipfw.8.gz /usr/src/sbin/ipfw-123 <mailto:phroot@ant[7:19pm]/usr/src/sbin/ipfw-123> = # l total 226 2 drwxr-xr-x 2 root wheel 512 Apr 10 17:32 ./ 2 drwxr-xr-x 82 root wheel 1536 Apr 10 17:20 ../ 2 -rw-r--r-- 1 root wheel 196 Jul 24 2002 Makefile 64 -rw-r--r-- 1 root wheel 65358 Jun 16 2004 ipfw.8 62 -rw-r--r-- 1 root wheel 62391 Apr 10 17:20 ipfw.c 94 -rw-r--r-- 1 root wheel 95621 Nov 9 2004 ipfw2.c =20 I have also tried running 'make' by itself (with out the -DIPFW2 switch) =20 So just as a test, I tried doing the same thing from another FreeBSD 4.11-p10 server (IPFW2 was installed during the buildworld-installworld process). I got the same error when manually trying to compile IPFW2! = I have never had a problem before. =20 What am I doing wrong here? Any clues? =20 Cheers, =20 Paul
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?060c01c5700b$5dde0630$6600a8c0>