From owner-freebsd-arm@freebsd.org Sat Feb 6 22:03:23 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 BF8BAA9F12C for ; Sat, 6 Feb 2016 22:03:23 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from outbound1b.ore.mailhop.org (outbound1b.ore.mailhop.org [54.200.247.200]) (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 A54CCBAA for ; Sat, 6 Feb 2016 22:03:23 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from ilsoft.org (unknown [73.34.117.227]) by outbound1.ore.mailhop.org (Halon Mail Gateway) with ESMTPSA; Sat, 6 Feb 2016 22:03:30 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.15.2/8.14.9) with ESMTP id u16M3FuD004651; Sat, 6 Feb 2016 15:03:15 -0700 (MST) (envelope-from ian@freebsd.org) Message-ID: <1454796195.1337.62.camel@freebsd.org> Subject: Re: RPI2 World build stopped in /usr/src/sys/boot/efi/boot1 From: Ian Lepore To: bob prohaska , freebsd-arm@freebsd.org Date: Sat, 06 Feb 2016 15:03:15 -0700 In-Reply-To: <20160206215251.GB150@www.zefox.net> References: <20160206215251.GB150@www.zefox.net> Content-Type: text/plain; charset="us-ascii" X-Mailer: Evolution 3.16.5 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 7bit 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 22:03:23 -0000 On Sat, 2016-02-06 at 13:52 -0800, bob prohaska wrote: > 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 Looks like the fix got committed 9 minutes after your email. :) -- Ian