Bug 3913 - When using External Toolchain, Permissions are set wrong
Summary: When using External Toolchain, Permissions are set wrong
Status: RESOLVED INVALID
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: PC Linux
: P5 trivial
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-21 06:26 UTC by Karl Krach
Modified: 2012-01-31 22:31 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments
Configuration file (19.40 KB, application/xml)
2011-06-21 06:26 UTC, Karl Krach
Details

Note You need to log in before you can comment on or make changes to this bug.
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.