All of lore.kernel.org
 help / color / mirror / Atom feed
* meta-java openjdk-8 fails to compile for beaglebone
@ 2018-06-29 12:33 Belisko Marek
  2018-06-29 13:05 ` Henning Heinold
  0 siblings, 1 reply; 6+ messages in thread
From: Belisko Marek @ 2018-06-29 12:33 UTC (permalink / raw)
  To: OpenEmbedded Development mailing list

Hello,

I'm trying to compile openjdk-8 from actual meta-java master (I'm
using rocko poky though).
I basically copy content of openjdk to custom layer and added small
bbappend with following content:

DEPENDS += "cups libxrender xtst libxt"

as without that when building with X11 configure phase fails. But
during compilation I get this error:

i/openjdk-8/162b12-r0/build/jdk/gensrc_headers.BUILD_JDK.tmp
@/home/marek/projects/yocto/build-test/tmp/work/cortexa8hf-neon-poky-linux-gnueabi/openjdk-8/162b12-r0/build/jdk/classes/_the.BUILD_JDK_batch.tmp
| /home/marek/projects/yocto/build-test/tmp/work/cortexa8hf-neon-poky-linux-gnueabi/openjdk-8/162b12-r0/build/jdk/gensrc/sun/awt/X11/XRenderPictFormat.java:8:
error: cannot find symbol
| public class XRenderPictFormat extends XWrapperBase {
|                                        ^
|   symbol: class XWrapperBase
| /home/marek/projects/yocto/build-test/tmp/work/cortexa8hf-neon-poky-linux-gnueabi/openjdk-8/162b12-r0/build/jdk/gensrc/sun/awt/X11/XRenderDirectFormat.java:8:
error: cannot find symbol
| public class XRenderDirectFormat extends XWrapperBase {
|                                          ^
|   symbol: class XWrapperBase
| /home/marek/projects/yocto/build-test/tmp/work/cortexa8hf-neon-poky-linux-gnueabi/openjdk-8/162b12-r0/build/jdk/gensrc/sun/awt/X11/XVisibilityEvent.java:8:
error: cannot find symbol
| public class XVisibilityEvent extends XWrapperBase {
|                                       ^
|   symbol: class XWrapperBase
| /home/marek/projects/yocto/build-test/tmp/work/cortexa8hf-neon-poky-linux-gnueabi/openjdk-8/162b12-r0/build/jdk/gensrc/sun/awt/X11/XkbExtensionDeviceNotifyEvent.java:8:
error: cannot find symbol
| public class XkbExtensionDeviceNotifyEvent extends XWrapperBase {
|                                                    ^
|   symbol: class XWrapperBase
| /home/marek/projects/yocto/build-test/tmp/work/cortexa8hf-neon-poky-linux-gnueabi/openjdk-8/162b12-r0/build/jdk/gensrc/sun/awt/X11/AwtGraphicsConfigData.java:8:
error: cannot find symbol
| public class AwtGraphicsConfigData extends XWrapperBase {
|                                            ^
|   symbol: class XWrapperBase
| /home/marek/projects/yocto/build-test/tmp/work/cortexa8hf-neon-poky-linux-gnueabi/openjdk-8/162b12-r0/build/jdk/gensrc/sun/awt/X11/XVisualInfo.java:8:
error: cannot find symbol
| public class XVisualInfo extends XWrapperBase {
|                                  ^
|   symbol: class XWrapperBase
| /home/marek/projects/yocto/build-test/tmp/work/cortexa8hf-neon-poky-linux-gnueabi/openjdk-8/162b12-r0/build/jdk/gensrc/sun/awt/X11/awtImageData.java:8:
error: cannot find symbol
| public class awtImageData extends XWrapperBase {
|                                   ^
|   symbol: class XWrapperBase
| /home/marek/projects/yocto/build-test/tmp/work/cortexa8hf-neon-poky-linux-gnueabi/openjdk-8/162b12-r0/build/jdk/gensrc/sun/awt/X11/ColorData.java:8:
error: cannot find symbol
| public class ColorData extends XWrapperBase {
|                                ^
|   symbol: class XWrapperBase
| /home/marek/projects/yocto/build-test/tmp/work/cortexa8hf-neon-poky-linux-gnueabi/openjdk-8/162b12-r0/build/jdk/gensrc/sun/awt/X11/XPixmapFormatValues.java:8:
error: cannot find symbol
| public class XPixmapFormatValues extends XWrapperBase {
|                                          ^
|   symbol: class XWrapperBase
| /home/marek/projects/yocto/build-test/tmp/work/cortexa8hf-neon-poky-linux-gnueabi/openjdk-8/162b12-r0/build/jdk/gensrc/sun/awt/X11/ColorEntry.java:8:
error: cannot find symbol
| public class ColorEntry extends XWrapperBase {
|                                 ^
|   symbol: class XWrapperBase
| /home/marek/projects/yocto/build-test/tmp/work/cortexa8hf-neon-poky-linux-gnueabi/openjdk-8/162b12-r0/build/jdk/gensrc/sun/awt/X11/XKeymapEvent.java:8:
error: cannot find symbol
| public class XKeymapEvent extends XWrapperBase {
|                                   ^
|   symbol: class XWrapperBase
| /home/marek/projects/yocto/build-test/tmp/work/cortexa8hf-neon-poky-linux-gnueabi/openjdk-8/162b12-r0/build/jdk/gensrc/sun/awt/X11/AwtScreenData.java:8:
error: cannot find symbol
| public class AwtScreenData extends XWrapperBase {
|                                    ^
|   symbol: class XWrapperBase
| /home/marek/projects/yocto/build-test/tmp/work/cortexa8hf-neon-poky-linux-gnueabi/openjdk-8/162b12-r0/build/jdk/gensrc/sun/awt/X11/XColormapEvent.java:8:
error: cannot find symbol
| public class XColormapEvent extends XWrapperBase {
|                                     ^
|   symbol: class XWrapperBase
| /home/marek/projects/yocto/build-test/tmp/work/cortexa8hf-neon-poky-linux-gnueabi/openjdk-8/162b12-r0/build/jdk/gensrc/sun/awt/X11/XEvent.java:8:
error: cannot find symbol
| public class XEvent extends XWrapperBase {
|                             ^
|   symbol: class XWrapperBase
| /home/marek/projects/yocto/build-test/tmp/work/cortexa8hf-neon-poky-linux-gnueabi/openjdk-8/162b12-r0/build/jdk/gensrc/sun/awt/X11/XAnyEvent.java:8:
error: cannot find symbol
| public class XAnyEvent extends XWrapperBase {
|                                ^
|   symbol: class XWrapperBase
| /home/marek/projects/yocto/build-test/tmp/work/cortexa8hf-neon-poky-linux-gnueabi/openjdk-8/162b12-r0/build/jdk/gensrc/sun/awt/X11/XKeyEvent.java:8:
error: cannot find symbol
| public class XKeyEvent extends XWrapperBase {
|                                ^
|   symbol: class XWrapperBase
| /home/marek/projects/yocto/build-test/tmp/work/cortexa8hf-neon-poky-linux-gnueabi/openjdk-8/162b12-r0/build/jdk/gensrc/sun/awt/X11/XButtonEvent.java:8:
error: cannot find symbol
| public class XButtonEvent extends XWrapperBase {
|                                   ^
|   symbol: class XWrapperBase
| /home/marek/projects/yocto/build-test/tmp/work/cortexa8hf-neon-poky-linux-gnueabi/openjdk-8/162b12-r0/build/jdk/gensrc/sun/awt/X11/XMotionEvent.java:8:
error: cannot find symbol

any ideas what to check, update? Also I plan to post dependency patch
with X11 missing dependencies. Thanks.

BR,

marek
-- 
as simple and primitive as possible
-------------------------------------------------
Marek Belisko - OPEN-NANDRA
Freelance Developer

Ruska Nova Ves 219 | Presov, 08005 Slovak Republic
Tel: +421 915 052 184
skype: marekwhite
twitter: #opennandra
web: http://open-nandra.com


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: meta-java openjdk-8 fails to compile for beaglebone
  2018-06-29 12:33 meta-java openjdk-8 fails to compile for beaglebone Belisko Marek
@ 2018-06-29 13:05 ` Henning Heinold
  2018-06-29 13:08   ` Belisko Marek
  0 siblings, 1 reply; 6+ messages in thread
From: Henning Heinold @ 2018-06-29 13:05 UTC (permalink / raw)
  To: OpenEmbedded Development mailing list

On Fri, Jun 29, 2018 at 02:33:02PM +0200, Belisko Marek wrote:
> Hello,
> 
> I'm trying to compile openjdk-8 from actual meta-java master (I'm
> using rocko poky though).

Please try the rocko branch from meta-java and build again.

Bye Henning


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: meta-java openjdk-8 fails to compile for beaglebone
  2018-06-29 13:05 ` Henning Heinold
