Re: Build issues on Ubuntu 16.04, 17.10 and 18.04-daily inside Docker

2017-12-06 Thread Kevin Rushforth
We ought to get a fix for JDK-8189689 in sooner rather than later to allow builds to continue to work on newer versions of gcc. Maybe right after the JDK 10 RDP1 fork would be a good time. As for the other error (the one from ant), you need 'ant' in your path in order to build the apps. ant

Re: Build issues on Ubuntu 16.04, 17.10 and 18.04-daily inside Docker

2017-12-06 Thread Laurent Bourgès
Hi, My 2 cents: I reported a JavaFX build problem with GCC 6: https://bugs.openjdk.java.net/browse/JDK-8189689 It gives a workaround for the wait() bug: wait(); Laurent 2017-12-06 10:43 UTC+01:00, Karl-Philipp Richter : > Hi, > I'm experiencing the following issues when