From owner-freebsd-small Thu Oct 21 18:47:42 1999 Delivered-To: freebsd-small@freebsd.org Received: from biff.nerdpower.net (c13574-001.nerdpower.net [24.108.37.222]) by hub.freebsd.org (Postfix) with SMTP id CC5C614D0F for ; Thu, 21 Oct 1999 18:47:34 -0700 (PDT) (envelope-from jeff@nerdpower.com) Received: (qmail 25682 invoked by alias); 22 Oct 1999 01:47:41 -0000 Received: from unknown (HELO flanders) (24.108.37.21) by biff.nerdpower.net with SMTP; 22 Oct 1999 01:47:41 -0000 From: "Jeff Lush" To: "John Baldwin" Cc: Subject: RE: PicoBSD v0.445 Compilation Problems Date: Thu, 21 Oct 1999 19:51:11 -0600 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <199910212231.SAA60407@server.baldwin.cx> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-small@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Greetings! Well, more news, more questions. I changed my supfile, grabbed RELENG_3. Moved into picobsd, set it up correctly and started the build on the net version. Here's the output: (cd /usr/src/usr.sbin/inetd && make depend && make inetd.o) rm -f .depend mkdep -f .depend -a -DRELEASE_CRUNCH -DCRUNCHED_BINARY -DNOSECURE -DNOCRYPT -DLOGI N_CAP ine td.c inetd.c:131: tcpd.h: No such file or directory mkdep: compile failed *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. --> Error 1 code crunch Error while building ../net/crunch1... -> Aborting ./stage1 So I decided to try the router version as it did not add inetd. Here's the output from it: (cd /usr/src/sbin/natd && make depend && make natd.o icmp.o) cc -O -pipe -DCRUNCHED_BINARY -DRELEASE_CRUNCH -Wall -c natd.c natd.c:911: `PKT_ALIAS_PROXY_ONLY' undeclared here (not in a function) natd.c:911: initializer element for `optionTable[2].packetAliasOpt' is not constant natd.c:919: `PKT_ALIAS_REVERSE' undeclared here (not in a function) natd.c:919: initializer element for `optionTable[3].packetAliasOpt' is not constant natd.c: In function `ParseOption': natd.c:1202: warning: implicit declaration of function `PacketAliasProxyRule' natd.c: In function `SetupPptpAlias': natd.c:1340: warning: implicit declaration of function `PacketAliasPptp' *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. --> Error 1 code crunch Error while building ../router/crunch1... -> Aborting ./stage1 Any suggestions? Ever so many thanks for the advice! Jeff Lush > You need the 3.x-stable sources instead of the -current sources. I.e. > when cvsup'ing, use tag=RELENG_3. You'll notice the difference in the > PICOBSD file in that you will have: > > machine "i386" > > instead of: > > machine i386 > > --- > > John Baldwin -- http://www.cslab.vt.edu/~jobaldwi/ > PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc > "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-small" in the body of the message