From owner-freebsd-arm@FreeBSD.ORG Tue Jan 20 15:19:27 2015 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5A4E3E29 for ; Tue, 20 Jan 2015 15:19:27 +0000 (UTC) Received: from mho-01-ewr.mailhop.org (mho-03-ewr.mailhop.org [204.13.248.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2DB29CEB for ; Tue, 20 Jan 2015 15:19:26 +0000 (UTC) Received: from [73.34.117.227] (helo=ilsoft.org) by mho-01-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1YDaaO-000BXN-6L; Tue, 20 Jan 2015 15:19:20 +0000 Received: from revolution.hippie.lan (revolution.hippie.lan [172.22.42.240]) by ilsoft.org (8.14.9/8.14.9) with ESMTP id t0KFJJkJ049051; Tue, 20 Jan 2015 08:19:19 -0700 (MST) (envelope-from ian@freebsd.org) X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 73.34.117.227 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1+61bwmJ42DXIoYcUL8IkEs Message-ID: <1421767159.14601.373.camel@freebsd.org> Subject: Re: Arm.armv6 build world fails on amd64 10.1-RELEASE From: Ian Lepore To: the_mix_room@hotmail.com Date: Tue, 20 Jan 2015 08:19:19 -0700 In-Reply-To: References: , <1421688501.14601.369.camel@freebsd.org> , Content-Type: text/plain; charset="us-ascii" X-Mailer: Evolution 3.12.8 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Cc: "freebsd-arm@freebsd.org" X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jan 2015 15:19:27 -0000 On Tue, 2015-01-20 at 08:33 +0000, the_mix_room@hotmail.com wrote: > svn checkout http://svn.FreeBSD.org/base/stable/10/ /usr/src-> build fails, with the same file missing > svn checkout http://svn.FreeBSD.org/base/head /usr/src -> build fails aswell. The same file. > > > > > Date: Mon, 19 Jan 2015 09:39:27 -0800 > Subject: Re: Arm.armv6 build world fails on amd64 10.1-RELEASE > From: mmitchel@gmail.com > To: ian@freebsd.org > CC: the_mix_room@hotmail.com; freebsd-arm@freebsd.org > > # svn checkout http://svn.freebsd.org/base/stable/10 /usr/src > # make TARGET=arm TARGET_ARCH=armv6 buildworld > this is working for me this morning... I notice on your original post you set TARGET and TARGET_ARCH in the environment. On this post you showed them on the command line. Make is sensitive (in ways that have always confused me) to a difference between env and command line and variables set in makefiles. I've only ever set those two variables on the command line, I wonder if the failure could be related to setting them in the env? If that's not the reason for the failure, then I think we'll probably need to see a complete build log, not just the fragment where it fails. Also, what OS version is the build host running? -- Ian