From owner-freebsd-amd64@FreeBSD.ORG Fri Mar 4 04:48:03 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 5AE0516A4CE for ; Fri, 4 Mar 2005 04:48:03 +0000 (GMT) Received: from pandora.afflictions.org (asylum.afflictions.org [64.7.134.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84AB743D2D for ; Fri, 4 Mar 2005 04:48:02 +0000 (GMT) (envelope-from dgerow@afflictions.org) Received: from localhost (localhost [127.0.0.1]) by pandora.afflictions.org (Postfix) with ESMTP id C58FB78C64 for ; Thu, 3 Mar 2005 23:48:48 -0500 (EST) Received: from pandora.afflictions.org ([127.0.0.1]) by localhost (pandora.afflictions.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 90580-02 for ; Thu, 3 Mar 2005 23:48:44 -0500 (EST) Received: from dementia.afflictions.org (dementia.afflictions.org [172.19.206.56]) by pandora.afflictions.org (Postfix) with ESMTP id D8EC278C62 for ; Thu, 3 Mar 2005 23:48:43 -0500 (EST) Received: by dementia.afflictions.org (Postfix, from userid 1001) id 1050328C27; Thu, 3 Mar 2005 23:48:00 -0500 (EST) Date: Thu, 3 Mar 2005 23:47:59 -0500 From: Damian Gerow To: freebsd-amd64@FreeBSD.org Message-ID: <20050304044759.GB36385@afflictions.org> Mail-Followup-To: freebsd-amd64@FreeBSD.org References: <4227C659.2060206@isc.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4227C659.2060206@isc.org> X-GPG-Fingerprint: B3D7 D901 A53A 1A99 BFD6 E6DF 9F3B 742B C288 9CC9 User-Agent: Mutt/1.5.6i X-Virus-Scanned: amavisd-new at pandora.afflictions.org Subject: Re: 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 04:48:03 -0000 Thus spake Peter Losher (Peter_Losher@isc.org) [03/03/05 21:22]: : cd: can't cd to /usr/include/dev/acpica : *** Error code 2 : : Stop in /usr/src/include. : *** Error code 1 I ran into the same problem. I did a 'make clean && rm -rf /usr/obj', and re-built again with success. But it did throw another error: there's a bunch of libraries in /usr/obj/usr/src/lib32/usr/lib32/ that are all schg, and can't be removed. Might be done on purpose, might not. (Yes, 'chflags noschg /usr/obj/usr/src/lib32/usr/lib32/*' did the trick.)