Re: unlink problem on OSX with unzipped debuginfo

2014-11-24 Thread David Holmes
On 20/11/2014 8:21 PM, Erik Joelsson wrote: I think it's Import.gmk that isn't working well with non zipped debug symbols on mac. The .dSYM file is actually a directory and the logic in Import.gmk probably hasn't been exercised with that much. Certainly some issues with Import.gmk eg it

unlink problem on OSX with unzipped debuginfo

2014-11-20 Thread David Holmes
Building 8u on OSX with --disable-zip-debug-info I see in the log: make[2]: unlink: /Users/jprtadm/davidh-test/build/b01/se-macosx-x86_64-ea/jdk/lib/libjsig.dylib.dSYM: Operation not permitted Can anyone shed any light on this? I'm not clear on what is being attempted nor the affects on the

Re: unlink problem on OSX with unzipped debuginfo

2014-11-20 Thread Erik Joelsson
I think it's Import.gmk that isn't working well with non zipped debug symbols on mac. The .dSYM file is actually a directory and the logic in Import.gmk probably hasn't been exercised with that much. /Erik On 2014-11-20 11:00, David Holmes wrote: Building 8u on OSX with