Build failure with gnu make 4.0 on Arch Linux

2013-11-01 Thread Henry Jen
Hi, I am trying to setup build environment on a new installation, and encounter following build error. I suspect this is because of missing some required tools and software, however, the error message is not helpful. Tried to echo the make commang used, but as you can see the output seems

Re: RFR: JDK-8027698: Platform specific jars are not being signed by the sign-jars target

2013-11-01 Thread Weijun Wang
I didn't see any word on ucrypto.jar. Does that "wildcard" function automatically include it? Thanks Max On 11/1/13, 18:34, Erik Joelsson wrote: Please review this simple fix, adding sunmscapi.jar and ucrypto.jar to the list of jars to be signed by the sign-jars target. Since these jars are pl

Re: RFR: JDK-8027698: Platform specific jars are not being signed by the sign-jars target

2013-11-01 Thread Bradford Wetmore
On 11/1/2013 3:34 AM, Erik Joelsson wrote: Please review this simple fix, adding sunmscapi.jar and ucrypto.jar to the list of jars to be signed by the sign-jars target. Since these jars are platform dependent, they aren't always present. Bug: https://bugs.openjdk.java.net/browse/JDK-8027698 We

Re: Heads up: New version of CYGWIN's cache breaks the windows build.

2013-11-01 Thread Bradford Wetmore
My bug was closed as a dup, I've captured some of the pertinent info in both bugs. Hopefully people can easily find the error condition if they hit it. Internally, we have a minimal CYGWIN distribution that will likely be updated to remove ccache. Tim just pinged me on that. Brad On 10/3

[7u] WXP/Cygwin/VS2010 patch to remove invali option from the SA compilation

2013-11-01 Thread Francis ANDRE
Hi Following is a patch to avoid warning messages produced by the VS2010 compiler when compiling SA as cl: Ligne de commande warning D9035: l'option 'GZ' est deconseille et sera supprime dans une version ulterieure cl: Ligne de commande warning D9036: utilisez 'RTC1' … la place de 'GZ' cl: L

Removal of the old build system, partial and preliminary review (part 2)

2013-11-01 Thread Magnus Ihse Bursie
Here is part 2 of the old build system removal. This review is based against the previous part, i.e. where the lion's share of the old make files had been removed. What remained was a handful or two of different types of files, scattered all around. I have checked each file and/or directory

Re: RFR: JDK-8027698: Platform specific jars are not being signed by the sign-jars target

2013-11-01 Thread Tim Bell
Hi Erik: Please review this simple fix, adding sunmscapi.jar and ucrypto.jar to the list of jars to be signed by the sign-jars target. Since these jars are platform dependent, they aren't always present. Bug: https://bugs.openjdk.java.net/browse/JDK-8027698 Webrev: http://cr.openjdk.java.net/

Re: RFR: JDK-8027698: Platform specific jars are not being signed by the sign-jars target

2013-11-01 Thread Magnus Ihse Bursie
On 2013-11-01 11:34, Erik Joelsson wrote: Please review this simple fix, adding sunmscapi.jar and ucrypto.jar to the list of jars to be signed by the sign-jars target. Since these jars are platform dependent, they aren't always present. Bug: https://bugs.openjdk.java.net/browse/JDK-8027698 Web

[patch] Building with Xcode 5 on OS X 10.9

2013-11-01 Thread Jürgen Kreileder
Hi, the appended changesets for build and hotspot allow building with "USE_CLANG=true make" on OS X 10.9 using Xcode 5.0.1. Juergen # HG changeset patch # User Jürgen Kreileder # Date 1383086029 -3600 # Node ID 5cf40fd518ba9df9ef1806e9c2d6ace3ebc5366c # Parent 4f2011496393a26dcfd7b1f

RFR: JDK-8027698: Platform specific jars are not being signed by the sign-jars target

2013-11-01 Thread Erik Joelsson
Please review this simple fix, adding sunmscapi.jar and ucrypto.jar to the list of jars to be signed by the sign-jars target. Since these jars are platform dependent, they aren't always present. Bug: https://bugs.openjdk.java.net/browse/JDK-8027698 Webrev: http://cr.openjdk.java.net/~erikj/8027