From owner-svn-src-all@freebsd.org Wed Oct 12 20:27:13 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8EA12C0FBBD; Wed, 12 Oct 2016 20:27:13 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-it0-x243.google.com (mail-it0-x243.google.com [IPv6:2607:f8b0:4001:c0b::243]) (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 57566C8F; Wed, 12 Oct 2016 20:27:13 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-it0-x243.google.com with SMTP id o19so4606151ito.3; Wed, 12 Oct 2016 13:27:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=aWQLI+3DSYijs5IeyGuAHXUSPAyMUS0VMwjVb5bwym4=; b=xmn/G8pvXNbjyLP5BjOXMirMYM0hRN9FMNjYEPOvVPFBvrCcGZxuVhpFdidDdy+VDA zp+SeMNLLKcMccpYiJOiNy1iKDyhGJ+iucpUARbCEzkajVncbW4mWQAt5oewv4QNIG9Q 7egMlWRV3zCXaTRE1ziqVIV/PGUc8DuxIQDpuRZNI5g6zUIWiBRVVw4wdWw8SYOYGRBC l5NJBLnlO8jNQwoZjfNSHxvJa1WsC5eJ0D/lmrzvdeWviSiEthNckLdSN404NWF1LYZ1 Z3whLca0xk3LEv0LTa4ZqaYbscJuGXZuQgymPv0AJ0YW2KM+ajRqBBj4lyKQeSS9qE5P KPjg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=aWQLI+3DSYijs5IeyGuAHXUSPAyMUS0VMwjVb5bwym4=; b=JhJ8Gv5eBTuwPXwrj9OTltDepkCmMljfTG3XaHVWr70lI6+iI+/ZrJODqBbn49+8Vb G7PTABUMnjD3hVh86OdE/W7EMT7WbcNY4FSYASYLCv4wO12CZx3iSzb6AQKPzLthHdUn csJUKbonQLF60fLxQNwT4zDaN0Xep7jL1zSJ0C0BxSsbcJSxVWx3Sy/iQp2O0QgmyDZX SqrFtps718QkoWQ0BUOQlZV08vK/sDufRsqnojlYKvy0stlj/N+XHEB0iYH7elGRR5ud kb6Tn6w7iLNZ6Rv/JS9bX0fuPTUdlS8GpOv6dZin8DFglz3v1LJlXbpVAWludbNVz8mY IC+g== X-Gm-Message-State: AA6/9RmhKTN7ws9MWcWF1SGnOyVmdxZvOTBegQ9/v4ROQXV/F0Rqxnkz3U8yRp7LCe5CqCFR8y5M+e+qcKM+zQ== X-Received: by 10.36.142.196 with SMTP id h187mr3238042ite.108.1476304032689; Wed, 12 Oct 2016 13:27:12 -0700 (PDT) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 10.107.180.211 with HTTP; Wed, 12 Oct 2016 13:26:52 -0700 (PDT) In-Reply-To: References: <201610112231.u9BMVk8K056208@repo.freebsd.org> From: Ed Maste Date: Wed, 12 Oct 2016 16:26:52 -0400 X-Google-Sender-Auth: WYPtPLfKUgGzwc7zPOgoM4QSkAg Message-ID: Subject: Re: svn commit: r307072 - in head/usr.sbin: . efivar To: Zbigniew Bodek Cc: Warner Losh , "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2016 20:27:13 -0000 On 12 October 2016 at 12:55, Zbigniew Bodek wrote: > Hello Warner, > > Did you try to build world for ARMv6 on HEAD? I'm not able to do so and the > issues seems to be related to this commit (missing efivar.h file). Indeed, my tinderbox build failed for arm.arm, arm.armeb, arm.armv6, arm64.aarch64, pc98.i386, i386.i386 with /scratch/tmp/emaste/freebsd/usr.sbin/efivar/efivar.c:31:10: fatal error: 'efivar.h' file not found #include ^ I temporarily unhooked it from the build in r307157.