Re: [OpenJDK 2D-Dev] RFR: 8071710: [solaris] libfontmanager should be linked against headless awt library

2015-01-28 Thread Phil Race
I have updated both the patches to add the dependency that headless awt must be built first and also corrected that AIX should be given the same treatment as Solaris in both releases : jdk9: http://cr.openjdk.java.net/~prr/8071710.1/ jdk8u: http://cr.openjdk.java.net/~prr/8071710.8u.1/ -phil.

Re: Compile fails in JDK8

2015-01-28 Thread Andrew Haley
On 01/28/2015 03:24 PM, Dave Pointon wrote: > I've looked thro' the whole of the forest and the header file is nowhere to > be found and neither is it to be found anywhere else on the compile host, > so the question is, can anyone tell me from where this file originates ? It's generated at build t

Re: Compile fails in JDK8

2015-01-28 Thread Dave Pointon
TFT Andrew , ​I did wonder ... I had a look in there - to no avail but your confirmation was what was required - I've now a better idea of where to start looking :-) ​ Many thanx agin. -- Dave Pointon FIAP MBCS Now I saw, tho' too late, the folly of beginning a work before we count the cost and

Compile fails in JDK8

2015-01-28 Thread Dave Pointon
Hi all , I'm hoping someone can help me out with the following error when attempting to build in JDK8 forest on RHEL 6.5 ... /home/dpointo8/sandbox/source/jdk/src/share/native/sun/misc/Signal.c:45:29: error: sun_misc_Signal.h: No such file or directory gmake[2]: *** [/home/dpointo8/sandbox/jcl-b

Re: RFR: JDK-8071781: Bootcycle build fails on macosx

2015-01-28 Thread Magnus Ihse Bursie
On 2015-01-28 14:58, Erik Joelsson wrote: Hello, Please review this small fix for bootcycle-images on macosx. The space in the patsubst call caused HOTSPOT_DIST to contain a leading space which in turn made hotspot/make/bsd/makefiles/universal.gmk fail to run lipo on the files in HOTSPOT_DIST

RFR: JDK-8071781: Bootcycle build fails on macosx

2015-01-28 Thread Erik Joelsson
Hello, Please review this small fix for bootcycle-images on macosx. The space in the patsubst call caused HOTSPOT_DIST to contain a leading space which in turn made hotspot/make/bsd/makefiles/universal.gmk fail to run lipo on the files in HOTSPOT_DIST in the second phase bootcycle build. Bug

Re: [OpenJDK 2D-Dev] RFR: 8071710: [solaris] libfontmanager should be linked against headless awt library

2015-01-28 Thread Erik Joelsson
Hello, On 2015-01-28 14:15, Magnus Ihse Bursie wrote: On 2015-01-27 22:24, Phil Race wrote: Hi, A mistake was made in JDK 8 so that the font libraries for Solaris are now being linked against X11 libraries and this is a problem for headless (server) use For more details see : https://bugs.o

Re: [OpenJDK 2D-Dev] RFR: 8071710: [solaris] libfontmanager should be linked against headless awt library

2015-01-28 Thread Magnus Ihse Bursie
On 2015-01-27 22:24, Phil Race wrote: Hi, A mistake was made in JDK 8 so that the font libraries for Solaris are now being linked against X11 libraries and this is a problem for headless (server) use For more details see : https://bugs.openjdk.java.net/browse/JDK-8071710 I am presenting jdk

Re: RFR: JDK-8071651: infinite build loops in 9-dev windows platform on Jan 26

2015-01-28 Thread Magnus Ihse Bursie
On 2015-01-28 11:46, Erik Joelsson wrote: Hello, Please review this followup fix for the vardeps patch (JDK-8069261). It seems that in Cygwin, when running gnu make 3.82, whitespace isn't stripped in the exact same way as on other versions of gnumake that I have tested (4.0 on all platforms,

Re: RFR: JDK-8071651: infinite build loops in 9-dev windows platform on Jan 26

2015-01-28 Thread Alan Bateman
On 28/01/2015 10:46, Erik Joelsson wrote: Hello, Please review this followup fix for the vardeps patch (JDK-8069261). It seems that in Cygwin, when running gnu make 3.82, whitespace isn't stripped in the exact same way as on other versions of gnumake that I have tested (4.0 on all platforms,

RFR: JDK-8071651: infinite build loops in 9-dev windows platform on Jan 26

2015-01-28 Thread Erik Joelsson
Hello, Please review this followup fix for the vardeps patch (JDK-8069261). It seems that in Cygwin, when running gnu make 3.82, whitespace isn't stripped in the exact same way as on other versions of gnumake that I have tested (4.0 on all platforms, 3.81 on linux). The fix to this problem wa

Re: RFR: 8071710: [solaris] libfontmanager should be linked against headless awt library

2015-01-28 Thread Erik Joelsson
Looks good to me. Nice to get rid of the weird X_LIBS dependency. /Erik On 2015-01-27 22:24, Phil Race wrote: Hi, A mistake was made in JDK 8 so that the font libraries for Solaris are now being linked against X11 libraries and this is a problem for headless (server) use For more details se