What is the status of Zero on OpenJDK 7

Michael Franz mvfranz at gmail.com
Wed Nov 11 14:07:04 PST 2009


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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20091111/cdb74076/attachment.html 


More information about the distro-pkg-dev mailing list