Re: make buildworld fails for 5-Stable cvsup'd today

2004-12-06 Thread Doug White
On Sun, 5 Dec 2004, Erik Trulsson wrote:

> On Sat, Dec 04, 2004 at 04:20:53PM -0800, Doug White wrote:
> > On Sat, 4 Dec 2004, Stacey Roberts wrote:
> >
> > > CPUTYPE?=i686
> >
> > There is no CPUTYPE "i686".
>
> Yes, there is.
>
> >
> > See /usr/share/examples/etc/make.conf for a list of valid CPUTYPEs.
>
> That file lists "i686" as a valid value for CPUTYPE.

Ok, after some CVS research, there's a discontinuity between RELENG_5 and
-CURRENT between bsd.cpu.mk and make.conf. I'll poke obrien about this.
Ignore my blabbering for now. :)

-- 
Doug White|  FreeBSD: The Power to Serve
[EMAIL PROTECTED]  |  www.FreeBSD.org
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: make buildworld fails for 5-Stable cvsup'd today

2004-12-04 Thread Stacey Roberts
Hi,
   Thanks to all that responded.

- Original Message -
From: "Sam Nilsson <[EMAIL PROTECTED]>"
To: To [EMAIL PROTECTED]
Date: Sat, 04 Dec, 2004 21:42 GMT
Subject: Re: make buildworld fails for 5-Stable cvsup'd today

> Godwin Stewart wrote:
> >On Sat, 4 Dec 2004 20:23:22 +, Stacey Roberts
> ><[EMAIL PROTECTED]> wrote:
> >
> >
> >>internal compiler error: Segmentation fault
> >
> >
> >Faulty RAM, maybe?
> >
> >A machine throwing a segfault is fairly characteristic of a CPU overheating
> >and/or of a faulty RAM stick.

The problem was indeed dodgy RAM! I swapped the RAM out for other modules, and 
buildworld (and the complete upgrade to Stable, as a matter of fact) completed 
successfully.

Strange though.., the machine I've been working on was originally running 
Fedora Core-3 quite happily - even recompiled a new kernel before trashing it 
for FreeBSD.., Go figure..,

Thanks again to everyone - onwards!

Regards,

Stacey

> >
> 
> I'll chime in here (again!) and mention that I was having the same 
> problem yesterday trying to make buildworld (5.3 Release).
> 
> It turned out that one of my RAM modules was bad and the bios must not 
> have fully mapped out all of the bad parts. After removing the offending 
> memory module (through trial and error), freebsd is as stable as ever 
> and my builds went flawlessly.
> 
> So Godwin is probably right. It is probably bad RAM.
> 
> - Sam
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-stable
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: make buildworld fails for 5-Stable cvsup'd today

2004-12-04 Thread Erik Trulsson
On Sat, Dec 04, 2004 at 04:20:53PM -0800, Doug White wrote:
> On Sat, 4 Dec 2004, Stacey Roberts wrote:
> 
> > CPUTYPE?=i686
> 
> There is no CPUTYPE "i686".

Yes, there is.  

> 
> See /usr/share/examples/etc/make.conf for a list of valid CPUTYPEs.

That file lists "i686" as a valid value for CPUTYPE.


-- 

