| Summary: | Permission denied make: *** [core-dependencies] Error 126 in Buildroot-2015.08.1 | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Ramachandra <pc.ramachandra> |
| Component: | Other | Assignee: | 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
*** Bug 9206 has been marked as a duplicate of this bug. *** 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 |