Re: openJDK7 build fails on 64bit cblfs linux

2011-04-26 Thread luxInteg
On Sunday 17 April 2011 14:39:59 luxInteg wrote: > On Sunday 17 April 2011 12:15:56 luxInteg wrote: > > On Sunday 17 April 2011 06:50:42 David Holmes wrote: > > > > -- > > I then fumbled around and seem to have goot lucky > > -the build miraclously ended like so:- > > > > #

Re: openJDK7 build fails on 64bit cblfs linux

2011-04-26 Thread luxInteg
On Tuesday 19 April 2011 12:33:00 David Holmes wrote: > luxInteg said the following on 04/19/11 21:16: > > On Tuesday 19 April 2011 11:39:23 David Holmes wrote: > >> > HOTSPOT_IMPORT_PATH = /SRS/openjdk/build/linux-amd64/hotspot/import > >> > > >> >ALT_HOTSPOT_IMPORT_PATH = > >> > >> /

Re: openJDK7 build fails on 64bit cblfs linux

2011-04-19 Thread David Holmes
luxInteg said the following on 04/20/11 01:16: I tried tha but it was not the problem. I eventually stumbled on linkling /bin/test to /usr/bin/test. That seems to have made a difference and the build appears to have gone to completion ending as shown below.;- In that case there should hav

Re: openJDK7 build fails on 64bit cblfs linux

2011-04-19 Thread luxInteg
On Tuesday 19 April 2011 16:16:00 luxInteg wrote: > -- Build times -- > Target all_product_build > Start 2011-04-19 15:13:27 > End 2011-04-19 15:39:23 > 00:02:26 corba > 00:07:53 hotspot > 00:00:30 jaxp > 00:00:34 jaxws > 00:13:40 jdk > 00:00:53 langtools > 00:25:56 TOTAL > I need some

Re: openJDK7 build fails on 64bit cblfs linux

2011-04-19 Thread Kelly O'Hair
Those are automatic when building the entire jdk7. This is where the hotspot files will land, once hotspot is built. I don't think this has anything to do with this build failure, which looks like failures I have seen before when the clock on the machine is messed up, or the source files have ti

Re: openJDK7 build fails on 64bit cblfs linux

2011-04-19 Thread David Holmes
luxInteg said the following on 04/19/11 21:16: On Tuesday 19 April 2011 11:39:23 David Holmes wrote: > HOTSPOT_IMPORT_PATH = /SRS/openjdk/build/linux-amd64/hotspot/import > >ALT_HOTSPOT_IMPORT_PATH = /SRS/openjdk/build/linux-amd64/hotspot/import Have you any idea how/where these g

Re: openJDK7 build fails on 64bit cblfs linux

2011-04-19 Thread luxInteg
On Tuesday 19 April 2011 11:39:23 David Holmes wrote: > > HOTSPOT_IMPORT_PATH = /SRS/openjdk/build/linux-amd64/hotspot/import > > > >ALT_HOTSPOT_IMPORT_PATH = > > /SRS/openjdk/build/linux-amd64/hotspot/import > > Have you any idea how/where these get set? I have no idea also. The s

Re: openJDK7 build fails on 64bit cblfs linux

2011-04-19 Thread David Holmes
> HOTSPOT_IMPORT_PATH = /SRS/openjdk/build/linux-amd64/hotspot/import >ALT_HOTSPOT_IMPORT_PATH = /SRS/openjdk/build/linux-amd64/hotspot/import Have you any idea how/where these get set? I'm out of suggestions here. David luxInteg said the following on 04/19/11 20:21: On Tuesday 19 Apr

Re: openJDK7 build fails on 64bit cblfs linux

2011-04-19 Thread luxInteg
On Tuesday 19 April 2011 02:19:16 David Holmes wrote: > luxInteg said the following on 04/18/11 23:50: > > On Sunday 17 April 2011 23:04:35 luxInteg wrote: > >> as an uPDATE > >> I did the above then tried to run ant and this is what happens:- > >> > >> ant -v > >> > >> There was an error tryi

Re: openJDK7 build fails on 64bit cblfs linux

2011-04-18 Thread David Holmes
luxInteg said the following on 04/18/11 23:50: On Sunday 17 April 2011 23:04:35 luxInteg wrote: as an uPDATE I did the above then tried to run ant and this is what happens:- ant -v There was an error trying to initialize the HPI library. Error: Could not create the Java Virtual Machine. Er

Re: openJDK7 build fails on 64bit cblfs linux

2011-04-18 Thread luxInteg
On Monday 18 April 2011 18:41:03 Dr Andrew John Hughes wrote: > On 18:03 Sat 16 Apr , luxInteg wrote: > > snip... > > > > What kind of Linux is this? > > > > This is blfs linux built by compiling sources from scratch. > > BLFS has instructions on building IcedTea6 which uses OpenJDK6 here:

Re: openJDK7 build fails on 64bit cblfs linux