Erik Trulsson
[EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: make buildworld fails for 5-Stable cvsup'd today

2004-12-04 Thread Doug White
On Sat, 4 Dec 2004, Stacey Roberts wrote:

> CPUTYPE?=i686

There is no CPUTYPE "i686".

See /usr/share/examples/etc/make.conf for a list of valid CPUTYPEs.

-- 
Doug White|  FreeBSD: The Power to Serve
[EMAIL PROTECTED]  |  www.FreeBSD.org
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: make buildworld fails for 5-Stable cvsup'd today

2004-12-04 Thread Stacey Roberts
Hi All,
   Thanks to all that responded.

- Original Message -
From: "Mark Nipper <[EMAIL PROTECTED]>"
To: To Stacey Roberts
Date: Sat, 04 Dec, 2004 20:28 GMT
Subject: Re: make buildworld fails for 5-Stable cvsup'd today

> On 04 Dec 2004, Stacey Roberts wrote:
> > Hello,
> >  I've just installed FreeBSD-5.3 REL on a machine here and I'm 
> > attempting to cvsup to Stable.
> > 
> > After running through the instructions at 
> > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html, 
> > Step "19.4.7.2 Compile the Base System" fails repeatedly.
> > 
> > Here's the uname info:
> > FreeBSD  5.3-RELEASE FreeBSD 5.3-RELEASE #0: Fri Nov  5 04:19:18 
> > UTC 2004 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386
> 
>   Strange.  I just cvsup'ed earlier today to 5_RELENG and
> didn't have any problems with my buildworld.  My uname looks
> like:
> ---
> FreeBSD ops.tamu.edu 5.3-STABLE FreeBSD 5.3-STABLE #0: Sat Dec  4 06:52:38 
> CST 2004 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/OPS i386
> 
> so the cvsup happened sometime around 0600 CST.  Something may
> have been added in the mean time, but...

That's fair enough..,

> 
>   More importantly, what does your /etc/make.conf look
> like?

Here's what's in there:

# -- use.perl generated deltas -- #
# Created: Sat Dec  4 19:36:28 2004
# Setting to use base perl from ports:
PERL_VER=5.8.5
PERL_VERSION=5.8.5
PERL_ARCH=mach
NOPERL=yo
NO_PERL=yo
NO_PERL_WRAPPER=yo
CPUTYPE?=i686
CFLAGS= -O -pipe
NOPROFILE= true# Avoid compiling profiled libraries

That's about it.., Like I said, its a newly installed machine that in the 
process of being set up - at this stage, its a matter of getting it to 5-Stable.

In keeping with others' suggestions that this might well be symptomatic of RAM 
issues, I've swapped out all of the RAM and have restarted as per:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html
19.4.16.6. What do I do if something goes wrong?

So. I've just kicked off (scripted logging as well) another buildworld, and 
will post again when this one completes. Unless of course, you determine that 
this indeed something wrong with the contents of my /etc/make.conf..,

Thanks again.

Regards,

Stacey


> 
> -- 
> Mark Nippere-contacts:
> Computing and Information Services  [EMAIL PROTECTED]
> Texas A&M Universityhttp://ops.tamu.edu/nipsy/
> College Station, TX 77843-3142 AIM/Yahoo: texasnipsy ICQ: 66971617
> (979)575-3193  MSN: [EMAIL PROTECTED]
> 
> -BEGIN GEEK CODE BLOCK-
> Version: 3.1
> GG/IT d- s++:+ a- C++$ UBL$ P--->+++ L+++$ !E---
> W++(--) N+ o K++ w(---) O++ M V(--) PS+++(+) PE(--)
> Y+ PGP t+ 5 X R tv b+++@ DI+(++) D+ G e h r++ y+(**)
> --END GEEK CODE BLOCK--
> 
> ---begin random quote of the moment---
> "That we are not much sicker and much madder than we are is
> due exclusively to that most blessed and blessing of all
> natural graces, sleep."
>  -- Aldous Huxley
> end random quote of the moment
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: make buildworld fails for 5-Stable cvsup'd today

2004-12-04 Thread Sam Nilsson
Godwin Stewart wrote:
On Sat, 4 Dec 2004 20:23:22 +, Stacey Roberts
<[EMAIL PROTECTED]> wrote:

internal compiler error: Segmentation fault

Faulty RAM, maybe?
A machine throwing a segfault is fairly characteristic of a CPU overheating
and/or of a faulty RAM stick.
I'll chime in here (again!) and mention that I was having the same 
problem yesterday trying to make buildworld (5.3 Release).

It turned out that one of my RAM modules was bad and the bios must not 
have fully mapped out all of the bad parts. After removing the offending 
memory module (through trial and error), freebsd is as stable as ever 
and my builds went flawlessly.

So Godwin is probably right. It is probably bad RAM.
- Sam
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: make buildworld fails for 5-Stable cvsup'd today

2004-12-04 Thread Godwin Stewart
On Sat, 4 Dec 2004 20:23:22 +, Stacey Roberts
<[EMAIL PROTECTED]> wrote:

> internal compiler error: Segmentation fault

Faulty RAM, maybe?

A machine throwing a segfault is fairly characteristic of a CPU overheating
and/or of a faulty RAM stick.

-- 
G. Stewart - [EMAIL PROTECTED]

Which is worse: ignorance or apathy?  Who knows?  Who cares?


pgp3ZGBqK0hYs.pgp
Description: PGP signature


Re: make buildworld fails for 5-Stable cvsup'd today

2004-12-04 Thread Mark Nipper
On 04 Dec 2004, Stacey Roberts wrote:
> Hello,
>  I've just installed FreeBSD-5.3 REL on a machine here and I'm attempting 
> to cvsup to Stable.
> 
> After running through the instructions at 
> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html, 
> Step "19.4.7.2 Compile the Base System" fails repeatedly.
> 
> Here's the uname info:
> FreeBSD  5.3-RELEASE FreeBSD 5.3-RELEASE #0: Fri Nov  5 04:19:18 UTC 
> 2004 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386

Strange.  I just cvsup'ed earlier today to 5_RELENG and
didn't have any problems with my buildworld.  My uname looks
like:
---
FreeBSD ops.tamu.edu 5.3-STABLE FreeBSD 5.3-STABLE #0: Sat Dec  4 06:52:38 CST 
2004 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/OPS i386

so the cvsup happened sometime around 0600 CST.  Something may
have been added in the mean time, but...

More importantly, what does your /etc/make.conf look
like?

-- 
Mark Nippere-contacts:
Computing and Information Services  [EMAIL PROTECTED]
Texas A&M Universityhttp://ops.tamu.edu/nipsy/
College Station, TX 77843-3142 AIM/Yahoo: texasnipsy ICQ: 66971617
(979)575-3193  MSN: [EMAIL PROTECTED]

-BEGIN GEEK CODE BLOCK-
Version: 3.1
GG/IT d- s++:+ a- C++$ UBL$ P--->+++ L+++$ !E---
W++(--) N+ o K++ w(---) O++ M V(--) PS+++(+) PE(--)
Y+ PGP t+ 5 X R tv b+++@ DI+(++) D+ G e h r++ y+(**)
--END GEEK CODE BLOCK--

---begin random quote of the moment---
"That we are not much sicker and much madder than we are is
due exclusively to that most blessed and blessing of all
natural graces, sleep."
 -- Aldous Huxley
end random quote of the moment
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


make buildworld fails for 5-Stable cvsup'd today

2004-12-04 Thread Stacey Roberts
Hello,
 I've just installed FreeBSD-5.3 REL on a machine here and I'm attempting 
to cvsup to Stable.

After running through the instructions at 
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html, Step 
"19.4.7.2 Compile the Base System" fails repeatedly.

Here's the uname info:
FreeBSD  5.3-RELEASE FreeBSD 5.3-RELEASE #0: Fri Nov  5 04:19:18 UTC 
2004 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386

Here's a listing of installed hw:
more pciconf
[EMAIL PROTECTED]:0:0:  class=0x06 card=0x80e71043 chip=0x06911106 rev=0xc4 
hdr=0x00
vendor   = 'VIA Technologies Inc'
device   = 'VT82C691/693A/694X Apollo Pro/133/133A System Controller'
class= bridge
subclass = HOST-PCI
[EMAIL PROTECTED]:1:0: class=0x060400 card=0x0080 chip=0x85981106 rev=0x00 
hdr=0x01
vendor   = 'VIA Technologies Inc'
device   = 'VT82C598MVP/694x Apollo MVP3/Pro133x PCI to AGP Bridge'
class= bridge
subclass = PCI-PCI
[EMAIL PROTECTED]:4:0: class=0x060100 card=0x80e71043 chip=0x06861106 rev=0x40 
hdr=0x00
vendor   = 'VIA Technologies Inc'
device   = 'VT82C686/A/B "Super South" PCI to ISA Bridge'
class= bridge
subclass = PCI-ISA
[EMAIL PROTECTED]:4:1:   class=0x01018a card=0x chip=0x05711106 
rev=0x06 hdr=0x00
vendor   = 'VIA Technologies Inc'
device   = 'VT82 EIDE Controller (All VIA Chipsets)'
class= mass storage
subclass = ATA
[EMAIL PROTECTED]:4:2: class=0x0c0300 card=0x12340925 chip=0x30381106 rev=0x16 
hdr=0x00
vendor   = 'VIA Technologies Inc'
device   = 'VT82x UHCI USB 1.1 Controller (All VIA Chipsets)'
class= serial bus
subclass = USB
[EMAIL PROTECTED]:4:3: class=0x0c0300 card=0x12340925 chip=0x30381106 rev=0x16 
hdr=0x00
vendor   = 'VIA Technologies Inc'
device   = 'VT82x UHCI USB 1.1 Controller (All VIA Chipsets)'
class= serial bus
subclass = USB
[EMAIL PROTECTED]:4:4:class=0x06 card=0x chip=0x30571106 
rev=0x40 hdr=0x00
vendor   = 'VIA Technologies Inc'
device   = 'VT82C686A/B ACPI Power Management Controller'
class= bridge
subclass = HOST-PCI
[EMAIL PROTECTED]:7:0:  class=0x01 card=0x10201de1 chip=0x00201000 rev=0x01 
hdr=0x00
vendor   = 'LSI Logic (Was: Symbios Logic, NCR)'
device   = 'LSI53C1010-33 PCI to Dual Channel Ultra160 SCSI Multifunction 
Controller'
class= mass storage
subclass = SCSI
[EMAIL PROTECTED]:7:1:  class=0x01 card=0x10201de1 chip=0x00201000 rev=0x01 
hdr=0x00
vendor   = 'LSI Logic (Was: Symbios Logic, NCR)'
device   = 'LSI53C1010-33 PCI to Dual Channel Ultra160 SCSI Multifunction 
Controller'
class= mass storage
subclass = SCSI
[EMAIL PROTECTED]:9:0:  class=0x02 card=0x000c8086 chip=0x12298086 rev=0x08 
hdr=0x00
vendor   = 'Intel Corporation'
device   = '82550/1/7/8/9 EtherExpress PRO/100(B) Ethernet Adapter'
class= network
subclass = ethernet
[EMAIL PROTECTED]:11:0:class=0x040100 card=0x80661102 chip=0x00021102 
rev=0x0a hdr=0x00
vendor   = 'Creative Labs'
device   = 'EMU1 Sound Blaster Live! (Also Live! 5.1) - OEM from DELL - 
CT4780'
class= multimedia
subclass = audio
[EMAIL PROTECTED]:11:1:class=0x098000 card=0x00201102 chip=0x70021102 
rev=0x0a hdr=0x00
vendor   = 'Creative Labs'
device   = 'EMU1 Game Port'
class= input device
[EMAIL PROTECTED]:0:0: class=0x03 card=0x00081002 chip=0x54461002 rev=0x00 
hdr=0x00
vendor   = 'ATI Technologies Inc.'
device   = 'Rage 128 PRO ULTRA Video Controller (VGA Compatible)'
class= display
subclass = VGA

And here is the tail of the buildworld error:

b/libstdc++/../../../contrib/libstdc++/libsupc++ 
-I/usr/src/gnu/lib/libstdc++/../../../contrib/gcc 
-I/usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/include 
-fno-implicit-templates -ffunction-sections -fdata-sections  -Wno-deprecated -c 
/usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/src/ext-inst.cc
c++ -O -pipe -march=pentiumpro -DIN_GLIBCPP_V3 -DHAVE_CONFIG_H 
-I/usr/src/gnu/lib/libstdc++ 
-I/usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/libsupc++ 
-I/usr/src/gnu/lib/libstdc++/../../../contrib/gcc 
-I/usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/include 
-fno-implicit-templates -ffunction-sections -fdata-sections  -Wno-deprecated -c 
/usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/src/io-inst.cc
c++ -O -pipe -march=pentiumpro -DIN_GLIBCPP_V3 -DHAVE_CONFIG_H 
-I/usr/src/gnu/lib/libstdc++ 
-I/usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/libsupc++ 
-I/usr/src/gnu/lib/libstdc++/../../../contrib/gcc 
-I/usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/include 
-fno-implicit-templates -ffunction-sections -fdata-sections  -Wno-deprecated -c 
/usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/src/istream-inst.cc
c++ -O -pipe -march=pentiumpro -DIN_GLIBCPP_V3 -DHAVE_CONFIG_H 
-I/usr/src/gnu/lib/libstdc+