Re: REPOST:Make Buildworld fails 4.5-R - 4.7 R

2003-02-19 Thread Blake Swensen
Well that's a good theory... I did, of course, removed the /usr/obj/* 
files as per the instructions and last night I cvsup'ed the RELENG_4_7 
source module.

However, build makeworld  fails with the following::
[snip]
cc -O -pipe  -I/usr/src/gnu/lib/libreadline/readline/.. 
-I/usr/src/gnu/lib/libreadline/readline/../../../../contrib/libreadline 
-DHAVE_CONFIG_H -DRL_LIBRARY_VERSION='4.1'  -c 
/usr/src/gnu/lib/libreadline/readline/../../../../contrib/libreadline/display.c 
-o display.o
{standard input}: Assembler messages:
{standard input}:2360: Error: attempt to allocate data in common section
*** Error code 1

Stop in /usr/src/gnu/lib/libreadline/readline.
*** Error code 1

Stop in /usr/src/gnu/lib/libreadline.
*** Error code 1

Stop in /usr/src/gnu/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.


For those just joining the program now in progress the system config is:
Using the untouched GENERIC kernel
FreeBSD 4.5-RELEASE #0:
CPU: AMD-K6(tm) 3D processor (501.14-MHz 586-class CPU)
real memory  = 335478784 (327616K bytes)
avail memory = 321359872 (313828K bytes)


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 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 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



REPOST:Make Buildworld fails 4.5-R - 4.7 R

2003-02-17 Thread Blake Swensen
When upgrading to the latest release on the 4 tree get the following:
% cd /usr/src  make cleandir  make cleandir
% cd /usr/src
% make buildworld
[snip]
=== lib/libcom_err/doc
cc -O -pipe  -I/usr/src/lib/libcom_err/../../contrib/com_err  -c
/usr/src/lib/libcom_err/../../contrib/com_err/com_err.c -o com_err.o
{standard input}: Assembler messages:
{standard input}:189: Error: attempt to allocate data in common section
*** Error code 1

Stop in /usr/src/lib/libcom_err.
*** Error code 1

Any help would be appreciated


cvsup supfile
*default tag=RELENG_4
*default host=cvsup8.freebsd.org
*default prefix=/usr
*default base=/usr
*default release=cvs delete use-rel-suffix compress
src-all
/cvsup supfile

system info
uname:FreeBSD 4.5-RELEASE
Memory:real memory  = 335478784 (327616K bytes)
CPU: AMD-K6(tm) 3D processor (501.14-MHz 586-class CPU)
/system info
--
~
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


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



Make Buildworld fails 4.5-R - 4.7 R

2003-02-04 Thread Blake Swensen
When upgrading to the latest release on the 4 tree get the following:
% cd /usr/src  make cleandir  make cleandir
% cd /usr/src
% make buildworld
[snip]
=== lib/libcom_err/doc
cc -O -pipe  -I/usr/src/lib/libcom_err/../../contrib/com_err  -c 
/usr/src/lib/libcom_err/../../contrib/com_err/com_err.c -o com_err.o
{standard input}: Assembler messages:
{standard input}:189: Error: attempt to allocate data in common section
*** Error code 1

Stop in /usr/src/lib/libcom_err.
*** Error code 1

Any help would be appreciated


cvsup supfile
*default tag=RELENG_4
*default host=cvsup8.freebsd.org
*default prefix=/usr
*default base=/usr
*default release=cvs delete use-rel-suffix compress
src-all
/cvsup supfile

system info
uname:FreeBSD 4.5-RELEASE
Memory:real memory  = 335478784 (327616K bytes)
CPU: AMD-K6(tm) 3D processor (501.14-MHz 586-class CPU)
/system info
--
~
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