Re: Saga continues:Make Buildworld fails 4.5-R - 4.7 R

2003-02-19 Thread Blake Swensen
Just for giggles I cvsup'ed the RELENG_4_5 sources (yes, I removed the 
/usr/obj/* files) and did a 'make buildworld' on those... I the build 
crashed with:

[snip]
/usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/../libio/fstream.cc: 
In method `fstream::fstream(int)':
/usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/../libio/fstream.cc:110: 
Internal compiler error.
/usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/../libio/fstream.cc:110: 
Please submit a full bug report.
/usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/../libio/fstream.cc:110: 
See URL:http://www.gnu.org/software/gcc/bugs.html for instructions.
*** Error code 1

Stop in /usr/src/gnu/lib/libstdc++.
*** Error code 1
[snip]

Lowell Gilbert wrote:
Blake Swensen [EMAIL PROTECTED] writes:



When upgrading to the latest release on the 4 tree get the following:
% cd /usr/src  make cleandir  make cleandir
% cd /usr/src



Actually removing /usr/obj/* would be a good idea here.
In fact, it's recommended by the handbook.

You should also try another cvsup to see if you caught the sources at
a bad time.


--
~
The Internet Rescue Company - http://www.pyramus.com
~
Blake R. Swensen Pyramus Online, Inc.
President2080 SE Oak Grove Blvd. Suite 11
 Milwaukie, Oregon 97267
 800-327-5101
 vox:503-353-0455
 fax:503-353-0453
~
We measure success by the success of our clients


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Saga continues:Make Buildworld fails 4.5-R - 4.7 R

2003-02-19 Thread Lowell Gilbert
Blake Swensen [EMAIL PROTECTED] writes:

 Just for giggles I cvsup'ed the RELENG_4_5 sources (yes, I removed the
 /usr/obj/* files) and did a 'make buildworld' on those... I the build
 crashed with:
 
 [snip]
 /usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/../libio/fstream.cc:
 In method `fstream::fstream(int)':
 /usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/../libio/fstream.cc:110:
 Internal compiler error.
 /usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/../libio/fstream.cc:110:
 Please submit a full bug report.
 /usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/../libio/fstream.cc:110:
 See URL:http://www.gnu.org/software/gcc/bugs.html for instructions.
 *** Error code 1
 
 Stop in /usr/src/gnu/lib/libstdc++.
 *** Error code 1
 [snip]

Okay, this is pretty wacky.
Are you sure you're getting the system compiler?
Have you, perhaps, installed another one (e.g., from ports)?

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Saga continues:Make Buildworld fails 4.5-R - 4.7 R

2003-02-19 Thread David Cramblett
I have had problems with make world related to bad/incompatible memory, 
any chance this is a problem for you?

David


Lowell Gilbert wrote:
Blake Swensen [EMAIL PROTECTED] writes:



Just for giggles I cvsup'ed the RELENG_4_5 sources (yes, I removed the
/usr/obj/* files) and did a 'make buildworld' on those... I the build
crashed with:

[snip]
/usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/../libio/fstream.cc:
In method `fstream::fstream(int)':
/usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/../libio/fstream.cc:110:
Internal compiler error.
/usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/../libio/fstream.cc:110:
Please submit a full bug report.
/usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/../libio/fstream.cc:110:
See URL:http://www.gnu.org/software/gcc/bugs.html for instructions.
*** Error code 1

Stop in /usr/src/gnu/lib/libstdc++.
*** Error code 1
[snip]



Okay, this is pretty wacky.
Are you sure you're getting the system compiler?
Have you, perhaps, installed another one (e.g., from ports)?

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message




To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Saga continues:Make Buildworld fails 4.5-R - 4.7 R

2003-02-19 Thread Blake Swensen
I think you may have something here although the system hasn't 
experienced any other straneness, I did add additional memory since I 
upgraded to 4.5.  Here's another hint suspecting that there was 
something wrong with the original build, I decided to build a new kernel 
and, as luck would have it, it failed too (fatal signal error 11) which 
would point to a memory issue.


Blake
David Cramblett wrote:
I have had problems with make world related to bad/incompatible memory, 
any chance this is a problem for you?

David


Lowell Gilbert wrote:

Blake Swensen [EMAIL PROTECTED] writes:



Just for giggles I cvsup'ed the RELENG_4_5 sources (yes, I removed the
/usr/obj/* files) and did a 'make buildworld' on those... I the build
crashed with:

[snip]
/usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/../libio/fstream.cc: 

In method `fstream::fstream(int)':
/usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/../libio/fstream.cc:110: 

Internal compiler error.
/usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/../libio/fstream.cc:110: 

Please submit a full bug report.
/usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/../libio/fstream.cc:110: 

See URL:http://www.gnu.org/software/gcc/bugs.html for instructions.
*** Error code 1

Stop in /usr/src/gnu/lib/libstdc++.
*** Error code 1
[snip]



Okay, this is pretty wacky.
Are you sure you're getting the system compiler?
Have you, perhaps, installed another one (e.g., from ports)?

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message





To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


--
~
The Internet Rescue Company - http://www.pyramus.com
~
Blake R. Swensen Pyramus Online, Inc.
President2080 SE Oak Grove Blvd. Suite 11
 Milwaukie, Oregon 97267
 800-327-5101
 vox:503-353-0455
 fax:503-353-0453
~
We measure success by the success of our clients


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message