Date: Mon, 11 Apr 2005 14:34:59 -0700 From: Sean McNeil <sean@mcneil.com> To: amd64@freebsd.org Subject: need help with make amd64-stable Message-ID: <1113255299.68574.6.camel@server.mcneil.com>
next in thread | raw e-mail | index | archive | help
Hi folks, My system freaked out a little with the change to the recomputing the file system summary. I think I might have a corrupt file somewhere, but I don't know where. I've removed /usr/obj and /usr/src and re-cvsup'd. I still get the following core dump of make (make installworld): #0 0x0000000000436e32 in memcpy (dst0=0x800, src0=0x576170, length=18446744073709551615) at bcopy.c:110 #1 0x000000000040f5b3 in SuffFindNormalDeps (gn=0x56ac80, slst=0x55c0c0) at /usr/src/usr.bin/make/suff.c:1797 #2 0x000000000040fc1b in SuffFindDeps (gn=0x56ac80, slst=0x55c0c0) at /usr/src/usr.bin/make/suff.c:2167 #3 0x000000000040fb10 in Suff_FindDeps (gn=0x800) at /usr/src/usr.bin/make/suff.c:2115 #4 0x000000000040226d in CompatMake (gnp=0x800, pgnp=0x576170) at /usr/src/usr.bin/make/compat.c:453 #5 0x0000000000414fe1 in Lst_ForEachFrom (l=0x800, ln=0x576170, proc=0x402230 <CompatMake>, d=0x572d00) at /usr/src/usr.bin/make/lst.lib/lstForEachFrom.c:94 #6 0x0000000000414f72 in Lst_ForEach (l=0x58b640, proc=0x402230 <CompatMake>, d=0x572d00) at /usr/src/usr.bin/make/lst.lib/lstForEach.c:73 #7 0x000000000040227e in CompatMake (gnp=0x800, pgnp=0x576170) at /usr/src/usr.bin/make/compat.c:454 #8 0x0000000000414fe1 in Lst_ForEachFrom (l=0x800, ln=0x576170, proc=0x402230 <CompatMake>, d=0x572c80) at /usr/src/usr.bin/make/lst.lib/lstForEachFrom.c:94 #9 0x0000000000414f72 in Lst_ForEach (l=0x58b440, proc=0x402230 <CompatMake>, d=0x572c80) at /usr/src/usr.bin/make/lst.lib/lstForEach.c:73 #10 0x000000000040227e in CompatMake (gnp=0x800, pgnp=0x576170) ---Type <return> to continue, or q <return> to quit--- at /usr/src/usr.bin/make/compat.c:454 #11 0x0000000000414fe1 in Lst_ForEachFrom (l=0x800, ln=0x576170, proc=0x402230 <CompatMake>, d=0x572a00) at /usr/src/usr.bin/make/lst.lib/lstForEachFrom.c:94 #12 0x0000000000414f72 in Lst_ForEach (l=0x584680, proc=0x402230 <CompatMake>, d=0x572a00) at /usr/src/usr.bin/make/lst.lib/lstForEach.c:73 #13 0x000000000040227e in CompatMake (gnp=0x800, pgnp=0x576170) at /usr/src/usr.bin/make/compat.c:454 #14 0x0000000000414fe1 in Lst_ForEachFrom (l=0x800, ln=0x576170, proc=0x402230 <CompatMake>, d=0x590b80) at /usr/src/usr.bin/make/lst.lib/lstForEachFrom.c:94 #15 0x0000000000414f72 in Lst_ForEach (l=0x59c500, proc=0x402230 <CompatMake>, d=0x590b80) at /usr/src/usr.bin/make/lst.lib/lstForEach.c:73 #16 0x000000000040227e in CompatMake (gnp=0x800, pgnp=0x576170) at /usr/src/usr.bin/make/compat.c:454 #17 0x0000000000402696 in Compat_Run (targs=0x58e840) at /usr/src/usr.bin/make/compat.c:701 #18 0x0000000000409e25 in main (argc=3, argv=0x7fffffffe978) at /usr/src/usr.bin/make/main.c:897 This happens with a make installworld, but if I go into /usr/src/gnu/usr.bin/groff/font/devhtml and make install it doesn't core dump. /etc/make.conf is DEBUG_FLAGS= -g SUP_UPDATE= yes SUP= /usr/local/bin/cvsup SUPFLAGS= -g -L 2 SUPHOST= cvsup10.FreeBSD.org SUPFILE= /usr/share/examples/cvsup/stable-supfile PORTSSUPFILE= /usr/share/examples/cvsup/ports-supfile KERNCONF=AMD64 CUPS_OVERWRITE_BASE=yes ENABLE_SUID_K5SU=yes HAVE_GTK=yes MAKE_KERBEROS5=yes NO_LPR=true NO_MAILWRAPPER=true NO_SENDMAIL=true NO_SUID_XSERVER=YES WANT_OPENLDAP_SASL?=yes WITH_APACHE2=yes WITH_BDB_VER=42 WITH_BERKELEYDB=db42 WITH_BSD_JDK=TRUE #WITH_DEBUG=yes WITH_DOMXML=yes WITH_DROPSHADOW=yes WITH_DVDHACK=yes WITH_FREEBSD_AGP=yes WITH_GETTEXT=yes WITH_GPHOTO2=yes WITH_GTK2=yes WITH_GUI=yes WITH_IMAP=yes WITH_IPV6=yes WITH_LDAP=openldap2 WITH_LIB32=yes WITH_LIBMAP=yes WITH_OPENLDAP=yes WITH_OPENLDAP_VER=22 WITH_MCAL=yes WITH_MCRYPT=yes WITH_MENUBAR_FONTSET=yes WITH_MHASH=yes WITH_MOD_DAV_SVN=yes #WITH_MOZILLA=mozilla-devel-gtk2 WITH_MOZILLA=mozilla-gtk2 WITH_POSTGRESQL=yes WITH_SASL=yes WITH_TTF_BYTECODE_ENABLED=YES WITH_UNIXODBC=yes # added by use.perl 2005-03-11 01:00:51 PERL_VER=5.8.6 PERL_VERSION=5.8.6 Anyone have ideas as to how I can resolve this? TIA, Sean
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1113255299.68574.6.camel>