Re: 8.0 installworld fails in /usr/src/lib/csu/i386-elf cc: not found

2009-11-28 Thread Massimo Fusaro
2009/11/28 Troy : > Tried to move make.conf aside and it did not help. I am not using -j in the > installworld command.  Any other thoughts? I'm in a bind with my upgrade > without being able to do 'make installworld' > > > > On 11/27/2009 3:42 PM, Jeremy Chadwick wrote: >> >> On Fri, Nov 27, 2009

Re: 8.0 installworld fails in /usr/src/lib/csu/i386-elf cc: not found

2009-11-27 Thread Troy
Tried to move make.conf aside and it did not help. I am not using -j in the installworld command. Any other thoughts? I'm in a bind with my upgrade without being able to do 'make installworld' On 11/27/2009 3:42 PM, Jeremy Chadwick wrote: On Fri, Nov 27, 2009 at 03:07:05PM -0600, Troy wrote

Re: 8.0 installworld fails in /usr/src/lib/csu/i386-elf cc: not found

2009-11-27 Thread Jeremy Chadwick
On Fri, Nov 27, 2009 at 03:07:05PM -0600, Troy wrote: > cc is installed and I can execute it. I don't have any unique cc > variables being set in make.conf either. Shot in the dark: are you using the -j argument during "make installworld" (not buildworld)? If so, don't do that. Otherwise, try m

Re: 8.0 installworld fails in /usr/src/lib/csu/i386-elf cc: not found

2009-11-27 Thread Troy
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

8.0 installworld fails in /usr/src/lib/csu/i386-elf cc: not found

2009-11-27 Thread Troy
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 /us