Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Oct 1999 19:51:11 -0600
From:      "Jeff Lush" <jeff@nerdpower.com>
To:        "John Baldwin" <jobaldwi@vt.edu>
Cc:        <freebsd-small@freebsd.org>
Subject:   RE: PicoBSD v0.445 Compilation Problems
Message-ID:  <NDBBKIMGBBOBEOPLFCHIIEEDCCAA.jeff@nerdpower.com>
In-Reply-To: <199910212231.SAA60407@server.baldwin.cx>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <jobaldwi@vt.edu> -- 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




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