Date: Fri, 13 Dec 2002 16:19:25 -0500 From: "Russell D. Murphy Jr." <rdmurphy@vt.edu> To: FreeBSD-stable@FreeBSD.org Subject: repeated trouble w/ buildworld Message-ID: <15866.20189.734573.167105@knock.econ.vt.edu>
next in thread | raw e-mail | index | archive | help
I usually update my office machine weekly, but did not the week of
Thanksgiving. Last week the buildworld failed, but I didn't have time
to follow up on the problem (and thought it might not be my problem
and so be resolved in short order). However, the build failed again
this week. I removed /usr/src and tried again without any luck.
I've checked UPDATING. I'm subscribed to the mailing list and try to
quickly review it -- I haven't noticed anything related, but that
doesn't mean I haven't missed something.
Any ideas? This machine has been running this configuration since
last spring without problems. I can't recall anything that I might
have done in the last several weeks that might have contributed.
Some info is included below (system name, make.conf, tail of build
logs).
Thanks for any suggestions you can offer.
Russ Murphy
System:
knock [rdmurphy]% uname -a
FreeBSD knock.econ.vt.edu 4.7-STABLE FreeBSD 4.7-STABLE #0:
Fri Nov 22 04:24:57 EST 2002
root@knock.econ.vt.edu:/usr/obj/usr/src/sys/KNOCK i386
I have logs of the builds, but won't send them out unless needed.
knock [rdmurphy]% cd /var/tmp
knock [tmp]% ll 20*
-rw-r--r-- 1 root wheel 1466206 Dec 6 13:27 20-buildworld-021206a.log
-rw-r--r-- 1 root wheel 39116 Dec 13 11:10 20-buildworld-021213.log
-rw-r--r-- 1 root wheel 5611940 Dec 13 04:17 20-buildworld-021213a.log
-rw-r--r-- 1 root wheel 1241704 Dec 13 10:28 20-buildworld-021213b.log
The make command used was:
make buildworld 2>&1 > ${BWLOG}-$TODAY.log
The top of /etc/make.conf is:
CPUTYPE=i686
CFLAGS= -O -pipe
CXXFLAGS+= -fmemoize-lookups -fsave-memoized
COPTFLAGS= -O -pipe
ENABLE_SUID_SSH= true
NOPROFILE= true # Avoid compiling profiled libraries
NOUUCP= true # do not build uucp related programs
NO_I4B= true # do not build isdn4bsd package
MAKE_IDEA= YES # IDEA (128 bit symmetric encryption)
COMPAT22= yes
COMPAT3X= yes
COMPAT4X= yes
The tail ends of the build logs are:
(last week)
1 - knock [tmp]% tail -20 20-buildworld-021206a.log
===================================================
sh /usr/src/tools/install.sh -o root -g wheel -m 444 crt1.o crti.o crtn.o gcrt1
.o /usr/obj/usr/src/i386/usr/lib
echo "===> lib/libcrypt"; cd /usr/src/lib/libcrypt; make DIRPRFX=lib/libcrypt/
depend; make DIRPRFX=lib/libcrypt/ all; make DIRPRFX=lib/libcrypt/ install
===> lib/libcrypt
rm -f .depend
mkdep -f .depend -a -I/usr/src/lib/libcrypt/../libmd -I/usr/src/lib/libcrypt/
../libutil -DLIBC_SCCS -I/usr/src/lib/libcrypt -DHAS_DES -DHAS_BLOWFISH -DMD5Ini
t=__MD5Init -DMD5Final=__MD5Final -DMD5Update=__MD5Update -DMD5Pad=__MD5Pad -Dau
th_getval=__auth_getval -Dproperty_find=__property_find -Dproperties_read=__prop
erties_read -Dproperties_free=__properties_free /usr/src/lib/libcrypt/crypt.c /
usr/src/lib/libcrypt/crypt-md5.c /usr/src/lib/libcrypt/../libmd/md5c.c /usr/src/
lib/libcrypt/misc.c /usr/src/lib/libcrypt/../../secure/lib/libcrypt/crypt-des.c
/usr/src/lib/libcrypt/../../secure/lib/libcrypt/crypt-blowfish.c /usr/src/lib/li
bcrypt/../../secure/lib/libcrypt/blowfish.c /usr/src/lib/libcrypt/../libutil/aut
h.c /usr/src/lib/libcrypt/../libutil/property.c
*** Error code 1
Stop in /usr/src/lib/libcrypt.
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
(first today)
2 - knock [tmp]% tail -20 20-buildworld-021213a.log
===================================================
cc -O -pipe -march=pentiumpro -DMONOLITH -I/usr/src/secure/usr.bin/openssl -c
/usr/src/secure/usr.bin/openssl/../../../crypto/openssl/apps/version.c
cc -O -pipe -march=pentiumpro -DMONOLITH -I/usr/src/secure/usr.bin/openssl -
o openssl app_rand.o apps.o asn1pars.o ca.o ciphers.o crl.o crl2p7.o dgst.o dh.o
dhparam.o dsa.o dsaparam.o enc.o errstr.o gendh.o gendsa.o genrsa.o nseq.o open
ssl.o passwd.o pkcs12.o pkcs7.o pkcs8.o rand.o req.o rsa.o rsautl.o s_cb.o s_cli
ent.o s_server.o s_socket.o s_time.o sess_id.o smime.o speed.o spkac.o verify.o
version.o x509.o -lssl -lcrypto
*** Error code 1
Stop in /usr/src/secure/usr.bin/openssl.
*** Error code 1
Stop in /usr/src/secure/usr.bin.
*** Error code 1
Stop in /usr/src/secure.
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
(second time today)
3 - knock [tmp]% tail -16 20-buildworld-021213b.log
===================================================
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/cc_int/../cc_tools -I/usr/
src/gnu/usr.bin/cc/cc_int/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc_int/../../../
../contrib/gcc -I/usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/config -
DTARGET_NAME=\"i386-unknown-freebsd\" -DIN_GCC -D__FBSDID=__RCSID /usr/src/gnu/
usr.bin/cc/cc_int/../../../../contrib/gcc/c-aux-info.c /usr/src/gnu/usr.bin/cc/c
c_int/../../../../contrib/gcc/c-common.c /usr/src/gnu/usr.bin/cc/cc_int/../../..
/../contrib/gcc/c-convert.c /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/g
cc/c-iterate.c /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/c-pragma.c
/usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/c-typeck.c /usr/src/gnu/
usr.bin/cc/cc_int/../../../../contrib/gcc/caller-save.c /usr/src/gnu/usr.bin/cc/
cc_int/../../../../contrib/gcc/calls.c /usr/src/gnu/usr.bin/cc/cc_int/../../../.
./contrib/gcc/combine.c /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/c
onvert.c /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/cse.c /usr/src/g
nu/usr.bin/cc/cc_int/../../../../contrib/gcc/dbxout.c /usr/src/gnu/usr.bin/cc/cc
_int/../../../../contrib/gcc/dwarfout.c /usr/src/gnu/usr.bin/cc/cc_int/../../../
../contrib/gcc/emit-rtl.c /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc
/explow.c /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/expmed.c /usr/s
rc/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/expr.c /usr/src/gnu/usr.bin/cc/
cc_int/../../../../contrib/gcc/final.c /usr/src/gnu/usr.bin/cc/cc_int/../../../.
./contrib/gcc/flow.c /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/fold
-const.c /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/function.c /usr/
src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/getpwd.c /usr/src/gnu/usr.bin/
cc/cc_int/../../../../contrib/gcc/global.c /usr/src/gnu/usr.bin/cc/cc_int/../../
../../contrib/gcc/graph.c /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc
/hash.c /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/integrate.c /usr/
src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/jump.c /usr/src/gnu/usr.bin/cc
/cc_int/../../../../contrib/gcc/lcm.c /usr/src/gnu/usr.bin/cc/cc_int/../../../..
/contrib/gcc/local-alloc.c /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gc
c/loop.c /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/optabs.c /usr/sr
c/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/print-rtl.c /usr/src/gnu/usr.bin
/cc/cc_int/../../../../contrib/gcc/print-tree.c /usr/src/gnu/usr.bin/cc/cc_int/.
./../../../contrib/gcc/real.c /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib
/gcc/recog.c /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/reg-stack.c
/usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/regclass.c /usr/src/gnu/u
sr.bin/cc/cc_int/../../../../contrib/gcc/reload.c /usr/src/gnu/usr.bin/cc/cc_int
/../../../../contrib/gcc/reload1.c /usr/src/gnu/usr.bin/cc/cc_int/../../../../co
ntrib/gcc/reorg.c /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/rtl.c /
usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/rtlanal.c /usr/src/gnu/usr
.bin/cc/cc_int/../../../../contrib/gcc/sbitmap.c /usr/src/gnu/usr.bin/cc/cc_int/
../../../../contrib/gcc/sdbout.c /usr/src/gnu/usr.bin/cc/cc_int/../../../../cont
rib/gcc/stmt.c /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/stor-layou
t.c /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/stupid.c /usr/src/gnu
/usr.bin/cc/cc_int/../../../../contrib/gcc/toplev.c /usr/src/gnu/usr.bin/cc/cc_i
nt/../../../../contrib/gcc/tree.c /usr/src/gnu/usr.bin/cc/cc_int/../../../../con
trib/gcc/unroll.c /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/varasm.
c /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/version.c /usr/src/gnu/
usr.bin/cc/cc_int/../../../../contrib/gcc/xcoffout.c /usr/src/gnu/usr.bin/cc/cc_
int/../../../../contrib/gcc/alias.c /usr/src/gnu/usr.bin/cc/cc_int/../../../../c
ontrib/gcc/bitmap.c /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/dwarf
2out.c /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/dyn-string.c /usr/
src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/except.c /usr/src/gnu/usr.bin/
cc/cc_int/../../../../contrib/gcc/gcse.c ../cc_tools/genrtl.c /usr/src/gnu/usr.b
in/cc/cc_int/../../../../contrib/gcc/profile.c /usr/src/gnu/usr.bin/cc/cc_int/..
/../../../contrib/gcc/regmove.c /usr/src/gnu/usr.bin/cc/cc_int/../../../../contr
ib/gcc/varray.c /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/config/i3
86/i386.c /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/sched.c insn-at
trtab.c insn-emit.c insn-extract.c insn-opinit.c insn-output.c insn-peep.c insn-
recog.c /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/choose-temp.c /us
r/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/obstack.c /usr/src/gnu/usr.b
in/cc/cc_int/../../../../contrib/gcc/prefix.c /usr/src/gnu/usr.bin/cc/cc_int/../
../../../contrib/gcc/pexecute.c /usr/src/gnu/usr.bin/cc/cc_int/../../../../contr
ib/gcc/splay-tree.c
*** Error code 1
Stop in /usr/src/gnu/usr.bin/cc/cc_int.
*** 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.
(third today - new /usr/src)
4 - knock [tmp]% tail -20 20-buildworld-021213.log
===================================================
Stop in /usr/src/gnu/usr.bin/groff/src/devices/grops.
*** Error code 1
Stop in /usr/src/gnu/usr.bin/groff/src/devices.
*** Error code 1
Stop in /usr/src/gnu/usr.bin/groff/src.
*** Error code 1
Stop in /usr/src/gnu/usr.bin/groff.
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
--
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?15866.20189.734573.167105>
