[U-Boot] [ANN] U-Boot v2017.09-rc4 released

Peter Robinson pbrobinson at gmail.com
Tue Sep 5 18:03:50 UTC 2017


On Tue, Sep 5, 2017 at 6:55 PM, Tom Rini <trini at konsulko.com> wrote:
> On Tue, Sep 05, 2017 at 06:47:20PM +0100, Peter Robinson wrote:
>> On Tue, Sep 5, 2017 at 6:42 PM, Tom Rini <trini at konsulko.com> wrote:
>> > On Tue, Sep 05, 2017 at 06:26:59PM +0100, Peter Robinson wrote:
>> >> On Mon, Sep 4, 2017 at 2:05 PM, Tom Rini <trini at konsulko.com> wrote:
>> >> > Hey all,
>> >> >
>> >> > It's release day and v2017.09-rc4 is out.  It's a week until release
>> >> > day.  Please let me know if you know of any regressions, thanks!
>> >>
>> >> I'm seeing an issue with a "make defconfig" we use in Fedora for
>> >> various utils on x86 which has regressed since RC2 (sorry, currently
>> >> traveling so not sure if it was before/after RC3). The error is:
>> >>
>> >> make -f ../scripts/Makefile.build obj=scripts
>> >>   GEN     ./Makefile
>> >> make -f ../scripts/Makefile.build obj=tools/environ
>> >>   gcc -O2 -g -pipe -Wall -Werror=format-security
>> >> -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong
>> >> --param=ssp-buffer-size=4 -grecord-gcc-switches
>> >> -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic
>> >> -Wp,-MD,scripts/.bin2c.d -Iscripts -Wall -Wstrict-prototypes -O2
>> >> -fomit-frame-pointer -o scripts/bin2c ../scripts/bin2c.c
>> >> ../scripts/Makefile.build:59: ../tools/environ/Makefile: No such file
>> >> or directory
>> >> make[2]: *** No rule to make target '../tools/environ/Makefile'.  Stop.
>> >> make[1]: *** [/builddir/build/BUILD/u-boot-2017.09-rc4/Makefile:1469:
>> >> environ] Error 2
>> >> make[1]: *** Waiting for unfinished jobs....
>> >> if [ -f ../.config -o -d ../include/config ]; then \
>> >> echo >&2 "  .. is not clean, please run 'make mrproper'"; \
>> >> echo >&2 "  in the '..' directory.";\
>> >> /bin/false; \
>> >> fi;
>> >> make[1]: Leaving directory '/builddir/build/BUILD/u-boot-2017.09-rc4/builds'
>> >
>> > What's the full make command (or set of comands) ?  It looks like you're
>> > doing mkdir builds ; cd builds ; make -C .. O=`pwd` defconfig and then
>> > something else?  Thanks!
>>
>> Full build log on x86_64 is
>> https://kojipkgs.fedoraproject.org//work/tasks/9100/21659100/build.log
>
> OK, so tools-only is broken.  I see it now, thanks.

Correct, sorry, that's what I meant when I said "various utils" but
clearly my brain is operating differently to my fingers today :-D


More information about the U-Boot mailing list