2011-04-18 Thread Dr Andrew John Hughes
On 18:03 Sat 16 Apr , luxInteg wrote: snip... > > What kind of Linux is this? > > This is blfs linux built by compiling sources from scratch. BLFS has instructions on building IcedTea6 which uses OpenJDK6 here: http://www.linuxfromscratch.org/blfs/view/cvs/general/icedtea6.html -- Andrew

Re: openJDK7 build fails on 64bit cblfs linux

2011-04-18 Thread luxInteg
On Sunday 17 April 2011 23:04:35 luxInteg wrote: > > as an uPDATE > I did the above then tried to run ant and this is what happens:- > > ant -v > > There was an error trying to initialize the HPI library. > Error: Could not create the Java Virtual Machine. > Error: A fatal exception has occu

Re: openJDK7 build fails on 64bit cblfs linux

2011-04-17 Thread luxInteg
On Sunday 17 April 2011 12:15:56 luxInteg wrote: > On Sunday 17 April 2011 06:50:42 David Holmes wrote: > -- > I then fumbled around and seem to have goot lucky > -the build miraclously ended like so:- > > > #

Re: openJDK7 build fails on 64bit cblfs linux

2011-04-17 Thread luxInteg
On Sunday 17 April 2011 06:50:42 David Holmes wrote: > luxInteg said the following on 04/17/11 07:32: > > For and Update:- > > = > > I added > > OTHER_LDFLAGS += -liconv > > at line 61 of jdk/make/java/npt/Makefile > > > > and ran make like so > > make [ARCH_DATA_MODEL=64] OTHER_LDFLAGS=-l

Re: openJDK7 build fails on 64bit cblfs linux

2011-04-16 Thread David Holmes
luxInteg said the following on 04/17/11 07:32: For and Update:- = I added OTHER_LDFLAGS += -liconv at line 61 of jdk/make/java/npt/Makefile and ran make like so make [ARCH_DATA_MODEL=64] OTHER_LDFLAGS=-liconv [ALT_OUTPUTDIR=/opt/openJDK] I don't think you need to add it in both places

Re: openJDK7 build fails on 64bit cblfs linux

2011-04-16 Thread luxInteg
On Saturday 16 April 2011 17:00:55 Kelly O'Hair wrote: > The Linux 64bit system I have (Fedora 9) has no libiconv libraries, you > just include iconv.h and use the iconv*() functions, no special linking > options are needed, e.g. I have never had to use -liconv on the link line > for the npt librar

Re: openJDK7 build fails on 64bit cblfs linux

2011-04-16 Thread luxInteg
On Saturday 16 April 2011 17:00:55 Kelly O'Hair wrote: > The Linux 64bit system I have (Fedora 9) has no libiconv libraries, you > just include iconv.h and use the iconv*() functions, no special linking The salient parts of my post if I may repeat them here are :- For a fix I I tried the follo

Re: openJDK7 build fails on 64bit cblfs linux

2011-04-16 Thread Kelly O'Hair
The Linux 64bit system I have (Fedora 9) has no libiconv libraries, you just include iconv.h and use the iconv*() functions, no special linking options are needed, e.g. I have never had to use -liconv on the link line for the npt library we create in the jdk. (The jdk npt libtrary provises native

Re: openJDK7 build fails on 64bit cblfs linux

2011-04-16 Thread luxInteg
On Friday 15 April 2011 17:55:43 Kelly O'Hair wrote: > Let me know what these say: > which make /usr/bin/make > which ant /opt/ant/bin/ant > which zip /usr/bin/zip > which unzip /usr/bin/unzip > I have made a bit of progress however the build now ends like so:- STATS: LIBRARY=npt, PROD

Re: openJDK7 build fails on 64bit cblfs linux

2011-04-15 Thread Kelly O'Hair
On Apr 15, 2011, at 6:48 AM, luxInteg wrote: > Greetings, > > I am attempting to compile openJDK-7 on a computer whth these:- > --cpu amd64 2cores > --OS cblfs 64-bit linux gcc-4.5.2 kernel-2.6.35.7 jdk-6u24, ant-1.8.1, > make-3.82,unzip-5.55,zip-3.0 > > > here are the environmental veriabl

Re: openJDK7 build fails on 64bit cblfs linux

2011-04-15 Thread luxInteg
On Friday 15 April 2011 14:48:58 Dr Andrew John Hughes wrote: > On 14:48 Fri 15 Apr , luxInteg wrote: > > Greetings, > > > > I am attempting to compile openJDK-7 on a computer whth these:- > > --cpu amd64 2cores > > --OS cblfs 64-bit linux gcc-4.5.2 kernel-2.6.35.7 jdk-6u24, ant-1.8.1, > > ma

Re: openJDK7 build fails on 64bit cblfs linux

2011-04-15 Thread Dr Andrew John Hughes
On 14:48 Fri 15 Apr , luxInteg wrote: > Greetings, > > I am attempting to compile openJDK-7 on a computer whth these:- > --cpu amd64 2cores > --OS cblfs 64-bit linux gcc-4.5.2 kernel-2.6.35.7 jdk-6u24, ant-1.8.1, > make-3.82,unzip-5.55,zip-3.0 > > > here are the environmental veriables I