On Tue, Sep 05, 2017 at 06:26:59PM +0100, Peter Robinson wrote:
> On Mon, Sep 4, 2017 at 2:05 PM, Tom Rini <tr...@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!

-- 
Tom

Attachment: signature.asc
Description: Digital signature

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to