OpenJDK zero on sparc linux

Dennis Gilmore dennis at ausil.us
Mon Apr 7 06:24:08 PDT 2008


On Monday 07 April 2008, Gary Benson wrote:
> Sébastien Bernard wrote:
> > This turn to be some problem with the arch.
> > Sometimes, the path is build with sparc, sometimes , with
> > sparc64. While some libs are build in sparc, the link are done with
> > the other, thus leading to some not found syndrom.
> > Next, I rebuild using sparc32 ./configure.
> > Everything went smooth until it tried to execute the recently build
> > j2re and j2dk.
> > Execution aborts immediately, with a SIGABORT. I don't really know
> > why but I think it's related to the default compiler.
> > I run an unstable debian and the compiler used is the gcc-4.3, idem
> > for g++ and gcj.
>
> This is probably a multilib issue.  What does your uname -m say
> normally, and what does it say when you use sparc32?
>
> > I tried to build the jdk on hppa too and it fails miserable for
> > the same reason than sparc (uname -m gives hppa64, but userland
> > is 32bit).
>
> Hmmm, that sounds broken.  Can you post the output from ./configure
> for that one?
>
> Cheers,
> Gary

looks like i missed Sébastien's post  but here is the output

[dennis at daedalus ~]$ sparc64 uname -m
sparc64
[dennis at daedalus ~]$ sparc32 uname -m
sparc

I was building in mock using a pure 32bit rawhide chroot.  ive not yet tried 
to build a sparc64 version. 

Dennis



More information about the distro-pkg-dev mailing list