@ 2018-06-29 13:08   ` Belisko Marek
  2018-06-29 13:19     ` Henning Heinold
  0 siblings, 1 reply; 6+ messages in thread
From: Belisko Marek @ 2018-06-29 13:08 UTC (permalink / raw)
  To: henning; +Cc: OpenEmbedded Development mailing list

Hi Henning,
On Fri, Jun 29, 2018 at 3:06 PM Henning Heinold
<henning@itconsulting-heinold.de> wrote:
>
> On Fri, Jun 29, 2018 at 02:33:02PM +0200, Belisko Marek wrote:
> > Hello,
> >
> > I'm trying to compile openjdk-8 from actual meta-java master (I'm
> > using rocko poky though).
>
> Please try the rocko branch from meta-java and build again.
On rocko branch it works but I would need latest version of openjdk.
>
> Bye Henning
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

BR,

marek

-- 
as simple and primitive as possible
-------------------------------------------------
Marek Belisko - OPEN-NANDRA
Freelance Developer

Ruska Nova Ves 219 | Presov, 08005 Slovak Republic
Tel: +421 915 052 184
skype: marekwhite
twitter: #opennandra
web: http://open-nandra.com


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: meta-java openjdk-8 fails to compile for beaglebone
  2018-06-29 13:08   ` Belisko Marek
@ 2018-06-29 13:19     ` Henning Heinold
  2018-06-29 13:24       ` Belisko Marek
  0 siblings, 1 reply; 6+ messages in thread
From: Henning Heinold @ 2018-06-29 13:19 UTC (permalink / raw)
  To: Belisko Marek; +Cc: OpenEmbedded Development mailing list

On Fri, Jun 29, 2018 at 03:08:53PM +0200, Belisko Marek wrote:
> Hi Henning,
> On Fri, Jun 29, 2018 at 3:06 PM Henning Heinold
> <henning@itconsulting-heinold.de> wrote:
> >
> > On Fri, Jun 29, 2018 at 02:33:02PM +0200, Belisko Marek wrote:
> > > Hello,
> > >
> > > I'm trying to compile openjdk-8 from actual meta-java master (I'm
> > > using rocko poky though).
> >
> > Please try the rocko branch from meta-java and build again.
> On rocko branch it works but I would need latest version of openjdk.
In that case I think you need to backport the version upgrade to the rocko branch or
wait until someone will do it. There some changes in master regarding the xorg-proto headers.

Bye Henning


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: meta-java openjdk-8 fails to compile for beaglebone
  2018-06-29 13:19     ` Henning Heinold
