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