Re: Make buildworld fails (many times)

2003-06-22 Thread Kris Kennaway
On Sun, Jun 22, 2003 at 05:25:33PM -0700, Charlie Schluting wrote:
> 
> On Sun, 22 Jun 2003, Kris Kennaway wrote:
> 
> > On Sun, Jun 22, 2003 at 02:15:46PM -0700, Charlie Schluting wrote:
> >
> > > Other info:
> > > AMD K6-2 450MHz, 192MB.
> > > Current install: 5.0-RELEASE-p7
> >
> > This is likely to be a hardware issue.  AMD k6's are very sensitive to
> > temperature and require lots of CPU cooling.  Or maybe you have bad
> > RAM or other failing hardware.
> >
> > Kris
> >
> 
> Well, I tried to run make again, and it stopped in another place.
> Unfortunately, it wasn't a signal 11:

Doesn't matter, the random nature of the crashes is a dead give-away.

Kris


pgp0.pgp
Description: PGP signature


Re: Make buildworld fails (many times)

2003-06-22 Thread Charlie Schluting
Kent Stewart wrote:

It doesn't matter. My rule is that if you are the only one with problems, it 
is your computer that has the problem. There haven't been a number of 
complaints of buildworld failures in -current, which is where they would be 
if 5.x was failing.

In the past, IIRC, many of the K6 450 users had to underclock them to get them 
stable. 

Kent

Thanks for the help. I also found some info in the Sig11 doc about 
having to run these POS procs @ 400MHz (still more than enough for my 
NAT router / firewall). Oh well, that will have to wait for another 
weekend :)
--Charlie

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


Re: Make buildworld fails (many times)

2003-06-22 Thread Kent Stewart
On Sunday 22 June 2003 05:25 pm, Charlie Schluting wrote:
> On Sun, 22 Jun 2003, Kris Kennaway wrote:
> > On Sun, Jun 22, 2003 at 02:15:46PM -0700, Charlie Schluting wrote:
> > > Other info:
> > > AMD K6-2 450MHz, 192MB.
> > > Current install: 5.0-RELEASE-p7
> >
> > This is likely to be a hardware issue.  AMD k6's are very sensitive to
> > temperature and require lots of CPU cooling.  Or maybe you have bad
> > RAM or other failing hardware.
> >
> > Kris
>
> Well, I tried to run make again, and it stopped in another place.
> Unfortunately, it wasn't a signal 11:

It doesn't matter. My rule is that if you are the only one with problems, it 
is your computer that has the problem. There haven't been a number of 
complaints of buildworld failures in -current, which is where they would be 
if 5.x was failing.

In the past, IIRC, many of the K6 450 users had to underclock them to get them 
stable. 

Kent

> cc -fpic -DPIC -O -pipe -mcpu=pentiumpro -DHAVE_CONFIG_H=1
> -DSTDC_HEADERS=1 -DHAVE_TEMPNAM=1 -DNO_EOF_CHAR_CHECK=1 -DRETSIGTYPE=void
> -DSkip_f2c_Undefs=1 -DIEEE_drem=1 -DAllow_TYQUAD -DPedantic
> -I/usr/src/gnu/lib/libg2c/../../../contrib/libf2c
> -I/usr/src/gnu/lib/libg2c/../../../contrib/libf2c/libF77
> -I/usr/src/gnu/lib/libg2c/../../../contrib/libf2c/libI77
> -I/usr/src/gnu/lib/libg2c/../../../contrib/libf2c/libU77
> -I/usr/src/gnu/lib/libg2c  -c -DLperror -o perror.So
> /usr/src/gnu/lib/libg2c/../../../contrib/libf2c/f2cext.c
> *** Signal 10
>
> Stop in /usr/src/gnu/lib/libg2c.
> *** Error code 1
>
>
> Does this still sound like hardware issues?
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html

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


Re: Make buildworld fails (many times)

2003-06-22 Thread Charlie Schluting

On Sun, 22 Jun 2003, Kris Kennaway wrote:

> On Sun, Jun 22, 2003 at 02:15:46PM -0700, Charlie Schluting wrote:
>
> > Other info:
> > AMD K6-2 450MHz, 192MB.
> > Current install: 5.0-RELEASE-p7
>
> This is likely to be a hardware issue.  AMD k6's are very sensitive to
> temperature and require lots of CPU cooling.  Or maybe you have bad
> RAM or other failing hardware.
>
> Kris
>

Well, I tried to run make again, and it stopped in another place.
Unfortunately, it wasn't a signal 11:
cc -fpic -DPIC -O -pipe -mcpu=pentiumpro -DHAVE_CONFIG_H=1
-DSTDC_HEADERS=1 -DHAVE_TEMPNAM=1 -DNO_EOF_CHAR_CHECK=1 -DRETSIGTYPE=void
-DSkip_f2c_Undefs=1 -DIEEE_drem=1 -DAllow_TYQUAD -DPedantic
-I/usr/src/gnu/lib/libg2c/../../../contrib/libf2c
-I/usr/src/gnu/lib/libg2c/../../../contrib/libf2c/libF77
-I/usr/src/gnu/lib/libg2c/../../../contrib/libf2c/libI77
-I/usr/src/gnu/lib/libg2c/../../../contrib/libf2c/libU77
-I/usr/src/gnu/lib/libg2c  -c -DLperror -o perror.So
/usr/src/gnu/lib/libg2c/../../../contrib/libf2c/f2cext.c
*** Signal 10

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


Does this still sound like hardware issues?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Make buildworld fails (many times)

2003-06-22 Thread Kris Kennaway
On Sun, Jun 22, 2003 at 02:15:46PM -0700, Charlie Schluting wrote:

> Other info:
> AMD K6-2 450MHz, 192MB.
> Current install: 5.0-RELEASE-p7

This is likely to be a hardware issue.  AMD k6's are very sensitive to
temperature and require lots of CPU cooling.  Or maybe you have bad
RAM or other failing hardware.

Kris


pgp0.pgp
Description: PGP signature


Make buildworld fails (many times)

2003-06-22 Thread Charlie Schluting
Ok, I must be doing something wrong. This is my firewall box (5.0) and
it has  the "calcru negative time of blah for pid blah" issue. So, I
decided to rebuild the world. Here's what I did:
rm -rf /usr/src/*
cvsup'd with this:
*default release=cvs tag=RELENG_5_0
src-all

The first time, I did make -j4 buildworld, and it failed on something
similar to this:
cc1 in free(): warning: junk pointer, too high to make sense
/usr/src/crypto/openssl/crypto/conf/conf_mod.c: In function `module_init':
/usr/src/crypto/openssl/crypto/conf/conf_mod.c:414: internal error:
Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See http://www.gnu.org/software/gcc/bugs.html> for instructions.
*** Error code 1

Stop in /usr/src/secure/lib/libcrypto.

This was actually the most recent error, produced after I cvsup'd tag=.
The 2nd try, I did it with tag=RELENG_5_1, and I got a similar error; this
time it was talking about something to do with kerberos (its always
failing in the crypto stuff). I never did the -j4 after the first time
because I thought maybe it was messing up (at times I saw a 7 load avg).

Any Ideas? I stopped relying on make cleandir, and I just delete the src
directory before cvsup-ing.

Maybe its a gcc thing?
su-2.05b# gcc -v
Using built-in specs.
Configured with: FreeBSD/i386 system compiler
Thread model: posix
gcc version 3.2.1 [FreeBSD] 20021119 (release)

Other info:
AMD K6-2 450MHz, 192MB.
Current install: 5.0-RELEASE-p7

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