T2K needed in Linux, also?

Ted Neward ted at tedneward.com
Thu Jul 19 17:10:26 UTC 2007


Yep, had it pointing to the Import JDK (1.6) instead of the binary plug JDK
(1.7). Thanks. There's a lot of JDKs needed to build the JDK. :-)

By the way, in case those on this list haven't seen it, the build on Intel
machines won't work, as there's a compilation error in a source file, as
reported on the hotspot-dev list on 7/9 by Sunil Soman. Patch:

####

--- src/cpu/i486/vm/assembler_i486.hpp.old  2007-07-09
10:29:14.412986944 -0700
+++ src/cpu/i486/vm/assembler_i486.hpp      2007-07-09
10:29:31.499389416 -0700
@@ -158,7 +158,7 @@

   // Easily misused constructor make them private  #ifndef _LP64
-  Address::Address(address loc, RelocationHolder spec);
+  Address(address loc, RelocationHolder spec);
 #endif // _LP64

  public:

####

Peter Kessler reported it as already reported, a la

http://mail.openjdk.java.net/pipermail/build-dev/2007-July/000098.html

but no official bug had been filed, and there was some concern about Sunil's
contributor status or whatnot. Not sure what happened to it from there.

Ted Neward
Java, .NET, XML Services
Consulting, Teaching, Speaking, Writing
http://www.tedneward.com
 

> -----Original Message-----
> From: Phil.Race at Sun.COM [mailto:Phil.Race at Sun.COM]
> Sent: Thursday, July 19, 2007 5:52 AM
> To: Ted Neward
> Cc: build-dev at openjdk.java.net
> Subject: Re: T2K needed in Linux, also?
> 
> Ted Neward wrote:
> >
> > When trying to build the JDK on a fresh KUbuntu 7.04 system, I get a
> > build error saying libt2k.so cannot be found. Am I missing something?
> >
> 
> Yes, sounds like you are missing the entire binary plug download, or
> haven't properly pointed to it's location.
> 
> -phil.
> 
> >
> >
> > Ted Neward
> >
> > Java, .NET, XML Services
> >
> > Consulting, Teaching, Speaking, Writing
> >
> > http://www.tedneward.com
> >
> >
> >
> >
> >
> >
> > No virus found in this outgoing message.
> > Checked by AVG Free Edition.
> > Version: 7.5.476 / Virus Database: 269.10.8/906 - Release Date:
> > 7/17/2007 6:30 PM
> >
> 
> No virus found in this incoming message.
> Checked by AVG Free Edition.
> Version: 7.5.476 / Virus Database: 269.10.8/906 - Release Date: 7/17/2007
> 6:30 PM
> 

No virus found in this outgoing message.
Checked by AVG Free Edition. 
Version: 7.5.476 / Virus Database: 269.10.9/907 - Release Date: 7/18/2007
3:30 PM
 




More information about the build-dev mailing list