From owner-freebsd-arm@FreeBSD.ORG Tue Jan 20 16:11:14 2015 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2622FC58; Tue, 20 Jan 2015 16:11:14 +0000 (UTC) Received: from mail-pa0-x233.google.com (mail-pa0-x233.google.com [IPv6:2607:f8b0:400e:c03::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E1CEB5FD; Tue, 20 Jan 2015 16:11:13 +0000 (UTC) Received: by mail-pa0-f51.google.com with SMTP id fb1so12074331pad.10; Tue, 20 Jan 2015 08:11:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :message-id:references:to; bh=QT+ZqGQgcCfKavHaYGZtzls6qR0AajaM56OF1jE+ja4=; b=Ny8wG8dxg1InQoy9NHBCGt22Sssv95EPVF2QCAmTVgQME2HG1XIUht53kbarrBAdFu /bE1FH2FiFh6osSVmhgi/iQ2zRmatL0CVzRvgiI/fJ3KeZlario1lna2q7SApQcSmB6V e5V3k4E9wBK2oNHbUX3jsicq6MRUGsNzbHt6U0F4VW9tcWT68Fn5i7gLiptEC8h0umZ5 YGPk0pS2vsnfxg43VdB4nl2+aGRJ3uk9xPolql979qPXUY6jxoDjLLaGKpeszI7Gr6iP xHFu5BwfQQlGC187Ns+odEFC1SFP2xcnGJEm3pGcGY83fl+ysZS3MhqJ72sTsnd+yoTN E9lA== X-Received: by 10.70.130.108 with SMTP id od12mr53896445pdb.109.1421770273403; Tue, 20 Jan 2015 08:11:13 -0800 (PST) Received: from [10.73.52.242] (pat_11.qualcomm.com. [192.35.156.11]) by mx.google.com with ESMTPSA id le6sm3657836pab.33.2015.01.20.08.11.11 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 20 Jan 2015 08:11:12 -0800 (PST) Mime-Version: 1.0 (Mac OS X Mail 8.1 \(1993\)) Subject: Re: Arm.armv6 build world fails on amd64 10.1-RELEASE From: Michael Mitchell In-Reply-To: <1421767159.14601.373.camel@freebsd.org> Date: Tue, 20 Jan 2015 08:11:10 -0800 Message-Id: <803CBA5E-9CB2-44A5-9F01-91BE23AAECB1@gmail.com> References: <, > <1421688501.14601.369.camel@freebsd.org> <, > <1421767159.14601.373.camel@freebsd.org> To: Ian Lepore X-Mailer: Apple Mail (2.1993) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "freebsd-arm@freebsd.org" , the_mix_room@hotmail.com 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 16:11:14 -0000 i also start with a clean directory (there is no .svn subdirectory) when = i checkout stable to /usr/src. if svn is not functional, have you tried svnlite which is = built with the system during buildworld? > On Jan 20, 2015, at 7:19 AM, Ian Lepore wrote: >=20 > 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=20 >> svn checkout http://svn.FreeBSD.org/base/head /usr/src -> build fails = aswell. The same file.=20 >>=20 >>=20 >>=20 >>=20 >> 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 >>=20 >> # svn checkout http://svn.freebsd.org/base/stable/10 /usr/src >> # make TARGET=3Darm TARGET_ARCH=3Darmv6 buildworld >> this is working for me this morning... >=20 > 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? >=20 > 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? >=20 > -- Ian >=20 >=20 > _______________________________________________ > freebsd-arm@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-arm = > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org = "