public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: Grant <emailgrant@gmail.com>
To: Andrew Haley <aph@redhat.com>
Cc: gcc-help@gcc.gnu.org, distro-pkg-dev <distro-pkg-dev@openjdk.java.net>
Subject: Re: building icedtea-7 on ARM
Date: Sun, 12 Jan 2014 21:04:00 -0000	[thread overview]
Message-ID: <CAN0CFw15p_Ye0XZJgtqR7AkDRraJb+piu2Da7rTSAajugedmyQ@mail.gmail.com> (raw)
In-Reply-To: <52CFBD29.4000502@redhat.com>

>> I'm trying to build icedtea-7 on an ARM Gentoo system (Pandaboard ES)
>> but it fails.  I have gcj-jdk-4.8.2 and gcc-4.8.2 with gcj support
>> compiled in.  icedtea-6 builds fine but I need icedtea-7.  Does anyone
>> know how to get this to build on ARM?
>
> I fixed a bug on this recently.  Please try icedtea7 head.
>
> Andrew.

I finally got Gentoo's icedtea-7.9999 ebuild working to the point that
it fails with almost the same error I posted before.  It looks the
same except there is no "Annotation processing got disabled, since it
requires a 1.6 compliant JVM" error.  I think that's a live ebuild but
maybe not.  Could you point me to the bug or the patch so I can make
sure it is applied in my build?

mkdir -p /var/tmp/portage/dev-java/icedtea-7.9999/work/icedtea-9999/cryptocheck.build
/var/tmp/portage/dev-java/icedtea-7.9999/work/icedtea-9999/bootstrap/jdk1.6.0/bin/javac
-g -encoding utf-8    -source 6 -target 6 \
  -d /var/tmp/portage/dev-java/icedtea-7.9999/work/icedtea-9999/cryptocheck.build
./TestCryptoLevel.java
mkdir -p stamps
touch stamps/cryptocheck.stamp
if [ -e /var/tmp/portage/dev-java/icedtea-7.9999/work/icedtea-9999/openjdk.build-boot/j2sdk-image/bin/java
] ; then \
  /var/tmp/portage/dev-java/icedtea-7.9999/work/icedtea-9999/openjdk.build-boot/j2sdk-image/bin/java
-cp /var/tmp/portage/dev-java/icedtea-7.9999/work/icedtea-9999/cryptocheck.build
TestCryptoLevel ; \
fi
Exception in thread "main" java.lang.NullPointerException
        at java.lang.Throwable.fillInStackTrace(Throwable.java:783)
        at java.lang.Throwable.<init>(Throwable.java:250)
        at java.lang.Exception.<init>(Exception.java:54)
        at java.lang.RuntimeException.<init>(RuntimeException.java:51)
        at java.lang.NullPointerException.<init>(NullPointerException.java:60)
        at TestCryptoLevel.main(TestCryptoLevel.java:45)
make: *** [stamps/check-crypto-boot.stamp] Error 1

- Grant

  reply	other threads:[~2014-01-12 21:04 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-10  0:06 Grant
2014-01-10  9:28 ` Andrew Haley
2014-01-12 21:04   ` Grant [this message]
2014-01-15 13:40     ` Grant

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAN0CFw15p_Ye0XZJgtqR7AkDRraJb+piu2Da7rTSAajugedmyQ@mail.gmail.com \
    --to=emailgrant@gmail.com \
    --cc=aph@redhat.com \
    --cc=distro-pkg-dev@openjdk.java.net \
    --cc=gcc-help@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).