From owner-freebsd-amd64@FreeBSD.ORG Fri Mar 4 02:21:58 2005 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FF1416A4CE for ; Fri, 4 Mar 2005 02:21:58 +0000 (GMT) Received: from farside.isc.org (farside.isc.org [204.152.187.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17F7443D55 for ; Fri, 4 Mar 2005 02:21:58 +0000 (GMT) (envelope-from Peter_Losher@isc.org) Received: from [IPv6:2001:4f8:3:bb::37] (tardis.isc.org [IPv6:2001:4f8:3:bb::37]) by farside.isc.org (Postfix) with ESMTP id E2276677EF; Fri, 4 Mar 2005 02:21:57 +0000 (UTC) (envelope-from Peter_Losher@isc.org) Message-ID: <4227C659.2060206@isc.org> Date: Thu, 03 Mar 2005 18:22:17 -0800 From: Peter Losher User-Agent: Mozilla Thunderbird 1.0 (X11/20050210) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-amd64@FreeBSD.org X-Enigmail-Version: 0.89.6.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig7AB238F3E0D03A91E0C5BA5A" Subject: make buildworld failing this afternoon... X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Mar 2005 02:21:58 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig7AB238F3E0D03A91E0C5BA5A Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit from a 5-STABLE tree cvsupped six hours ago... It dies here: -=- cc -m32 -march=athlon-xp -msse2 -mfancy-math-387 -DCOMPAT_32BIT -I/usr/obj/usr/src/lib32/usr/include -L/usr/obj/usr/src/lib32/usr/lib32 -B/usr/obj/usr/src/lib32/usr/lib32 -O -pipe -Wall -DFREEBSD_ELF -DIN_RTLD -I/usr/src/libexec/rtld-elf/i386 -I/usr/src/libexec/rtld-elf -elf -fpic -DPIC -Wformat=2 -Wno-format-extra-args -Werror -nostdlib -e .rtld_start -elf -shared -Wl,-Bsymbolic -o ld-elf32.so.1 rtld_start.o reloc.o rtld.o rtld_lock.o map_object.o malloc.o xmalloc.o debug.o libmap.o -lc_pic # -=- with the buildworld incomplete; it dies at 'make installworld' here -=- mtree -deU -f /usr/src/include/../etc/mtree/BSD.include.dist -p /usr/include cd /usr/include/cam; for h in *.h; do if [ -L $h ]; then rm -f $h; fi; done cd /usr/include/geom; for h in *.h; do if [ -L $h ]; then rm -f $h; fi; done cd /usr/include/net; for h in *.h; do if [ -L $h ]; then rm -f $h; fi; done cd /usr/include/net80211; for h in *.h; do if [ -L $h ]; then rm -f $h; fi; done cd /usr/include/netatalk; for h in *.h; do if [ -L $h ]; then rm -f $h; fi; done cd /usr/include/netatm; for h in *.h; do if [ -L $h ]; then rm -f $h; fi; done cd /usr/include/netgraph; for h in *.h; do if [ -L $h ]; then rm -f $h; fi; done cd /usr/include/netinet; for h in *.h; do if [ -L $h ]; then rm -f $h; fi; done cd /usr/include/netinet6; for h in *.h; do if [ -L $h ]; then rm -f $h; fi; done cd /usr/include/netipsec; for h in *.h; do if [ -L $h ]; then rm -f $h; fi; done cd /usr/include/netipx; for h in *.h; do if [ -L $h ]; then rm -f $h; fi; done cd /usr/include/netkey; for h in *.h; do if [ -L $h ]; then rm -f $h; fi; done cd /usr/include/netnatm; for h in *.h; do if [ -L $h ]; then rm -f $h; fi; done cd /usr/include/netncp; for h in *.h; do if [ -L $h ]; then rm -f $h; fi; done cd /usr/include/netsmb; for h in *.h; do if [ -L $h ]; then rm -f $h; fi; done cd /usr/include/nfs; for h in *.h; do if [ -L $h ]; then rm -f $h; fi; done cd /usr/include/nfsclient; for h in *.h; do if [ -L $h ]; then rm -f $h; fi; done cd /usr/include/nfsserver; for h in *.h; do if [ -L $h ]; then rm -f $h; fi; done cd /usr/include/pccard; for h in *.h; do if [ -L $h ]; then rm -f $h; fi; done cd /usr/include/posix4; for h in *.h; do if [ -L $h ]; then rm -f $h; fi; done cd /usr/include/sys; for h in *.h; do if [ -L $h ]; then rm -f $h; fi; done cd /usr/include/vm; for h in *.h; do if [ -L $h ]; then rm -f $h; fi; done cd /usr/include/cam/scsi; for h in *.h; do if [ -L $h ]; then rm -f $h; fi; done cd /usr/include/dev/acpica; for h in *.h; do if [ -L $h ]; then rm -f $h; fi; done cd: can't cd to /usr/include/dev/acpica *** Error code 2 Stop in /usr/src/include. *** 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. -=- Ideas? (This same compile was sucessfull 18 hours ago on this same box) -Peter -- Peter_Losher@isc.org | ISC | OpenPGP 0xE8048D08 | "The bits must flow" --------------enig7AB238F3E0D03A91E0C5BA5A Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFCJ8ZZPtVx9OgEjQgRAmmWAKDEESmsPT1jyweuT/qPU4i6L07HvwCfWTjn 9Am24um/tWWZYMM8KoIJqkc= =Pbjd -----END PGP SIGNATURE----- --------------enig7AB238F3E0D03A91E0C5BA5A--