From owner-freebsd-stable Fri Dec 13 15:36:19 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56F6F37B401 for ; Fri, 13 Dec 2002 15:36:17 -0800 (PST) Received: from knock.econ.vt.edu (knock.econ.vt.edu [128.173.172.240]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9246543EDC for ; Fri, 13 Dec 2002 15:36:16 -0800 (PST) (envelope-from rdmurphy@knock.econ.vt.edu) Received: from knock.econ.vt.edu (rdmurphy@localhost [127.0.0.1]) by knock.econ.vt.edu (8.12.6/8.12.6) with ESMTP id gBDNaCrj072064; Fri, 13 Dec 2002 18:36:12 -0500 (EST) (envelope-from rdmurphy@knock.econ.vt.edu) Received: (from rdmurphy@localhost) by knock.econ.vt.edu (8.12.6/8.12.6/Submit) id gBDNaCs1072061; Fri, 13 Dec 2002 18:36:12 -0500 (EST) From: "Russell D. Murphy Jr." MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15866.28396.156175.66310@knock.econ.vt.edu> Date: Fri, 13 Dec 2002 18:36:12 -0500 To: Kent Stewart Cc: FreeBSD-stable@FreeBSD.ORG Subject: Re: repeated trouble w/ buildworld In-Reply-To: <200212131501.50007.kstewart@owt.com> References: <15866.20189.734573.167105@knock.econ.vt.edu> <200212131501.50007.kstewart@owt.com> X-Mailer: VM 7.07 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid Reply-To: rdmurphy@vt.edu Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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'm not sure if this is what you're looking for, but the last part of that log is: ===> gnu/usr.bin/cc/c++ rm -f .depend mkdep -f .depend -a -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=\"/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=\"2.95.4\" -DDEFAULT_TARGET_MACHINE=\"i386-unknown-freebsd\" -D__FBSDID=__RCSID /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_int.a >> .depend ===> 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 echo "int prepends_underscore = 1;" >>underscore.c; else echo "int prepends_underscore = 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=\"/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=\"2.95.4\" -D__FBSDID=__RCSID /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 = "GenuineIntel" Id = 0xf12 Stepping = 2) Thanks- RDM -- Russell D. Murphy Department of Economics Virginia Polytechnic Institute and State University Blacksburg, Virginia 24061 (540) 231-4537 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message