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:-
> >
> > #
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 =
> >>
> >> /
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
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
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
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
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
> 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
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
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
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:
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
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
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:-
>
>
> #
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
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
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
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
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
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
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
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
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
23 matches
Mail list logo