Re: OJDK on RHEL 6.5

2014-10-20 Thread Mario Torre
2014-10-20 17:07 GMT+02:00 Dave Pointon : > TFT MArio , Sure, np. > Maybe it was just me, but I (obviously wrongly) expected it to be as smooth > & easy as it was for my original l/t build - which was ubuntu 12.04. The build system is the same for all distributions really (although different for

Re: OJDK on RHEL 6.5

2014-10-20 Thread Dave Pointon
TFT MArio , Maybe it was just me, but I (obviously wrongly) expected it to be as smooth & easy as it was for my original l/t build - which was ubuntu 12.04. -- Dave Pointon FIAP MBCS Now I saw, tho' too late, the folly of beginning a work before we count the cost and before we we judge rightly o

Re: OJDK on RHEL 6.5

2014-10-20 Thread Mario Torre
Not sure if you tried that as well, but there's an handy helper on RHEL: yum-builddep java-1.7.0-openjdk I thought I mentioned here for future references. The README-build.html mentions that as well, btw. As Stanislav also pointed installing the source RPM will bring all the buildtime deps. This

Re: OJDK on RHEL 6.5

2014-10-20 Thread Dave Pointon
TFT Stanislav , You are the winner of the "now why didn't I think of that" award - config.log log shows ... In file included from conftest.c:28: /usr/include/X11/extensions/XTest.h:32:35: error: X11/extensions/XInput.h: No such file or directory which, when followed up by a whatprovides command

Re: OJDK on RHEL 6.5

2014-10-20 Thread Stanislav Baiduzhyi
Hi, You could try downloading src.rpm file and checking the list of "BuildRequires" there, maybe it's some other package that is missing (even though configure shows exactly XTest.h): http://ftp.redhat.com/redhat/linux/enterprise/6Server/en/os/SRPMS/java-1.8.0-openjdk-1.8.0.25-1.b17.el6.src.rpm

Re: OJDK on RHEL 6.5

2014-10-20 Thread Erik Joelsson
That looks strange. Could you look through configure.log and find the failing command line and output? Sometimes it's something else that actually fails the test. /Erik On 2014-10-19 21:44, Dave Pointon wrote: Hi all , Could you tell me if there's been a successful OJDK build on RHEL 6.5 - I

OJDK on RHEL 6.5

2014-10-19 Thread Dave Pointon
Hi all , Could you tell me if there's been a successful OJDK build on RHEL 6.5 - I ask because the configure step fails during the X11 stage ... checking for X11/extensions/shape.h... yes checking for X11/extensions/Xrender.h... yes checking for X11/extensions/XTest.h... no configure: error: Coul