From owner-freebsd-arm@freebsd.org Fri Feb 3 16:35:16 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 32D91CCFD9B for ; Fri, 3 Feb 2017 16:35:16 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (www.zefox.net [69.239.235.194]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "www.zefox.org", Issuer "www.zefox.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 146E3E9F for ; Fri, 3 Feb 2017 16:35:15 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (localhost [127.0.0.1]) by www.zefox.net (8.15.2/8.15.2) with ESMTPS id v13GENUJ072661 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 3 Feb 2017 08:14:24 -0800 (PST) (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.15.2/8.15.2/Submit) id v13GEN0c072660; Fri, 3 Feb 2017 08:14:23 -0800 (PST) (envelope-from fbsd) Date: Fri, 3 Feb 2017 08:14:23 -0800 From: bob prohaska To: freebsd-arm@freebsd.org Subject: Problems building world on 313159 Message-ID: <20170203161423.GA72630@www.zefox.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) 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 16:35:16 -0000 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