Hi all, Using Configuration:
using configure arguments '--with-boot-jdk=/Library/Java/JavaVirtualMachines /jdk1.8.0_40.jdk/Contents/Home/ --with-tools-dir=/opt/local/bin/ --with- toolchain-type=gcc --with-freetype-lib=/usr/X11/lib/ --with-freetype -include=/usr/X11/include/freetype2/'. ----- It attempts to install a binary at /usr/local/jvm/openjdk-1.9.0-internal. / usr/local/jvm doesn't exist on Mac OS X and can't be created (need sudo) ---- Compiling 5 files for BUILD_GENMODULESLIST Building targets 'clean install' in configuration 'macosx-x86_64-normal-server-release' Cleaning hotspot build artifacts ... done Cleaning jdk build artifacts ... done Cleaning bootcycle-build build artifacts ... done Cleaning test build artifacts ... done Cleaning buildtools build artifacts ... done Cleaning support build artifacts ... done Cleaning images build artifacts ... done Cleaning make-support build artifacts ... done Cleaning test-make build artifacts ... done Cleaning bundles build artifacts ... done Cleaned all build artifacts. Compiling 5 files for BUILD_GENMODULESLIST Installing jdk image into /usr/local/jvm/openjdk-1.9.0-internal and creating 0 links from /usr/local/bin into the jdk. mkdir: /usr/local/jvm/openjdk-1.9.0-internal: Permission denied make[3]: *** [install] Error 1 make[2]: *** [install] Error 2 make[1]: *** [main] Error 2 make: *** [clean] Error 2 Cheers, Martijn