From owner-freebsd-questions Sun Jan 9 22:30: 5 2000 Delivered-To: freebsd-questions@freebsd.org Received: from xena.gsicomp.on.ca (gsi.enoreo.on.ca [209.82.52.145]) by hub.freebsd.org (Postfix) with ESMTP id 20E3D14D05 for ; Sun, 9 Jan 2000 22:30:02 -0800 (PST) (envelope-from matt@gsicomp.on.ca) Received: from matt (kwppp23.enoreo.on.ca [209.82.45.55]) by xena.gsicomp.on.ca (8.9.2/8.9.2) with SMTP id BAA48650 for ; Mon, 10 Jan 2000 01:29:59 -0500 (EST) (envelope-from matt@gsicomp.on.ca) Message-ID: <000501bf5b34$b9b64360$1200a8c0@gsicomp.on.ca> From: "Matthew Emmerton" To: Subject: Problems with 3.4-Release Date: Mon, 10 Jan 2000 01:34:10 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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? Any help appreciated. Please cc me on any replies since I don't read the group regularly. -- Matthew Emmerton GSI Computer Services +1 (800) 217-5409 (Canada) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message