Bug 3913

Summary: When using External Toolchain, Permissions are set wrong
Product: buildroot Reporter: Karl Krach <mailinglists>
Component: OtherAssignee: unassigned
Status: RESOLVED INVALID    
Severity: trivial CC: buildroot
Priority: P5    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Host: Target:
Build:
Attachments: Configuration file

Description Karl Krach 2011-06-21 06:26:29 UTC
Created attachment 3463 [details]
Configuration file

When compiling with an external toolchain, there are often problems with the permission. The latest is


$ make clean
make -C /home/charly/Projects/integra-system/buildroot-2011.05 O=/home/charly/Projects/integra-system/buildroot-2.6.37/. clean
rm -rf /opt/integra/toolchain-arm-cs1103/usr/arm-unknown-linux-gnueabi/sysroot /home/charly/Projects/integra-system/buildroot-2.6.37/target /home/charly/Projects/integra-system/buildroot-2.6.37/images /opt/integra/toolchain-arm-cs1103 \
		/home/charly/Projects/integra-system/buildroot-2.6.37/stamps /home/charly/Projects/integra-system/buildroot-2.6.37/build /home/charly/Projects/integra-system/buildroot-2.6.37/toolchain /home/charly/Projects/integra-system/buildroot-2.6.37/staging
rm: cannot remove `/opt/integra/toolchain-arm-cs1103/usr': Permission denied
rm: cannot remove `/opt/integra/toolchain-arm-cs1103/opt': Permission denied
make[1]: *** [clean] Error 1
make: *** [all] Error 2
Comment 1 Thomas Petazzoni 2011-09-17 14:54:29 UTC
Are you sure you have write permissions to /opt/integra/toolchain-arm-cs1103/ ?
Comment 2 Thomas Petazzoni 2012-01-31 22:31:15 UTC
No feedback since september 2011, closing. If you still see the problem, please reopen the bug.