[cmake-developers] Build faild on Darwin? Don't know why?
Bill Hoffman
bill.hoffman at kitware.com
Tue Mar 6 08:42:52 EST 2012
On 3/6/2012 2:43 AM, Eric Noulard wrote:
> Did you see this bug report:
> http://public.kitware.com/Bug/view.php?id=13017
> this may explain the sporadic failure on MacOS?
>
> Now I see that there is already a retry loop,
> [...]
> // since we get random dashboard failures with this one
> // try running it more than once
> int numTries = 4;
> bool res = false;
> while(numTries> 0)
> [...]
>
> but if anti-virus is the reason for hdiutil failure may be there is
> a way to tell the anti-virus to stay away from mounted image?
>
>
>
Our mac's do not have anti-virus. So, that is not the problem....
-Bill
More information about the cmake-developers
mailing list