Date: Fri, 27 Nov 2009 15:07:05 -0600 From: Troy <troy@twisted.net> To: freebsd-stable@FreeBSD.org Subject: Re: 8.0 installworld fails in /usr/src/lib/csu/i386-elf cc: not found Message-ID: <20091127210705.GA72043@twisted.net> In-Reply-To: <20091127203338.GA70392@twisted.net> References: <20091127203338.GA70392@twisted.net>
next in thread | previous in thread | raw e-mail | index | archive | help
cc is installed and I can execute it. I don't have any unique cc variables being set in make.conf either. -Troy On Fri, Nov 27, 2009 at 02:33:38PM -0600, Troy wrote: > I was just upgrading from 7.2 to 8.0 using RELENG_8 and everything went > well until I did the installworld. Below is the error. > > -Troy > > > > > -------------------------------------------------------------- > >>> Installing everything > -------------------------------------------------------------- > cd /usr/src; make -f Makefile.inc1 install > ===> share/info (install) > ===> lib (install) > ===> lib/csu/i386-elf (install) > cc -O2 -pipe -I/usr/src/lib/csu/i386-elf/../common > -I/usr/src/lib/csu/i386-elf/../../libc/include -std=gnu99 > -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type > -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align > -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs > -Wredundant-decls -Wno-pointer-sign -c crt1.c > cc: not found > *** Error code 127 > > Stop in /usr/src/lib/csu/i386-elf. > *** Error code 1 > > Stop in /usr/src/lib. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > Exit 1 > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20091127210705.GA72043>