Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Dec 2002 16:26:27 -0800
From:      Kent Stewart <kstewart@owt.com>
To:        rdmurphy@vt.edu
Cc:        FreeBSD-stable@FreeBSD.ORG
Subject:   Re: repeated trouble w/ buildworld
Message-ID:  <200212131626.27910.kstewart@owt.com>
In-Reply-To: <15866.28396.156175.66310@knock.econ.vt.edu>
References:  <15866.20189.734573.167105@knock.econ.vt.edu> <200212131501.50007.kstewart@owt.com> <15866.28396.156175.66310@knock.econ.vt.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
On Friday 13 December 2002 03:36 pm, Russell D. Murphy Jr. wrote:
> Kent Stewart writes:
> | You aren't showing the error. The error 1 just means there was an
> | error messager earlier. Since they are stopping in different
> | places, I would expect hardware errors of some sort. If you are
> | running a make with a "-j?", turn it off so you don't get your
> | error message in a misleading location in the output.
>
> There's no -j specified; I just ran another buildworld just to be
> sure.  The command line (tcsh) was:
>
>   make buildworld >& /var/tmp/buildworld-021213.log &

I use a script to do that. It looks like
owt-207-41-94-233# cat mkworld
#! /bin/sh
cd /usr/src
make     buildworld 2>&1 | tee /var/log/build/bworld-`date=20
"+%Y%m%d-%H%M"`.log
#make -j4 buildworld 2>&1 | tee /var/log/build/bworld-`date=20
"+%Y%m%d-%H%M"`.log

The fold introduced by kmail isn't there

>
> I'm not sure if this is what you're looking for, but the last part
> of that log is:
>
> =3D=3D=3D> gnu/usr.bin/cc/c++
> rm -f .depend
> mkdep -f .depend -a    -DIN_GCC -DHAVE_CONFIG_H
> -DPREFIX=3D\"/usr/obj/usr/src/i386/usr\"
> -I/usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/c++/../cc_tools
> -I/usr/src/gnu/usr.bin/cc/c++/../cc_tools
> -I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc
> -I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc/config
> -DDEFAULT_TARGET_VERSION=3D\"2.95.4\"
> -DDEFAULT_TARGET_MACHINE=3D\"i386-unknown-freebsd\"
> -D__FBSDID=3D__RCSID=20
> /usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc/gcc.c
> /usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc/cp/g++spec.c
> echo c++: /usr/lib/libc.a
> /usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/c++/../cc_int/libcc_in
>t.a >> .depend =3D=3D=3D> gnu/usr.bin/cc/c++filt
> echo "int xxy_us_dummy;" >tmp-dum.c
> cc -S tmp-dum.c
> echo '/*WARNING: This file is automatically generated!*/'
> >underscore.c if grep _xxy_us_dummy tmp-dum.s > /dev/null ; then=20
> echo "int prepends_underscore =3D 1;" >>underscore.c;  else  echo
> "int prepends_underscore =3D 0;" >>underscore.c;  fi rm -f tmp-dum.c
> tmp-dum.s
> rm -f .depend
> mkdep -f .depend -a    -DIN_GCC -DHAVE_CONFIG_H
> -DPREFIX=3D\"/usr/obj/usr/src/i386/usr\"
> -I/usr/obj/usr/src/i386/usr/src/gnu/usr.bin/cc/c++filt/../cc_tools
> -I/usr/src/gnu/usr.bin/cc/c++filt/../cc_tools
> -I/usr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcc
> -I/usr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcc/config
> -DMAIN -DIN_GCC -DVERSION=3D\"2.95.4\" -D__FBSDID=3D__RCSID=20
> /usr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcc/cplus-dem.c
> /usr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcc/getopt.c
> /usr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcc/getopt1.c
> underscore.c Illegal instruction (core dumped)
> mkdep: compile failed
> *** Error code 1
>
> Stop in /usr/src/gnu/usr.bin/cc/c++filt.
> *** Error code 1
>
> Stop in /usr/src/gnu/usr.bin/cc.
> *** Error code 1
>
> Stop in /usr/src.
> *** Error code 1
>
> Stop in /usr/src.
> *** Error code 1
>
> Stop in /usr/src.
>
> | I personally find no -j faster then supplying a -j.
>
> These days, the speed doesn't bother me much one way or another
> (CPU: Pentium 4 (1694.86-MHz 686-class CPU)
>   Origin =3D "GenuineIntel"  Id =3D 0xf12  Stepping =3D 2)

This was the kind of error that I was expecting. One of the causes is=20
like Cy suggested and it looks to be heat related. You might try=20
running one of the mb monitors. I have AMD and have to use=20
xmbmon-107p1 but on some of my older systems I run lmmon. That will=20
show the rpm on the fans and will let you know if one is running=20
slow.

Kent
>
> Thanks-
>
> RDM

--=20
Kent Stewart
Richland, WA

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


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200212131626.27910.kstewart>