Re: 5.0-CURRENT makebuild world fails

2002-03-04 Thread Terry Lambert
Matthew Dillon wrote: > I always like to say that these things are "Illegal everywhere except > in GCC on a sunny Sunday". > > This is a misfeature in GCC. Like dynamically sized arrays declared > on the stack (which to my horror I actually use sometimes) or dynamic > braced

Re: 5.0-CURRENT makebuild world fails

2002-03-04 Thread Matthew Dillon
:In message: <[EMAIL PROTECTED]> :"Philip M. Gollucci" <[EMAIL PROTECTED]> writes: :: cc -O2 -Wall -pipe -pedantic -ansi -march=pentiumpro -elf -Wall :: -fkeep-inline-functions -I/usr/src/lib/csu/i386-elf/../common -c :: /usr/src/lib/csu/i386-elf/crt1.c:70: warning: ANSI C forbids b

Re: 5.0-CURRENT makebuild world fails

2002-03-03 Thread Christopher Vance
I had a consistent death-of-compiler in 4.5-STABLE a week or so back which looked like the compiler was knotted. I didn't see anything on the lists about it, and assumed it was something I did. So I saved my /etc, reinstalled bindist from 4.4 CD, restored /etc, and successfully did make world to

Re: 5.0-CURRENT makebuild world fails

2002-03-03 Thread Beech Rintoul
On Sunday 03 March 2002 12:30 pm, M. Warner Losh wrote: > In message: <[EMAIL PROTECTED]> > > "Philip M. Gollucci" <[EMAIL PROTECTED]> writes: > : cc -O2 -Wall -pipe -pedantic -ansi -march=pentiumpro -elf -Wall > : -fkeep-inline-functions -I/usr/src/lib/csu/i386-elf/../common -c > :

Re: 5.0-CURRENT makebuild world fails

2002-03-03 Thread Philip M. Gollucci
VERY INTERESTING but then if I go back to /usr/src and try to complete the build make buildworld -DNOCLEAN I get the same error cc -O2 -Wall -pipe -march=pentiumpro -I/usr/src/gnu/lib/csu/../../../contrib/gcc.295/config -I. -DIN_GCC -finhibit-size-directive -fno-inline-functions -fno-exceptions

Re: 5.0-CURRENT makebuild world fails

2002-03-03 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> "Philip M. Gollucci" <[EMAIL PROTECTED]> writes: : Still get the signal 11. Same file. Same place. : Only no warnings about the braces this time. What happens if you cd to src/lib/csu/i386-elf and do a make? You make need to do that as root... Warner

Re: 5.0-CURRENT makebuild world fails

2002-03-03 Thread Philip M. Gollucci
I remembered a while back, I added BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \ -Wcast-qual -Wchar-subscripts -Winline \ -Wmissing-prototypes -Wnested-externs -Wpointer-arith \ -Wredundant-decls -Wshadow -Wstrict-protot

Re: 5.0-CURRENT makebuild world fails

2002-03-03 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> "Philip M. Gollucci" <[EMAIL PROTECTED]> writes: : cc -O2 -Wall -pipe -pedantic -ansi -march=pentiumpro -elf -Wall : -fkeep-inline-functions -I/usr/src/lib/csu/i386-elf/../common -c : /usr/src/lib/csu/i386-elf/crt1.c:70: warning: ANSI C forbids braced-

Re: 5.0-CURRENT makebuild world fails

2002-03-03 Thread Philip M. Gollucci
I took your advice. sysctl -w kern.maxfiles=5 cd /usr/src make buildworld same file, same place, same error. I did notice that If I do that one compile manually... that file works... But the same fix _does not_ work for the next one. Thanks again. kern.maxvnodes: 49149 kern.maxproc: 1044

Re: 5.0-CURRENT makebuild world fails

2002-03-03 Thread Terry Lambert
Riccardo Torrini wrote: > On 03-Mar-2002 (08:20:46/GMT) Thierry Herbelot wrote: > >> cc: Internal compiler error: program cc1 got fatal signal 11 > > > a signal 11 is generally linked to bad memory chips > > ...and/or overclocked CPU :) And/or a pmap code bug. At boot time, try setting kern.m

RE: 5.0-CURRENT makebuild world fails

2002-03-03 Thread Edwin Culp
come out of it, i will help you too. > > > > > > -----Original Message----- > > From: Philip M. Gollucci [mailto:[EMAIL PROTECTED]] > > Sent: Sunday, March 03, 2002 8:09 AM > > To: [EMAIL PROTECTED] > > Cc: [EMAIL PROTECTED] > &g

RE: 5.0-CURRENT makebuild world fails

2002-03-03 Thread Edwin Culp
come out of it, i will help you too. > > > > > > -----Original Message----- > > From: Philip M. Gollucci [mailto:[EMAIL PROTECTED]] > > Sent: Sunday, March 03, 2002 8:09 AM > > To: [EMAIL PROTECTED] > > Cc: [EMAIL PROTECTED] > &g

RE: 5.0-CURRENT makebuild world fails

2002-03-03 Thread Philip M. Gollucci
gt; From: Philip M. Gollucci [mailto:[EMAIL PROTECTED]] > Sent: Sunday, March 03, 2002 8:09 AM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: 5.0-CURRENT makebuild world fails > > > For about the past 2 weeks or so, I've gotten the below error and I don't &

Re: 5.0-CURRENT makebuild world fails

2002-03-03 Thread Riccardo Torrini
On 03-Mar-2002 (08:20:46/GMT) Thierry Herbelot wrote: >> cc: Internal compiler error: program cc1 got fatal signal 11 > a signal 11 is generally linked to bad memory chips ...and/or overclocked CPU :) Riccardo. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current

Re: 5.0-CURRENT makebuild world fails

2002-03-03 Thread Thierry Herbelot
"Philip M. Gollucci" wrote: > > For about the past 2 weeks or so, I've gotten the below error and I don't > know what to do about it. > This is on a FBSD4.5-RELEASE system w/ custom kernel. > Hello, with must be a local error : I've built a -Current world+kernel last week, without any problem

5.0-CURRENT makebuild world fails

2002-03-02 Thread Philip M. Gollucci
For about the past 2 weeks or so, I've gotten the below error and I don't know what to do about it. This is on a FBSD4.5-RELEASE system w/ custom kernel. -- >>> stage 4: building libraries ---