Re: RFR: JDK-8138864 Build with nice to lower UI impact

2015-10-05 Thread Stanislav Baiduzhyi
On 05/10/15 11:21, Magnus Ihse Bursie wrote: Since building the OpenJDK is a heavy operation, the build system tries to make use as of much of the system resources as possible and reasonable. However, on most machines except extremely high-end, this means that few resources are available for oth

Re: distinguishing my jdk derivative by setting java_runtime_name

2015-06-16 Thread Stanislav Baiduzhyi
On 19/05/15 01:31, David Holmes wrote: On 19/05/2015 6:19 AM, Brian Toal wrote: I'd like to be able to distinguish my openjdk build from others, by setting java_runtime_name to something that signifies my openjdk derivative. Is it possible to set java_runtime_name that's used in .//jdk/src/shar

Re: RFR (XS) 8078404: VERBOSE make flag is not handled properly

2015-04-24 Thread Stanislav Baiduzhyi
On Thursday 23 April 2015 08:30:46 Erik Joelsson wrote: > Hello Stanislav, > > What do you want to achieve by setting VERBOSE=1? AFAIK that has never > been a valid value for the VERBOSE input variable. In jdk8, we initially > introduced VERBOSE as an input variable to the new build system. It was

RFR (XS) 8078404: VERBOSE make flag is not handled properly

2015-04-23 Thread Stanislav Baiduzhyi
Hi All, Please review and sponsor following webrev. It fixes the use of VERBOSE make flag for openjdk 8. Currently, executing 'build VERBOSE=1 images' fails with "No rule to make target '1'". Webrev: https://487f7412f3e78e1958440a7d4d778f6aa5da2088.googledrive.com/host/0B5Kp-cB1sXJrfmN3c3hidnYz

Re: Building open jdk 8 from source fails

2015-01-03 Thread Stanislav Baiduzhyi
On Friday 02 January 2015 17:24:25 lee json wrote: > I following the instruction at > openjdk.java.net/projects/build-infra/guide.html > > with commands `configure` and `make (all)` > > `configure` goes well, but `make` or `make all` fails with error like > paste.debian.net/138889/ > > And there

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