Date: Mon, 10 Jan 2000 02:03:41 -0500 (EST) From: "Crist J. Clark" <cjc@cc942873-a.ewndsr1.nj.home.com> To: matt@gsicomp.on.ca (Matthew Emmerton) Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Problems with 3.4-Release Message-ID: <200001100703.CAA03178@cc942873-a.ewndsr1.nj.home.com> In-Reply-To: <000501bf5b34$b9b64360$1200a8c0@gsicomp.on.ca> from Matthew Emmerton at "Jan 10, 2000 01:34:10 am"
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001100703.CAA03178>