From owner-freebsd-small Thu Oct 21 20: 2:16 1999 Delivered-To: freebsd-small@freebsd.org Received: from server.baldwin.cx (jobaldwi.campus.vt.edu [198.82.67.146]) by hub.freebsd.org (Postfix) with ESMTP id 3907D14A07 for ; Thu, 21 Oct 1999 20:02:12 -0700 (PDT) (envelope-from jobaldwi@vt.edu) Received: from john.baldwin.cx (john [10.0.0.2]) by server.baldwin.cx (8.9.3/8.9.3) with ESMTP id XAA51330; Thu, 21 Oct 1999 23:02:08 -0400 (EDT) (envelope-from jobaldwi@vt.edu) Message-Id: <199910220302.XAA51330@server.baldwin.cx> X-Mailer: XFMail 1.3.1 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Thu, 21 Oct 1999 23:02:08 -0400 (EDT) From: John Baldwin To: Jeff Lush Subject: RE: PicoBSD v0.445 Compilation Problems Cc: freebsd-small@freebsd.org Sender: owner-freebsd-small@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 22-Oct-99 Jeff Lush wrote: > 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 tcpwrappers was added to 3.x after 3.1, hence your problem here. I suspect similar breakage below. The problem is that you are trying to build picoBSD with sources that are newer than the system you are building it on. The picoBSD sources and your system have to be of the same vintage. Either update your machine (see `Making the World Your Own' in the _Tutorials_ at www.FreeBSD.org), or use 3.1 sources. You can get 3.1 sources via cvsup by using 'tag=RELENG_3_1_0_RELEASE' instead of 'tag=RELENG_3'. --- 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