From owner-freebsd-arm@FreeBSD.ORG Tue Feb 24 00:34:09 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 81C29BD0 for ; Tue, 24 Feb 2015 00:34:09 +0000 (UTC) Received: from mail-ie0-f171.google.com (mail-ie0-f171.google.com [209.85.223.171]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48EFA9A6 for ; Tue, 24 Feb 2015 00:34:08 +0000 (UTC) Received: by iebtr6 with SMTP id tr6so27929932ieb.10 for ; Mon, 23 Feb 2015 16:34:02 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:content-type:mime-version:subject:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=qkTo/kG/GNVScbOtuclt23z2A+IVFufKrfbZNREdnc8=; b=hCW+rhQU12skEYCgwqNWvpLlpFDx7blT3+gA3VMKqKIoqJJ6O1rtmIwxJFxpOtwMJT QhgTREGWgYU6uAdXQ2BksRHk84hZO1aZwHScp5Krw0/fzAgMDuKTsdPjoQkGKBGHEA4+ M98toBnJrwa4gPOfGNy/D3NHSw69As28ntM2CY+CiCwhgUZjfLTSmLrNrWkszNu3/Fgf 5mNLHkTEXKuAfTJTnOaeiHkzMHNq11auxj1bgs+05PTHqfSLtr4+I3mXGLirNHt4IL8Q aII12a7onVGnG53Y63/l55GeGhCveLNnM3mr26vDhnE9jVsCSllOCOrvR07nX2CfxGU6 mfbw== X-Gm-Message-State: ALoCoQmWVrBI23LaqKpf6kTdZObKh35J2A8lk00j+Jg8iOjYY1WNjV9038Aiv7baLlqlb3VMLq1h X-Received: by 10.107.36.9 with SMTP id k9mr17859889iok.2.1424738042381; Mon, 23 Feb 2015 16:34:02 -0800 (PST) Received: from netflix-mac-wired.bsdimp.com ([50.253.99.174]) by mx.google.com with ESMTPSA id q89sm10941562ioi.37.2015.02.23.16.34.01 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 23 Feb 2015 16:34:01 -0800 (PST) Sender: Warner Losh Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2070.6\)) Subject: Re: kernel build fails From: Warner Losh In-Reply-To: <20150223185333.0b6c56c4@ivory.wynn.com> Date: Mon, 23 Feb 2015 17:34:00 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <96BAB57B-85DD-4056-A19C-6853687A0413@bsdimp.com> References: <20150223173731.4902457d@ivory.wynn.com> <20150223185333.0b6c56c4@ivory.wynn.com> To: Brett Wynkoop X-Mailer: Apple Mail (2.2070.6) 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, 24 Feb 2015 00:34:09 -0000 > On Feb 23, 2015, at 4:53 PM, Brett Wynkoop = wrote: >=20 > On Mon, 23 Feb 2015 15:21:45 -0800 > Michael Mitchell wrote: >=20 >> i thought any arch except armv6 is currently problematic. (this is my >> experience with 10.x so far). >>=20 >=20 > See I think someone introduced a bug in the arm stuff as this was a > build using the GENERIC BEAGLEBONE config that was there when I > finished the svn up of the sources. I did not specify armv7! Can you describe your host environment, including the date it was last = updated, as well as the exact version of the sources you are trying to = build? It sounds like a tool mismatch. We=E2=80=99ve been moving very = quickly and lately the =E2=80=9Calways works=E2=80=9D buildkernel will = often fail when you haven=E2=80=99t updated your tools with a make = buildworld or make kernel-toolchain before make buildkernel. Warner