[ljc] Building OpenJdk9 in a VM shared folder
Richard Warburton
richard.warburton at gmail.com
Mon Jan 26 10:51:53 UTC 2015
Hi Mike,
I'm getting random C++ compile errors including segfaults, when I build
> JDK9 in a shared folder of my Linux VM.
> I created the shared folder called Java, on a folder I created on my Mac
> (Yosemite) as ~/Public/Java
> I set the access to: everyone=Read&Write for folders ~/Public/Java and
> ~/Public
> Then in VirtualBox I created a shared folder to it, and set its access to
> "full"
>
> Full list of offending commands is below, If I change the "cd" below to
> "cd ~" then it build with no problems.
>
> sudo -i
> cd /media/sf_Java
> hg clone http://hg.openjdk.java.net/jdk9/jdk9 jdk9
> cd jdk9
> chmod u+x get_source.sh
> ./get_source.sh
> bash configure --with-boot-jdk=/usr/lib/jvm/java-8-oracle
> make clean
> make images
>
>
> Any ideas please?
>
I've cc'd the adoption-discuss list in case anyone on there has good ideas.
I think it would help if you pasted the output that describes the errors
that you're getting.
regards,
Richard Warburton
http://insightfullogic.com
@RichardWarburto <http://twitter.com/richardwarburto>
More information about the adoption-discuss
mailing list