Le 10/04/2013 21:01, Ryan a écrit : > Ryan <godsgood33 <at> gmail.com> writes: > >> >> Using LFS 7.3 I've gotten as far as section 6.7 where I'm setting up the >> kernel API's for Glibc. I'm getting the following error: >> >> root:/sources/linux-3.8.1# make headers_check >> CHK include/generated/uapi/linux/version.h >> HOSTCC scripts/basic/fixdep >> /bin/sh: scripts/basic/fixdep: Permission denied >> make[1]: *** [scripts/basic/fixdep] Error 1 >> make: *** [scripts_basic] Error 2 >> >> I've run through this twice to see if maybe I missed something or made a >> typo, everything works up to this point. >> >> Host System: >> OS: Kubuntu 12.10 >> CPU: i5 >> RAM: 32 GB >> HDD: spare 80GB >> >> Thoughts? >> > > FYI, I have checked permissions on fixdep and it's set for 660. I tried > adding x to the list, but got the same error. Upon checking again it had > reset to 660. > > I also looked at /bin/sh (which links to /bin/bash -> /tools/bin/bash), it's > permissions were 755, so that doesn't seem to be the problem. >
Have you tried verbose options ('make V=1 headers_check' or 'make V=2 headers_check')? Pierre -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page