Re: Build failure on windows

2013-01-29 Thread Kelly O'Hair
On Windows, check your file and directory permissions. -kto On Jan 29, 2013, at 9:25 AM, Sergey Bylokhov wrote: > Hello. > Does anybody know how to fix this error message? > > ## Starting jdk > make[2]: Entering directory > `/cygdrive/c/moe/workspaces/jdk/8/awt-work/jdk/makefiles' > make[3]: E

Re: New build system problems

2013-01-29 Thread Chris Hegarty
On 01/29/2013 05:26 PM, Kelly O'Hair wrote: On Jan 28, 2013, at 1:02 PM, Martin Buchholz wrote: On Mon, Jan 28, 2013 at 11:58 AM, Kelly O'Hair wrote: I would like configure to be executable too, but openjdk has a tradition of not allowing executable files in the source repos. To avoid

Re: New build system problems

2013-01-29 Thread Kelly O'Hair
On Jan 28, 2013, at 1:02 PM, Martin Buchholz wrote: > > > On Mon, Jan 28, 2013 at 11:58 AM, Kelly O'Hair wrote: >> I would like configure to be executable too, but openjdk has a tradition of >> not allowing executable files in the source repos. > > > To avoid the possibility of any executab

Build failure on windows

2013-01-29 Thread Sergey Bylokhov
Hello. Does anybody know how to fix this error message? ## Starting jdk make[2]: Entering directory `/cygdrive/c/moe/workspaces/jdk/8/awt-work/jdk/makefiles' make[3]: Entering directory `/cygdrive/c/moe/workspaces/jdk/8/awt-work/jdk/makefiles' Generating Nimbus source files Exception in thread

hg: jdk8/build/jdk: 8006873: SWAT-b74 msvcr100.dll does not have the permission for all

2013-01-29 Thread erik . joelsson
Changeset: 3c499051a5df Author:erikj Date: 2013-01-29 16:35 +0100 URL: http://hg.openjdk.java.net/jdk8/build/jdk/rev/3c499051a5df 8006873: SWAT-b74 msvcr100.dll does not have the permission for all Reviewed-by: alanb, tbell ! makefiles/CopyFiles.gmk

Re: Build failure(?) on windows

2013-01-29 Thread Erik Joelsson
This is the second report of this we get in a short time. I've filed an issue on adding a check to make that the configuration is up to date. Testing a solution now. /Erik On 2013-01-29 16:10, Erik Joelsson wrote: It looks like you haven't rerun configure since you pulled changes last. /Erik

Re: Review Request: 8006873: SWAT-b74 msvcr100.dll does not have the permission for all

2013-01-29 Thread Tim Bell
Hi Erik: Adding a chmod when copying msvcr100.dll into the jdk output dir. The unix permissions shouldn't be needed on windows, but if the bundles are unzipped on unix and accessed over nfs or samba, permissions matter. http://cr.openjdk.java.net/~erikj/8006873/webrev.jdk.01/ Looks good - a

Re: Build failure(?) on windows

2013-01-29 Thread Erik Joelsson
It looks like you haven't rerun configure since you pulled changes last. /Erik On 2013-01-29 15:55, Boaz Nahum wrote: Hi. On windows and Linux(Ubuntu 12.10) default target works fine, but 'images' fails. On windows the error is: $ make NEWBUILD=true images *Images.gmk:612: warning: ignoring

Re: Review Request: 8006873: SWAT-b74 msvcr100.dll does not have the permission for all

2013-01-29 Thread Alan Bateman
On 29/01/2013 14:54, Erik Joelsson wrote: Adding a chmod when copying msvcr100.dll into the jdk output dir. The unix permissions shouldn't be needed on windows, but if the bundles are unzipped on unix and accessed over nfs or samba, permissions matter. http://cr.openjdk.java.net/~erikj/8006873

Build failure(?) on windows

2013-01-29 Thread Boaz Nahum
Hi. On windows and Linux(Ubuntu 12.10) default target works fine, but 'images' fails. On windows the error is: $ make NEWBUILD=true images *Images.gmk:612: warning: ignoring old recipe for target `/release' Images.gmk:620: warning: overriding recipe for target `/release' Images.gmk:616: warning

Review Request: 8006873: SWAT-b74 msvcr100.dll does not have the permission for all

2013-01-29 Thread Erik Joelsson
Adding a chmod when copying msvcr100.dll into the jdk output dir. The unix permissions shouldn't be needed on windows, but if the bundles are unzipped on unix and accessed over nfs or samba, permissions matter. http://cr.openjdk.java.net/~erikj/8006873/webrev.jdk.01/ /Erik