>> >> I suspect this resulted in: >> >> https://autobuilder.yoctoproject.org/main/builders/nightly-rpm/builds/464/steps/BuildImages/logs/stdio >> > > The issue is caused by this construct in ccache's Makefile: > > extra_libs = -lz > > ccache$(EXEEXT): $(ccache_objs) $(extra_libs) > $(CC) $(all_cflags) -o $@ $(ccache_objs) $(all_ldflags) > $(extra_libs) $(LIBS) > > > Yet, what is really strange, on my machine 'make' does not see such > definition and use of extra_libs as a problem and the build succeeds fine. > > Does the autobuilder run a different make than I do? > > ak@kanavin-desktop:~/development/poky/build$ make -v > GNU Make 4.0 > Built for x86_64-pc-linux-gnu > ...
Nevermind, I should've dug a bit deeper: https://git.samba.org/?p=ccache.git;a=commit;h=f74c76107933046309861680b741adc67ac2a34e I'll resend with this patch included. Alex -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
