On 28/08/2015 8:15 AM, Steve Drach wrote:
Hi,
I have built OpenJDK jdk9-dev many times on my Linux box, but today I can’t do
it. I get this error:
Tools.gmk:39: *** SRC specified to SetupJavaCompilation BUILD_TOOLS_JDK contains
missing directory
>/repos/builds/jdk9-dev/build/linux-x86_64-normal-server-release/buildtools/interim_cldrconverter_classes<.
Stop.
Poking around I decided it has something to do with locales, so I set LANG=C
and retried. Still no joy. Any advice?
General advice when such weirdness mysteriously appears:
1. Ensure you are doing a completely clean build (including configure part)
2. Ensure your forest is in a self-consistent state
David
Thanks
Steve