Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 03 Feb 2017 11:21:05 -0700
From:      Ian Lepore <ian@freebsd.org>
To:        bob prohaska <fbsd@www.zefox.net>, freebsd-arm@freebsd.org
Subject:   Re: Problems building world on 313159
Message-ID:  <1486146065.3017.194.camel@freebsd.org>
In-Reply-To: <20170203161423.GA72630@www.zefox.net>
References:  <20170203161423.GA72630@www.zefox.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1486146065.3017.194.camel>