Skip to Content.
Sympa Menu

sm-discuss - Re: [SM-Discuss] [sm-discuss] pentium-m arch + java.

sm-discuss AT lists.ibiblio.org

Subject: Public SourceMage Discussion List

List archive

Chronological Thread  
  • From: Robin Cook <rcook AT wyrms.net>
  • To: Javier Vasquez <j.e.vasquez.v AT gmail.com>
  • Cc: "sm, discuss" <sm-discuss AT lists.ibiblio.org>
  • Subject: Re: [SM-Discuss] [sm-discuss] pentium-m arch + java.
  • Date: Sun, 10 Feb 2013 21:20:28 -0600

I was taking about the icedtea-bin-core-7.2.2.1-x86.tar.bz2 file that is used
to compile the new version of icedtea7.

case "${SMGL_COMPAT_ARCHS[0]}" in
ia32|32)
SOURCE9=icedtea-bin-core-7.2.2.1-x86.tar.bz2
;;
x86-64|64)
if [[ "${SMGL_COMPAT_ARCHS[@]/32/}" == "${SMGL_COMPAT_ARCHS[@]}" ]]; then
SOURCE9=icedtea-bin-core-7.2.2.1-amd64.tar.bz2
else
SOURCE9=icedtea-bin-core-7.2.2.1-x86.tar.bz2
fi
;;
*)
SOURCE9=icedtea-bin-core-7.2.2.1-x86.tar.bz2
;;
esac

if it is not downloading it and extracting it into /usr/src then the build
will fail because the icedtea7 build is looking for it in
--with-jdk-home=$BUILD_DIRECTORY/icedtea-bin-7.2.2.1 Look in the BUILD file
to see where that option is being set.

I just recently updated icedtea7 on my system to 2.3.4 and added the default
case that is above and will be uploading it soon as I finish testing it. I
was able to build ant and antlr both with the newly compiled icedtea7. But
I am build on an x86-64 system.

On Sun, 10 Feb 2013 14:42:05 -0600
Javier Vasquez <j.e.vasquez.v AT gmail.com> wrote:

> On Sun, Feb 10, 2013 at 12:26 PM, Robin Cook <rcook AT wyrms.net> wrote:
> > Is the icedtea downloading the prebuilt java gentoo to build the new java
> > version?
> >
> > if not could it be the $SMGL_COMPAT_ARCHS[0] be causing the problem with
> > the pentuim-m arch?
> >
> > maybe it needs a default to download the x86 version if all else fails?
> >
> > CuZnDragon
>
>
> I downloaded the binary openjdk indicated by Sukneet, and it was
> providing the segmentation fault as well. BTW, the icedtea binary
> used to compile the source is actually downloaded and uncompressed...
> When detecting if javac, it hangs...
>
> Definitely related to architecture, but I don't have a clue why java
> just seg faults and/or hangs. Some times, like when attempting to
> cast antlr, it just seg faults, some times it seg faults and hangs.
> But any binary versions I've tried seg faults and hangs just when
> running "java -version". So java definitely gets broken on this
> laptop with arch pentium-m/native-32.
>
>
> Thanks,
>
> --
> Javier.
>




Archive powered by MHonArc 2.6.24.

Top of Page