View Single Post
  #1   (View Single Post)  
Old 27th August 2008
DutchDaemon's Avatar
DutchDaemon DutchDaemon is offline
Real Name: Ben
Spam Refugee
 
Join Date: Jul 2008
Location: Rotterdam, The Netherlands
Posts: 336
Default 7.0-STABLE -> 7.1-PRERELEASE Problems

Hi,

Today I decided to upgrade my FreeBSD 7.0-STABLE (about 2 months old) to FreeBSD 7.1-PRERELEASE.

The whole build/install process goes well, but I end up with a non-working C compiler, and it has now happened twice in a row (I had to borrow another BSD 7 system's C compiler for the second try).

The affected (non-functioning) files appear to be

/usr/bin/cc
/usr/libexec/cc1
/usr/libexec/cc1obj
/usr/libexec/cc1plus
/usr/bin/as
/usr/bin/ld


(replacing these with another system's binaries gives me a working C compiler anyway)

Has anyone else tried to compile and run FreeBSD 7.1-PRERELEASE (the standard 32-bits version from csup) today or _very_ recently and encountered problems like these? The error cc produces on execution is 'Abort Trap 6', by the way.

Note: I did clear /usr/obj between the first build and the second, but not a make clean in /usr/src. Trying that now for the third build.

Last edited by DutchDaemon; 27th August 2008 at 10:52 PM.
Reply With Quote