From owner-svn-src-head@freebsd.org Thu Oct 13 07:05:05 2016 Return-Path: Delivered-To: svn-src-head@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 E5A35C0FE78 for ; Thu, 13 Oct 2016 07:05:05 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-it0-x22f.google.com (mail-it0-x22f.google.com [IPv6:2607:f8b0:4001:c0b::22f]) (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 AC119327 for ; Thu, 13 Oct 2016 07:05:05 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-it0-x22f.google.com with SMTP id l13so171777087itl.1 for ; Thu, 13 Oct 2016 00:05:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdimp-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=rOCsmo+Zk/z9Bvkk3FnpHDaoT/gUh6sxinDgCfZc5bw=; b=F/0TGoeE6Tc5mR0F8sq1bQpt9UGNAxQq4AUUwIcs978qux8wZiLwUMAv11A8sjFF2N SvZulj1OqvJByftNg6eBlfUJkzZ7nnlz3noyfKC+HFY9q9TyE3th+IYIW63cqFF55Vex GJEc9q5Jy+kvsCYD2hKazuRMb7F6k6o1PWqXaYFzGSb2DjxlIwiqXDGNHwdEvi/8DnkM biBL7uAHD+zKV7tQdNn7oAo/0zzp2Jj/bfzk4esJEJbvw8TcpfeAI5SxJ/lE5D0ISld8 cy7G3l9TBLs+Hlw4nvP1Q7IoFAPFcIBstvoq+jq3WpU+PmjtoeKL1LREIP8zmbScsJzs mJsA== 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=rOCsmo+Zk/z9Bvkk3FnpHDaoT/gUh6sxinDgCfZc5bw=; b=IIlm78p0hvOoXaaEzmOnQQInAP9+jljNFDjVq0HZAmWymKnER++JNC8d6T6CpNf7fG pVFQpNmloRKs14L5jGwRRVhHprs7tc7Y+1Cii/IDQ2QzZozdAmqmZlF6N6YLY721AGgW 0oF7txQdHNRvGF2VptuDDkh5ZB/KMX/7AV/nuk0hz8hA3wvZlx/QcpbA0nyfRqJ+k1ic gLku21pb/674NSkbqgjHxE8O4HhCqfP8nBBEdwEaLm27LhdHafkHb1DhMWRmBAUGhqfJ /CmB/ArfB76QudgXw7D7lXXEBEwo7or1rAHl5nKS3HkJoll2Dl9MUPyNmdJxDlQ2NOj3 oXFw== X-Gm-Message-State: AA6/9RkwNuOeFEYzHpIV9v5HVpp8ATi58m+G3N4mnI2G7HUQLDkLW1dZ5P8QmMMT95+Z/d+31iwwPH9mBu/Jsw== X-Received: by 10.36.53.214 with SMTP id k205mr5056945ita.85.1476342305076; Thu, 13 Oct 2016 00:05:05 -0700 (PDT) MIME-Version: 1.0 Sender: wlosh@bsdimp.com Received: by 10.79.77.85 with HTTP; Thu, 13 Oct 2016 00:05:04 -0700 (PDT) X-Originating-IP: [50.253.99.174] In-Reply-To: References: <201610122341.u9CNf2qO056708@slippy.cwsent.com> From: Warner Losh Date: Thu, 13 Oct 2016 01:05:04 -0600 X-Google-Sender-Auth: CuHy_nE4uMwrjHSvFjvjcsQ3C30 Message-ID: Subject: Re: svn commit: r307072 - in head/usr.sbin: . efivar To: Cy Schubert Cc: Ed Maste , Zbigniew Bodek , 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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2016 07:05:06 -0000 All these issues should be fixed. Sorry for the mixup. I'm learning git and mis-merged trees from two different laptops :(. Warner On Wed, Oct 12, 2016 at 6:22 PM, Warner Losh wrote: > I'll look into it. It worked just fine for me for all the builds I did > on many different machines. Ugg. > > Warner > > On Wed, Oct 12, 2016 at 5:41 PM, Cy Schubert wrote: >> In message > om> >> , Ed Maste writes: >>> 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. >>> >>> >> >> I had the same on amd64. >> >> >> -- >> Cheers, >> Cy Schubert >> FreeBSD UNIX: Web: http://www.FreeBSD.org >> >> The need of the many outweighs the greed of the few. >> >>