svn commit: r294981 - in stable/10/sys/boot: common efi efi/boot1 efi/include efi/libefi efi/loader efi/loader/arch/amd64 fdt i386/libi386
Steven Hartland
steven at multiplay.co.uk
Sat Feb 6 22:06:18 UTC 2016
After waiting 6 1/2 hours for a tinderbox build the fix for this is in
r295356.
I'm now kicking off a stable/10 tinderbox with this + ia64 (stable/10) fix.
I'll know by tomorrow morning, apologies for the breakage.
Regards
Steve
On 05/02/2016 21:22, NGie Cooper wrote:
>> On Jan 28, 2016, at 04:11, Steven Hartland <smh at FreeBSD.org> wrote:
>>
>> Author: smh
>> Date: Thu Jan 28 12:11:42 2016
>> New Revision: 294981
>> URL: https://svnweb.freebsd.org/changeset/base/294981
>>
>> Log:
>> MFC r281169, r293724, r293796, r294029, r294041, r294058
>>
>> MFC r281169 (by andrew):
>> Make global variabled only used in this file static
>>
>> MFC r294058:
>> Make common boot file_loadraw name parameter const
>>
>> MFC r294041:
>> Remove unused reg param from fdt_fixup_memory
>>
>> MFC r293724:
>> Enable warnings in EFI boot code
>>
>> MFC r293796:
>> Fix typo in libefi.c
>>
>> MFC r294029:
>> Only build EFI components on supported compilers
>>
>> Sponsored by: Multiplay
> This commit broke tinderbox with arm:armeb on universe10a.freebsd.org:
>
> cc1: warnings being treated as errors
> In file included from /scratch/tmp/ngie/svn/sys/boot/arm/uboot/../../common/load_elf32.c:7:
> /scratch/tmp/ngie/svn/sys/boot/arm/uboot/../../common/load_elf.c: In function 'elf32_parse_modmetadata':
> /scratch/tmp/ngie/svn/sys/boot/arm/uboot/../../common/load_elf.c:859: warning: cast to pointer from integer of different size
> *** [load_elf32.o] Error code 1
>
> Given the issues that we have with ia64 not being able to build right now, I would consider pulling this out of ^/stable/10, fully fixing it, then reintegrating it.
>
> Thanks,
> -Ngie
More information about the svn-src-stable
mailing list