[U-Boot] [ANN] U-Boot v2017.09-rc4 released
Peter Robinson
pbrobinson at gmail.com
Tue Sep 5 17:26:59 UTC 2017
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'
More information about the U-Boot
mailing list