| Anonymous | Login | Signup for a new account | 11-10-2008 10:40 PST |
| Main | My View | View Issues | Change Log | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
| 0000103 | [buildroot] Other | minor | always | 02-15-05 08:46 | 08-28-05 01:13 | ||||
| Reporter | John Kelly | View Status | public | ||||||
| Assigned To | BusyBox | ||||||||
| Priority | normal | Resolution | fixed | ||||||
| Status | closed | Product Version | |||||||
| Summary | 0000103: Execute permissions missing on toolchain/patch-kernel.sh | ||||||||
| Description |
In a website generated buildroot tarball (date: 2.14.05) the file toolchain/patch-kernel.sh (and package/sed/sedcheck.sh as well) upacked in mode 644: [jfkelly buildroot]$ find . -name '*.sh' -ls 49019 4 -rw-r--r-- 1 jfkelly jfkelly 312 Oct 8 20:49 ./package/sed/sedcheck.sh 465420 4 -rw-r--r-- 1 jfkelly jfkelly 1310 Oct 19 08:30 ./toolchain/patch-kernel.sh This causes a subsequent build error: mkdir -p /tmp/buildroot/toolchain_build_i386 bzcat /tmp/buildroot/dl/linux-libc-headers-2.4.29.tar.bz2 | tar -C /tmp/buildroot/toolchain_build_i386 -xf - mv /tmp/buildroot/toolchain_build_i386/linux-libc-headers-2.4.29 /tmp/buildroot/toolchain_build_i386/linux touch /tmp/buildroot/toolchain_build_i386/linux/.unpacked toolchain/patch-kernel.sh /tmp/buildroot/toolchain_build_i386/linux toolchain/kernel-headers linux-libc-headers-2.4.29-\*.patch make: execvp: toolchain/patch-kernel.sh: Permission denied make: *** [/tmp/buildroot/toolchain_build_i386/linux/.patched] Error 127 |
||||||||
| Additional Information | |||||||||
| Attached Files | |||||||||
|
|
|||||||||
| Copyright © 2000 - 2006 Mantis Group |