From owner-freebsd-arm@freebsd.org Fri Feb 3 18:21:17 2017 Return-Path: Delivered-To: freebsd-arm@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 76E1BCCFAED for ; Fri, 3 Feb 2017 18:21:17 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from outbound1a.eu.mailhop.org (outbound1a.eu.mailhop.org [52.58.109.202]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 19546670 for ; Fri, 3 Feb 2017 18:21:16 +0000 (UTC) (envelope-from ian@freebsd.org) X-MHO-User: 8a41ef71-ea3d-11e6-95b5-6dfd7dbb0ee5 X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 73.78.92.27 X-Mail-Handler: DuoCircle Outbound SMTP Received: from ilsoft.org (unknown [73.78.92.27]) by outbound1.eu.mailhop.org (Halon) with ESMTPSA id 8a41ef71-ea3d-11e6-95b5-6dfd7dbb0ee5; Fri, 03 Feb 2017 18:21:12 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.15.2/8.15.2) with ESMTP id v13IL5Hf024551; Fri, 3 Feb 2017 11:21:05 -0700 (MST) (envelope-from ian@freebsd.org) Message-ID: <1486146065.3017.194.camel@freebsd.org> Subject: Re: Problems building world on 313159 From: Ian Lepore To: bob prohaska , freebsd-arm@freebsd.org Date: Fri, 03 Feb 2017 11:21:05 -0700 In-Reply-To: <20170203161423.GA72630@www.zefox.net> References: <20170203161423.GA72630@www.zefox.net> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.18.5.1 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Feb 2017 18:21:17 -0000 On Fri, 2017-02-03 at 08:14 -0800, bob prohaska wrote: > For the last couple of days buildworld has been stopping with the > error > > /usr/src/sys/boot/efi/libefi/env.c:97:50: error: format specifies > type 'unsigned long' but the argument has type 'EFI_STATUS' (aka > 'unsigned int') [-Werror,-Wformat] >                 printf("Can't get the variable: error %#lx\n", > status); >                                                       ~~~~     ^~~~~~ >                                                       %#x > The sources are at 313159, the building system is at r312991. The > first  > time it failed I ran a make clean, the second time I removed > /usr/obj/usr, > each time updating sources between tries. > > This is self-hosted on an RPI2, but the error looks hardware- > independent > to me. Absence of prior discussion  suggests some  local mistake. > No intentional changes have been made for over a month, so I'm > stumped. > > Thanks for reading, any suggestions appreciated. > > bob prohaska Looks like a fix was committed in r313166. -- Ian