What is the status of Zero on OpenJDK 7
Michael Franz
mvfranz at gmail.com
Wed Nov 11 20:23:07 PST 2009
On Wed, Nov 11, 2009 at 5:07 PM, Michael Franz <mvfranz at gmail.com> wrote:
>
>
> On Wed, Nov 11, 2009 at 9:09 AM, Gary Benson <gbenson at redhat.com> wrote:
>
>> Michael Franz wrote:
>> > On Wed, Nov 11, 2009 at 8:55 AM, Gary Benson <gbenson at redhat.com>
>> wrote:
>> > > Michael Franz wrote:
>> > > > On Wed, Nov 11, 2009 at 4:46 AM, Gary Benson <gbenson at redhat.com>
>> wrote:
>> > > > > Michael Franz wrote:
>> > > > > > I am building on a G4 which is 32 bits, but _LP64=1 is being
>> > > > > > defined. This is causing problems as jlong is being defined
>> > > > > > incorrectly (long instead of long long). How do I unset
>> > > > > > _LP64?
>> > > > >
>> > > > > What does 'uname -m' say on your machine?
>> > > > >
>> > > > > uname -m
>> > > >
>> > > > ppc
>> > > >
>> > > > I was able to get the build to progress by setting
>> > > > ARCH_DATA_MODEL=32 before calling make. I did this since there
>> > > > didn't seem to be a case where the ARCH was equal to ppc and it
>> > > > then defaults to 64.
>> > >
>> > > Interesting. Is this with IcedTea7?
>> > >
>> > > Yes, It is current TIP as of a few days ago.
>>
>> Ah, it looks like it hasn't been updated with the different
>> environment variables that the upstreamed Zero requires.
>> I'll fix it...
>>
>
> My build finished successfully when I set arch before make. That seems to
> be the only thing missing. I am going to try with the latest TIP.
>
The latest does not build. Here is the error:
mkdir -p extra-lib
/home/mfranz/icedtea/icedtea/bootstrap/jdk1.6.0/bin/javac -g -encoding
utf-8 -source 5 -target 5 -d extra-lib \
-classpath /home/mfranz/icedtea/icedtea/lib/rt \
-sourcepath
/home/mfranz/icedtea/icedtea/extra:/home/mfranz/icedtea/icedtea/generated:openjdk/jdk/src/share/classes:openjdk/jdk/src/solaris/classes:openjdk/langtools/src/share/classes:openjdk/jaxp/src/share/classes:openjdk/corba/src/share/classes:openjdk/jaxws/src/share/classes:/home/mfranz/icedtea/icedtea/netx
\
-bootclasspath \'\' \
@extra-source-files.txt ; \
cp -r
/home/mfranz/icedtea/icedtea/extra/net/sourceforge/jnlp/about/resources \
extra-lib/net/sourceforge/jnlp/about
javac: PPCJITInfo.cpp:391: virtual void llvm::PPCJITInfo::relocate(void*,
llvm::MachineRelocation*, unsigned int, unsigned char*): Assertion
`ResultPtr >= -(1 << 23) && ResultPtr < (1 << 23) && "Relocation out of
range!"' failed.
Stack dump:
0. Running pass 'PowerPC Machine Code Emitter' on function
'@"com.sun.tools.javac.file.ZipFileIndex$ZipDirectory::readEntry"'
/bin/sh: line 6: 9353 Aborted
/home/mfranz/icedtea/icedtea/bootstrap/jdk1.6.0/bin/javac -g -encoding utf-8
-source 5 -target 5 -d extra-lib -classpath
/home/mfranz/icedtea/icedtea/lib/rt -sourcepath
/home/mfranz/icedtea/icedtea/extra:/home/mfranz/icedtea/icedtea/generated:openjdk/jdk/src/share/classes:openjdk/jdk/src/solaris/classes:openjdk/langtools/src/share/classes:openjdk/jaxp/src/share/classes:openjdk/corba/src/share/classes:openjdk/jaxws/src/share/classes:/home/mfranz/icedtea/icedtea/netx
-bootclasspath \'\' @extra-source-files.txt
cp: cannot create directory `extra-lib/net/sourceforge/jnlp/about': No such
file or directory
make: *** [stamps/extra-class-files.stamp] Error 1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20091111/957bd920/attachment.html
More information about the distro-pkg-dev
mailing list