@ 2018-06-29 13:24       ` Belisko Marek
  2018-07-02 14:28         ` Belisko Marek
  0 siblings, 1 reply; 6+ messages in thread
From: Belisko Marek @ 2018-06-29 13:24 UTC (permalink / raw)
  To: henning; +Cc: OpenEmbedded Development mailing list

Hi Henning,

On Fri, Jun 29, 2018 at 3:19 PM Henning Heinold
<henning@itconsulting-heinold.de> wrote:
>
> On Fri, Jun 29, 2018 at 03:08:53PM +0200, Belisko Marek wrote:
> > Hi Henning,
> > On Fri, Jun 29, 2018 at 3:06 PM Henning Heinold
> > <henning@itconsulting-heinold.de> wrote:
> > >
> > > On Fri, Jun 29, 2018 at 02:33:02PM +0200, Belisko Marek wrote:
> > > > Hello,
> > > >
> > > > I'm trying to compile openjdk-8 from actual meta-java master (I'm
> > > > using rocko poky though).
> > >
> > > Please try the rocko branch from meta-java and build again.
> > On rocko branch it works but I would need latest version of openjdk.
> In that case I think you need to backport the version upgrade to the rocko branch or
> wait until someone will do it. There some changes in master regarding the xorg-proto headers.
Isn't just copy of openjdk-8 folder enough to custom layer from master
branch? Seem from your response not so I'll try to look on patches
and then update all necessary bits and pieces. Thanks.
>
> Bye Henning

