From owner-freebsd-arm@freebsd.org Sat Feb 6 21:52:59 2016 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 4B13CAA0B33 for ; Sat, 6 Feb 2016 21:52:59 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (www.zefox.net [69.239.235.194]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2ED832FF for ; Sat, 6 Feb 2016 21:52:58 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (localhost [127.0.0.1]) by www.zefox.net (8.14.9/8.14.5) with ESMTP id u16LqpFD009593; Sat, 6 Feb 2016 13:52:52 -0800 (PST) (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.14.9/8.14.5/Submit) id u16LqpU4009592; Sat, 6 Feb 2016 13:52:51 -0800 (PST) (envelope-from fbsd) Date: Sat, 6 Feb 2016 13:52:51 -0800 From: bob prohaska To: freebsd-arm@freebsd.org Subject: RPI2 World build stopped in /usr/src/sys/boot/efi/boot1 Message-ID: <20160206215251.GB150@www.zefox.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Feb 2016 21:52:59 -0000 Hi all, Buildworld stopped with --- all_subdir_sys --- /usr/src/sys/boot/efi/boot1/zfs_module.c:139:18: error: format specifies type 'size_t' (aka 'unsigned int') but the argument has type 'off_t' (aka 'long long') [-Werror,-Wformat] "(%lu)\n", st.st_size, spa->spa_name, filepath, EFI_ERROR_CODE(status)); ^~~~~~~~~~ 1 error generated. *** [zfs_module.o] Error code 1 make[6]: stopped in /usr/src/sys/boot/efi/boot1 I just tried re-running svnlite update, the cited file didn't change. The source tree is at 295345, building system is at r295306M (M for added debugging in the RPI2 kernel). This looks like a problem with the source tree, please clue me in if I should look closer to home. Thanks for reading and any guidance, bob prohaska