All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v8 1/3] openjdk: new package
Date: Tue, 19 Mar 2019 22:51:07 +0100	[thread overview]
Message-ID: <20190319225107.707b903f@windsurf> (raw)
In-Reply-To: <20190315205233.128763-1-aduskett@gmail.com>

Hello Adam,

On Fri, 15 Mar 2019 16:52:31 -0400
aduskett at gmail.com wrote:

> From: Adam Duskett <Aduskett@gmail.com>
> 
> OpenJDK is a free and open-source implementation of the Java Platform.
> This package provides the option to build a client or a server JVM interpreter.

Since it was merged, this package caused a few build issues (but not
that many). I had a quick look in order to hopefully help resolving
them:

 - http://autobuild.buildroot.net/results/a03/a034e641fe163d4502fd9411af1d96c14d13c5f2/build-end.log
   http://autobuild.buildroot.net/results/84f/84f423cc795ce0957801a5f7b35c0c800f527fb1/build-end.log

   These are the same, the host machine tuple is not recognized. I
   believe the fix is as easy as adding a POST_PATCH_HOOKS that copies
   support/gnuconfig/config.sub over $(@D)/make/autoconf/build-aux/autoconf-config.sub

 - http://autobuild.buildroot.net/results/f76/f763193801c4af8289c49832811395df49b1b876/build-end.log

   This one has stuff like error: unknown type name
   'snd_rawmidi_stream_t'; did you mean 'snd_pcm_stream_t'?. The problem is that the configuration has 
   BR2_PACKAGE_ALSA_LIB_RAWMIDI disabled. I would recommend you to make
   a build of OpenJDK with BR2_PACKAGE_ALSA_LIB=y but all its
   sub-options disabled, and see which sub-options are mandatory for
   OpenJDK to build. Then you can add the relevant select
   BR2_PACKAGE_ALSA_LIB_foobaz to openjdk/Config.in

 - http://autobuild.buildroot.net/results/9d2/9d27e6389a18ddf4266511b58e827487d4a78437/build-end.log

   This one is some weird OpenJDK specific stuff, I can't really help
   here.

 - http://autobuild.buildroot.net/results/633/633b2361f7ab588fcc41fcbf5e92aa4eca895c6a/build-end.log

   Same for this one.

Best regards,

Thomas Petazzoni
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

      parent reply	other threads:[~2019-03-19 21:51 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-15 20:52 [Buildroot] [PATCH v8 1/3] openjdk: new package aduskett at gmail.com
2019-03-15 20:52 ` [Buildroot] [PATCH v8 2/3] package/openjdk: package/openjdk: Add AArch64 support aduskett at gmail.com
2019-03-15 21:01   ` Thomas Petazzoni
2019-03-16 17:13     ` Adam Duskett
2019-03-17 13:08   ` Thomas Petazzoni
2019-03-15 20:52 ` [Buildroot] [PATCH v8 3/3] openjdk-hello-world: new test aduskett at gmail.com
2019-03-17 13:10   ` Thomas Petazzoni
2019-03-17 13:08 ` [Buildroot] [PATCH v8 1/3] openjdk: new package Thomas Petazzoni
2019-03-19 21:51 ` Thomas Petazzoni [this message]

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=20190319225107.707b903f@windsurf \
    --to=thomas.petazzoni@bootlin.com \
    --cc=buildroot@busybox.net \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.