BR,

marek
-- 
as simple and primitive as possible
-------------------------------------------------
Marek Belisko - OPEN-NANDRA
Freelance Developer

Ruska Nova Ves 219 | Presov, 08005 Slovak Republic
Tel: +421 915 052 184
skype: marekwhite
twitter: #opennandra
web: http://open-nandra.com


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: meta-java openjdk-8 fails to compile for beaglebone
  2018-06-29 13:24       ` Belisko Marek
@ 2018-07-02 14:28         ` Belisko Marek
  0 siblings, 0 replies; 6+ messages in thread
From: Belisko Marek @ 2018-07-02 14:28 UTC (permalink / raw)
  To: henning; +Cc: OpenEmbedded Development mailing list

Hi Henning,

I tried with sumo but java aborts:
http://lists.openembedded.org/pipermail/openembedded-devel/2018-July/119164.html

On Fri, Jun 29, 2018 at 3:24 PM Belisko Marek <marek.belisko@gmail.com> wrote:
>
> Hi Henning,
>
> On Fri, Jun 29, 2018 at 3:19 PM Henning Heinold
> <henning@itconsulting-heinold.de> wrote:
> >
> > On Fri, Jun 29, 2018 at 03:08:53PM +0200, Belisko Marek wrote:
> > > Hi Henning,
> > > On Fri, Jun 29, 2018 at 3:06 PM Henning Heinold
> > > <henning@itconsulting-heinold.de> wrote:
> > > >
> > > > On Fri, Jun 29, 2018 at 02:33:02PM +0200, Belisko Marek wrote:
> > > > > Hello,
> > > > >
> > > > > I'm trying to compile openjdk-8 from actual meta-java master (I'm
> > > > > using rocko poky though).
> > > >
> > > > Please try the rocko branch from meta-java and build again.
> > > On rocko branch it works but I would need latest version of openjdk.
> > In that case I think you need to backport the version upgrade to the rocko branch or
> > wait until someone will do it. There some changes in master regarding the xorg-proto headers.
> Isn't just copy of openjdk-8 folder enough to custom layer from master
> branch? Seem from your response not so I'll try to look on patches
> and then update all necessary bits and pieces. Thanks.
> >
> > Bye Henning
>

BR,

marek


-- 
as simple and primitive as possible
-------------------------------------------------
Marek Belisko - OPEN-NANDRA
Freelance Developer

Ruska Nova Ves 219 | Presov, 08005 Slovak Republic
Tel: +421 915 052 184
skype: marekwhite
twitter: #opennandra
web: http://open-nandra.com


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-07-02 14:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-29 12:33 meta-java openjdk-8 fails to compile for beaglebone Belisko Marek
2018-06-29 13:05 ` Henning Heinold
2018-06-29 13:08   ` Belisko Marek
2018-06-29 13:19     ` Henning Heinold
2018-06-29 13:24       ` Belisko Marek
2018-07-02 14:28         ` Belisko Marek

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.