Hi Hauke, On Sat, May 31, 2014 at 1:29 PM, Hauke Mehrtens <hauke@xxxxxxxxxx> wrote: > On 05/08/2014 10:39 PM, Samuel Martin wrote: [...] >> Samuel Martin (10): >> backports: Makefile: introduce KROOT and fix INSTALL_MOD_PATH >> definition >> backports: Makefile: introduce KVERSION and rework KLIB definition >> backports: Makefile: export KROOT and KVERSION variables >> backports: blacklist.sh: support install root not in / >> backports: check_depmod.sh: support install root not in / >> backports: Makefile.real: use depmod.sh instead of the depmod program >> backports: Makefile.real: disable update-initramfs.sh execution when >> cross-compiling >> backports: Makefile.real: silent reboot message when cross-compiling >> backports: compress_module.sh: gzip silently overrides existing >> compressed modules >> backports: Makefile: update help text >> >> backport/Makefile | 33 ++++++++++++++++++++++++--------- >> backport/Makefile.real | 24 ++++++++++++++++-------- >> backport/scripts/blacklist.sh | 7 ++++--- >> backport/scripts/check_depmod.sh | 7 ++++--- >> backport/scripts/compress_modules.sh | 2 +- >> 5 files changed, 49 insertions(+), 24 deletions(-) >> >> -- >> 1.9.2 >> -- >> To unsubscribe from this list: send the line "unsubscribe backports" in >> the body of a message to majordomo@xxxxxxxxxxxxxxx >> More majordomo info at http://vger.kernel.org/majordomo-info.html >> > > Hi, > > I am getting some errors when using a configuration generated with > allyesconfig on an ubuntu 14.04 AMD64 system. > > Hauke > > hauke@hauke-desktop:~/compat-wireless/tmp$ ionice -c 3 nice -n 20 make -j5 > /usr/src/linux-headers-3.13.0-27-generic/arch/x86/Makefile:113: > CONFIG_X86_X32 enabled but no binutils support > scripts/basic/fixdep.c:462:1: fatal error: opening dependency file > scripts/basic/.fixdep.d: Permission denied > } > ^ > compilation terminated. > make[3]: *** [scripts/basic/fixdep] Error 1 > make[2]: *** [scripts_basic] Error 2 > /usr/src/linux-headers-3.13.0-27-generic/arch/x86/Makefile:113: > CONFIG_X86_X32 enabled but no binutils support > scripts/basic/fixdep.c:462:1: fatal error: opening dependency file > scripts/basic/.fixdep.d: Permission denied > } I don't really see how this is related to this series. It seems coming from the kernel sources itself, not the backport ones > ^ > compilation terminated. > make[5]: *** [scripts/basic/fixdep] Error 1 > make[4]: *** [scripts_basic] Error 2 > make[5]: `conf' is up to date. > boolean symbol HWMON tested for 'm'? test forced to 'n' > boolean symbol HWMON tested for 'm'? test forced to 'n' > # > # configuration written to .config > # > Building backport-include/backport/autoconf.h ... done. > Regards, -- Samuel -- To unsubscribe from this list: send the line "unsubscribe backports" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html