Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 09 Jun 1998 17:01:32 +0930
From:      "Daniel O'Connor" <doconnor@gsoft.com.au>
To:        freebsd-stable@FreeBSD.ORG
Subject:   Can't compile -stable
Message-ID:  <199806090731.RAA28501@cain.gsoft.com.au>

next in thread | raw e-mail | index | archive | help
Hi,
I am trying to do a buildworld on my -current machine to make a -stable system 
for another machine, but it breaks :(

I did

cd /remote1
cvs -d /usr/CVS-Repository co src
cd src
make buildworld MAKEOBJDIRPREFIX=/remote1 |& tee build.log

The error I get is ->
<snip>
cc -nostdinc -O -DIPL_NAME=\"/dev/ipl\" -I- -I/remote1/obj/local1/src/usr.sbin/i
pftest -I/local1/src/usr.sbin/ipftest/../../sys/netinet -I/local1/src/usr.sbin/i
pftest/../../sys -I/local1/src/usr.sbin/ipftest/../../contrib/ipfilter   -I/remo
te1/obj/remote1/src/tmp/usr/include -c /local1/src/usr.sbin/ipftest/../../sys/ne
tinet/ip_fil.c
/local1/src/usr.sbin/ipftest/../../sys/netinet/ip_fil.c: In function `iplioctl':
/local1/src/usr.sbin/ipftest/../../sys/netinet/ip_fil.c:353: argument `cmd' does
n't match prototype
/local1/src/usr.sbin/ipftest/../../sys/netinet/ip_fil.h:386: prototype declarati
on
*** Error code 1

Stop.
<snip>

Hmm.. having a look, I think the check for __FreeBSD_version >= 300003 might 
do some bad things (in ip_fil.h), but I don't know..
Of course I am assuming I can make a 2.2-stable from a 3.0-current :)

---------------------------------------------------------------------
|Daniel O'Connor software and network engineer for Genesis Software |
|http://www.gsoft.com.au                                            |
|The nice thing about standards is that there are so many of them to|
|choose from. -- Andrew Tanenbaum                                   |
---------------------------------------------------------------------




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199806090731.RAA28501>