- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There a misuse of the CSBackupSetItemExcluded API in icc for Darwin. If the user isn't an admin on the machine the process is run on and excludeByPath is set to True, the following error is repeated over and over:
2011-12-21 12:12:30.154 icc[32527:303] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
2011-12-21 12:12:30.155 icc[32527:303] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
2011-12-21 12:12:30.156 icc[32527:303] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
2011-12-21 12:12:30.157 icc[32527:303] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
2011-12-21 12:12:30.158 icc[32527:303] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
2011-12-21 12:12:30.159 icc[32527:303] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
2011-12-21 12:12:30.160 icc[32527:303] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
2011-12-21 12:12:30.161 icc[32527:303] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
2011-12-21 12:12:30.162 icc[32527:303] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
2011-12-21 12:12:30.163 icc[32527:303] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
2011-12-21 12:12:30.164 icc[32527:303] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
2011-12-21 12:12:30.165 icc[32527:303] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
2011-12-21 12:12:30.167 icc[32527:303] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
2011-12-21 12:12:30.168 icc[32527:303] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
2011-12-21 12:12:30.154 icc[32527:303] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
2011-12-21 12:12:30.155 icc[32527:303] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
2011-12-21 12:12:30.156 icc[32527:303] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
2011-12-21 12:12:30.157 icc[32527:303] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
2011-12-21 12:12:30.158 icc[32527:303] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
This makes it virtually impossible to find and focus on compiler warnings. Please file a bug report for this. Here are some references:
Misuse example: http://code.google.com/p/chromium/issues/detail?id=74053
Link Copied
5 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This problem has been reported previously. A selected bibliography:
http://software.intel.com/en-us/forums/showthread.php?t=85114
http://software.intel.com/en-us/forums/showthread.php?t=85145
http://software.intel.com/en-us/forums/showthread.php?t=86046
http://software.intel.com/en-us/forums/showthread.php?t=87359
Which version of icc are you using?
http://software.intel.com/en-us/forums/showthread.php?t=85114
http://software.intel.com/en-us/forums/showthread.php?t=85145
http://software.intel.com/en-us/forums/showthread.php?t=86046
http://software.intel.com/en-us/forums/showthread.php?t=87359
Which version of icc are you using?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I see what happened here, I searched the forum under Intel C++ Compiler for the error message, there are no hits there, that's why I posted this. The links you provided are indeed the same issue, but reported for the Fortran compiler.
Here's my version string:
icc version 12.1.2 (gcc version 4.2.1 compatibility)
However, the stated work around of invoking the compiler as sudo is a show stopper for an automated build system. The potential for damage from a Makefile error precludes that solution. Is there a fix in the works?One more question, I saw this: "DPD200171430"Is the bug reporting system searchable for external users outside of forum posts?
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
As you point out, this has been reported most often with the Fortran compiler, but (we think) the root cause is not in the compiler itself so it's not language- or compiler-specific.
I think 12.1.2 is themost recentversion of icc 12.1 available, so you appear to be running the latest.
The putative work-around of using sudo is to run the compiler via sudo one time only. We've had several reports (and I've seen itmyself on several systems) that invoking the compiler once via sudo made the problem go away forever.
"DPD200171430" refers to the entry in our internal problem reporting system. That system is not available externally.
I think 12.1.2 is themost recentversion of icc 12.1 available, so you appear to be running the latest.
The putative work-around of using sudo is to run the compiler via sudo one time only. We've had several reports (and I've seen itmyself on several systems) that invoking the compiler once via sudo made the problem go away forever.
"DPD200171430" refers to the entry in our internal problem reporting system. That system is not available externally.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You're absolutely right, I ran "sudo icc" once as the build user and it does appear to have silenced the message. I'm getting clean build logs now. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The fix for this problem should be available in the next update to the 12.1 compilers which is currently scheduled for February 2012.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page