From owner-freebsd-arm@FreeBSD.ORG Mon Jan 26 05:49:55 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 2DC0F305; Mon, 26 Jan 2015 05:49:55 +0000 (UTC) Received: from mail-ob0-x22e.google.com (mail-ob0-x22e.google.com [IPv6:2607:f8b0:4003:c01::22e]) (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 E0C41D29; Mon, 26 Jan 2015 05:49:54 +0000 (UTC) Received: by mail-ob0-f174.google.com with SMTP id gq1so6184535obb.5; Sun, 25 Jan 2015 21:49:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=IKK+yDTlwoKE0W9PwD4ucJXPpZ89LebSqDH+STUlezk=; b=bO+73/g5JeZY/v66PlO81LuP9SdwQNKyAfj4NoB6e4YU/1sSXgwZcE34Yl6t8ZoHg6 W0tfaKifnav2CQafq0elH5+UCyF4wC7hg5N+bnrhvoU9XqutQE/oHPCYoV0way6rEJ2L N8NbnP+9nc53GTG7/ba5qe3zRr3RlQCqR1jSEBxe3RZwiV9RxZDixu65XK5A1498dy0j kFjCcfStSyAfdToyZEVFtOTuinu6xAaEOFCy5zloDfO3QEq51AwArhqVVjjDEEBAp4uH UUyq1yV3RkmNa3M4B8rOgdg11IcHl91fXXOHeLNWgG23Piyo/fUbLSDagARaqIQELJcG yWXQ== X-Received: by 10.202.61.9 with SMTP id k9mr11308007oia.116.1422251394060; Sun, 25 Jan 2015 21:49:54 -0800 (PST) MIME-Version: 1.0 Received: by 10.76.109.196 with HTTP; Sun, 25 Jan 2015 21:49:23 -0800 (PST) In-Reply-To: References: <1421688501.14601.369.camel@freebsd.org> <1421767159.14601.373.camel@freebsd.org> <089D916F-81EB-4C6A-A1A0-177E2940A47F@bsdimp.com> From: Jia-Shiun Li Date: Mon, 26 Jan 2015 13:49:23 +0800 Message-ID: Subject: Re: Arm.armv6 build world fails on amd64 10.1-RELEASE To: the_mix_room Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "freebsd-arm@freebsd.org" , Ian Lepore 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: Mon, 26 Jan 2015 05:49:55 -0000 On Thu, Jan 22, 2015 at 4:33 PM, wrote: > > > 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 i= s > > > 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 coul= d > > > be related to setting them in the env? > > > > If that makes a difference, it would be the first time for these two > variables. > > The only time I=E2=80=99ve seen issues is when you had them set to diff= erent > things > > in your environment and on the command line. If only one is set, them n= ot > > working is a bug I=E2=80=99d be quite keen on fixing. > > > > Warner > I removed the variables from the shell. Removed /usr/src. Checked out > again. Rebuilt. Still failed. > > Out of curiosity I did 10.1R fresh install and checked out head/r277720 & stable-10/r277722 to build for arm. Both completed buildworld and (RPI-B) buildkernel without error. Could you try again on a fresh base installation? Maybe your problem is caused by src.conf, src incorrectly reference base, etc. contamination. Or someone just fixed it unintentionally. -Jia-Shiun.