From owner-freebsd-stable Tue Jun 9 00:31:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA18353 for freebsd-stable-outgoing; Tue, 9 Jun 1998 00:31:44 -0700 (PDT) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from cain.gsoft.com.au (genesi.lnk.telstra.net [139.130.136.161]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA18347 for ; Tue, 9 Jun 1998 00:31:34 -0700 (PDT) (envelope-from doconnor@cain.gsoft.com.au) Received: from cain (localhost [127.0.0.1]) by cain.gsoft.com.au (8.8.8/8.6.9) with ESMTP id RAA28501 for ; Tue, 9 Jun 1998 17:01:32 +0930 (CST) Message-Id: <199806090731.RAA28501@cain.gsoft.com.au> X-Mailer: exmh version 2.0zeta 7/24/97 To: freebsd-stable@FreeBSD.ORG Subject: Can't compile -stable Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 09 Jun 1998 17:01:32 +0930 From: "Daniel O'Connor" Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 -> 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. 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