Hi all, This mail to let you know that OpenJDK fails to build on Linux 4.0.x. The reason is that hotspot/make/linux/Makefile checks that "uname -r" matches
SUPPORTED_OS_VERSION = 2.4% 2.5% 2.6% 3% One way to allow linux-4.x would be to add "4%" to the above list, using a sed, but upstream suggests: # Disable this check by setting DISABLE_HOTSPOT_OS_VERSION_CHECK=ok I'll commit this solution, adding to command explanations. I guess it will not be becessary anymore with next OpenJDK version. But I think checking the os version is not necessary anyway. Regards, Pierre -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
