Bug 9201

Summary: Permission denied make: *** [core-dependencies] Error 126 in Buildroot-2015.08.1
Product: buildroot Reporter: Ramachandra <pc.ramachandra>
Component: OtherAssignee: unassigned
Status: RESOLVED WORKSFORME    
Severity: normal CC: buildroot, vapier
Priority: P5    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Host: Target:
Build:

Description Ramachandra 2016-08-29 06:09:56 UTC
Hai, 

I am using buildroot-2015.08.1 tool, Mainly i am used 
make distclean 
make xilinx_zc706_defconfig 
make menuconfig 
make 
then these error occurred below things 
root@caravel:/home/ram/Desktop/buildroot-2015.08.1# make 
make: execvp: /home/ram/Desktop/buildroot-2015.08.1/support/scripts/setlocalversion: Permission denied 
/bin/bash: support/gnuconfig/config.guess: Permission denied 
/bin/bash: support/dependencies/check-host-tar.sh: Permission denied 
/bin/bash: support/dependencies/check-host-xzcat.sh: Permission denied 
/bin/bash: /home/ram/Desktop/buildroot-2015.08.1/support/dependencies/dependencies.sh: Permission denied 
make: *** [core-dependencies] Error 126 
I think my compiler also presently: 
root@caravel:/home/ram/Desktop/eldk-download# eldk-switch -q 
Currently using eldk 5.4 from /opt/eldk-5.4/armv7a-hf 
CROSS_COMPILE=arm-linux-gnueabi- 
ARCH=arm

Thanks,
Ram
Comment 1 Mike Frysinger 2016-10-28 03:00:51 UTC
*** Bug 9206 has been marked as a duplicate of this bug. ***
Comment 2 Thomas Petazzoni 2016-10-28 08:15:20 UTC
This is an issue on your side: all files that have execution permissions no longer have execution permissions. So you did something wrong when extracting the Buildroot tarball.

I just verified the 2015.08.1 tarball, and the files causing an issue on your side are correct in the tarball:

thomas@skate:/tmp$ tar tvf buildroot-2015.08.1.tar.gz  | grep config.guess
-rwxrwxr-x root/root     45297 2015-09-06 22:57 buildroot-2015.08.1/support/gnuconfig/config.guess

thomas@skate:/tmp$ tar tvf buildroot-2015.08.1.tar.gz  | grep check-host-tar.sh
-rwxrwxr-x root/root      1017 2015-09-06 22:57 buildroot-2015.08.1/support/dependencies/check-host-tar.sh