From owner-freebsd-questions Sun Jan 9 22:59:53 2000 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id DA3C014D65 for ; Sun, 9 Jan 2000 22:59:50 -0800 (PST) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.9.3) id CAA03178; Mon, 10 Jan 2000 02:03:41 -0500 (EST) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <200001100703.CAA03178@cc942873-a.ewndsr1.nj.home.com> Subject: Re: Problems with 3.4-Release In-Reply-To: <000501bf5b34$b9b64360$1200a8c0@gsicomp.on.ca> from Matthew Emmerton at "Jan 10, 2000 01:34:10 am" To: matt@gsicomp.on.ca (Matthew Emmerton) Date: Mon, 10 Jan 2000 02:03:41 -0500 (EST) Cc: freebsd-questions@FreeBSD.ORG Reply-To: cjclark@home.com X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Matthew Emmerton wrote, [Charset iso-8859-1 unsupported, filtering to ASCII...] > > Hi all! > > I'm currently running 3.3-RELEASE on two machines, one of which runs off a > disk large enough to hold only binaries - meaning kernel/world needs to be > built remotely and then installed via NFS. > > I just cvsup'd my source to 3.4-RELEASE, did a 'cd /usr/src', and then a > 'make buildworld'. I then get swamped with tons of compiler errors. > > Output: > > root@gabby# make -j8 buildworld > -------------------------------------------------------------- > >>> Cleaning up the temporary elf build tree > -------------------------------------------------------------- > mkdir -p /usr/obj/usr/src/tmp > chflags -R noschg /usr/obj/usr/src/tmp/ > rm -rf /usr/obj/usr/src/tmp > -------------------------------------------------------------- > > Immediately I become suspicious of the paths - am I not specifiying > something on the command line that I should be? > > Continuing on into the compile... > > cc -O -pipe -I/usr/src/usr.bin/make -I/usr/obj/usr/src/tmp/usr/include -c > /usr > /src/usr.bin/make/arch.c > /usr/src/usr.bin/make/arch.c:93: sys/types.h: No such file or directory > /usr/src/usr.bin/make/arch.c:94: sys/stat.h: No such file or directory > /usr/src/usr.bin/make/arch.c:95: sys/time.h: No such file or directory > > I'm guessing that the errors are resulting from the bad include parameter > passed to cc. Again, something doesn't seem to be quite right. What am I > missing? No, all of those paths are correct. For some reason, it seems cc is not looking in /usr/include. Not sure why that would be. -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message