From owner-freebsd-security Thu Feb 11 18:20:22 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA28652 for freebsd-security-outgoing; Thu, 11 Feb 1999 18:20:22 -0800 (PST) (envelope-from owner-freebsd-security@FreeBSD.ORG) Received: from csi-x.net (csi-x.net [202.184.73.5]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA28634 for ; Thu, 11 Feb 1999 18:20:14 -0800 (PST) (envelope-from najib@csi-x.net) Received: from csi-x.net (nobody@csi-x.net [202.184.73.5]) by csi-x.net (8.9.2/8.9.2) with SMTP id KAA18417 for ; Fri, 12 Feb 1999 10:26:48 +0800 (MYT) From: "Muhammad Najib" Reply-to: najib@csi-x.net To: freebsd-security@FreeBSD.ORG Date: Fri, 12 Feb 1999 10:26:51 -800 Subject: IP Filter 3.2.10 Message-id: <36c3916b.47ec.0@csi-x.net> X-User-Info: 202.184.73.8 Sender: owner-freebsd-security@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org anybody compiled ip filter 3.2.10 successfully on FreeBSD 3.0 !? Wondering why I get this error .... grr .. anybody !? $ make freebsd22 if [ ! -f netinet/done ] ; then (cd netinet; ln -s ../*.h .; ln -s ../ip_ftp_px y.c .); (cd netinet; ln -s ../ipsend/tcpip.h tcpip.h); touch netinet/done; fi make setup "TARGOS=BSD" "CPUDIR=`uname -s|sed -e 's@/@@g'`-`uname -r`-`uname -m` " if [ ! -d BSD/FreeBSD-3.0-STABLE-i386 ] ; then mkdir BSD/FreeBSD-3.0-STABLE-i386 ; fi rm -f BSD/FreeBSD-3.0-STABLE-i386/Makefile BSD/FreeBSD-3.0-STABLE-i386/Makefile. ipsend ln -s ../Makefile BSD/FreeBSD-3.0-STABLE-i386/Makefile ln -s ../Makefile.ipsend BSD/FreeBSD-3.0-STABLE-i386/Makefile.ipsend rm -f BSD/`uname -s|sed -e 's@/@@g'`-`uname -r`-`uname -m`/ioconf.h make freebsd if [ ! -f netinet/done ] ; then (cd netinet; ln -s ../*.h .; ln -s ../ip_ftp_px y.c .); (cd netinet; ln -s ../ipsend/tcpip.h tcpip.h); touch netinet/done; fi make setup "TARGOS=BSD" "CPUDIR=`uname -s|sed -e 's@/@@g'`-`uname -r`-`uname -m` " if [ ! -d BSD/FreeBSD-3.0-STABLE-i386 ] ; then mkdir BSD/FreeBSD-3.0-STABLE-i386 ; fi rm -f BSD/FreeBSD-3.0-STABLE-i386/Makefile BSD/FreeBSD-3.0-STABLE-i386/Makefile. ipsend ln -s ../Makefile BSD/FreeBSD-3.0-STABLE-i386/Makefile ln -s ../Makefile.ipsend BSD/FreeBSD-3.0-STABLE-i386/Makefile.ipsend (cd BSD/`uname -s|sed -e 's@/@@g'`-`uname -r`-`uname -m`; make build TOP=../.. " BINDEST=/usr/local/bin" "SBINDEST=/sbin" "MANDIR=/usr/local/man" 'CFLAGS=-I$(TO P) ' "IPFLKM=-DIPFILTER_LKM" "IPFLOG=-DIPFILTER_LOG" "LOGFAC=-DLOGFAC=LOG_LOCAL 0" "POLICY=-DIPF_DEFAULT_PASS=FR_PASS" "SOLARIS2=" "DEBUG=-g" "DCPU=`uname -m`" "CPUDIR=`uname -s|sed -e 's@/@@g'`-`uname -r`-`uname -m`" "ML=mlf_ipl.c"; cd .) cc -g -I../.. -c ../../ipf.c -o ipf.o cc -g -I../.. -c ../../parse.c -o parse.o In file included from ../../parse.c:33: ./../ip_fil.h:388: warning: `struct ifnet' declared inside parameter list ./../ip_fil.h:388: warning: its scope is only this definition or declaration, ./../ip_fil.h:388: warning: which is probably not what you want. ./../ip_fil.h:389: warning: `struct ifnet' declared inside parameter list cc -g -I../.. -c ../../opt.c -o opt.o cc -g -I../.. ipf.o parse.o opt.o -o ipf /bin/rm -f ../../ipf ln -s `pwd`/ipf ../.. cc -g -I../.. -c ../../fils.c -o fils.o In file included from ../../fils.c:35: ./../netinet/ip_fil.h:388: warning: `struct ifnet' declared inside parameter li st ./../netinet/ip_fil.h:388: warning: its scope is only this definition or declar ation, ./../netinet/ip_fil.h:388: warning: which is probably not what you want. ./../netinet/ip_fil.h:389: warning: `struct ifnet' declared inside parameter li st cc -g -I../.. -c ../../kmem.c -o kmem.o cc -g -I../.. fils.o parse.o kmem.o opt.o -o ipfstat cc -g -I../.. -c ../../ipt.c -o ipt.o cc -g -I../.. -c ../../fil.c -o fil.o cc -g -I../.. -c ../../ipft_sn.c -o ipft_sn.o cc -g -I../.. -c ../../ipft_ef.c -o ipft_ef.o cc -g -I../.. -c ../../ipft_td.c -o ipft_td.o cc -g -I../.. -c ../../ipft_pc.c -o ipft_pc.o cc -g -I../.. -c ../../ipft_tx.c -o ipft_tx.o cc -g -I../.. -c ../../misc.c -o misc.o cc -g -I../.. -c ../../ip_frag.c -o ip_frag_u.o cc -g -I../.. -c ../../ip_state.c -o ip_state_u.o cc -g -I../.. -c ../../ip_nat.c -o ip_nat_u.o cc -g -I../.. -c ../../ip_proxy.c -o ip_proxy_u.o cc -g -I../.. -c ../../ip_auth.c -o ip_auth_u.o In file included from ../../ip_auth.c:78: /usr/include/netinet/in_var.h:49: field `ia_ifa' has incomplete type *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. $ well .... anybody with the same error(s) !? thanx in advance :) cheers, ****************************************************************** MUHAMMAD NAJIB ABDUL MUKTHI member of My-Linux.ORG SYSTEM ADMINISTRATOR http://www.my-linux.org Kolej Damansara Utama 32, Jalan Anson najib@mrsm.org 10400, Pulau Pinang. najib@csi-x.net http://www.kaypo.net najib@kdupg.edu.my Tel : 042280053 ext332 najib@my-linux.org ****************************************************************** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message