Re: [oe] [meta-python][scarthgap][PATCH] python3-pydantic-core: upgrade 2.16.3 -> 2.18.1

2024-08-08 Thread Richard Leitner via lists.openembedded.org
On Tue, Aug 06, 2024 at 01:09:10PM GMT, Khem Raj wrote: > On Mon, Aug 5, 2024 at 12:08 AM Frank de Brabander via > lists.openembedded.org > wrote: > > > > > > > > > Op 3 aug 2024 om 18:51 heeft akuster808 het > > > volgende geschreven: > > > > > >  > > > > > >> On 7/31/24 4:07 AM, Frank de Brab

Re: [oe] [meta-python][scarthgap][PATCH] python3-pydantic-core: upgrade 2.16.3 -> 2.18.1

2024-07-30 Thread Richard Leitner via lists.openembedded.org
Hi Armin, Tim, Frank, On Sat, Jul 06, 2024 at 08:08:10PM GMT, Richard Leitner wrote: > The currently available python-3-pydantic v2.7.0 requires > python3-pydantic-core to be updated to v2.18.1. > > Removed patch: 0001-Bumps-pyo3-https-github.com-pyo3-pyo3-from-0.20.2-to: > T

[oe] [meta-python][scarthgap][PATCH] python3-email-validator: upgrade 2.1.0 -> 2.1.1

2024-07-29 Thread Richard Leitner via lists.openembedded.org
y: Khem Raj (cherry picked from commit 0dd1264a9499b213ff9edd3618ea2a3e8fae9c56) Signed-off-by: Richard Leitner --- ...il-validator_2.1.0.bb => python3-email-validator_2.1.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-e

Re: [oe] [meta-python][scarthgap][PATCH] python3-pydantic-core: upgrade 2.16.3 -> 2.18.1

2024-07-29 Thread Richard Leitner via lists.openembedded.org
On Thu, Jul 18, 2024 at 08:27:50AM GMT, Tim Orling wrote: > On Thu, Jul 18, 2024 at 7:49 AM Richard Leitner wrote: > > On Wed, Jul 10, 2024 at 12:10:01PM GMT, Tim Orling wrote: > > > On Wed, Jul 10, 2024 at 8:14 AM Tim Orling > > wrote: > > > > On Tue, Ju

Re: [oe] [meta-python][scarthgap][PATCH] python3-pydantic-core: upgrade 2.16.3 -> 2.18.1

2024-07-18 Thread Richard Leitner via lists.openembedded.org
Hi Tim, Hi Armin, sorry for the late response, just came back from vacation. On Wed, Jul 10, 2024 at 12:10:01PM GMT, Tim Orling wrote: > On Wed, Jul 10, 2024 at 8:14 AM Tim Orling wrote: > > On Tue, Jul 9, 2024 at 5:54 AM Richard Leitner wrote: > > > >> Hi Armin, > &

Re: [oe] [meta-python][scarthgap][PATCH] python3-pydantic-core: upgrade 2.16.3 -> 2.18.1

2024-07-09 Thread Richard Leitner via lists.openembedded.org
Hi Armin, On Tue, Jul 09, 2024 at 08:12:06AM GMT, akuster808 wrote: > Hello Richard, > > On 7/6/24 2:08 PM, Richard Leitner via lists.openembedded.org wrote: > > The currently available python-3-pydantic v2.7.0 requires > > python3-pydantic-core to be updated to v2.18

[oe] [meta-python][scarthgap][PATCH] python3-pydantic-core: upgrade 2.16.3 -> 2.18.1

2024-07-06 Thread Richard Leitner via lists.openembedded.org
crate dependencies: allocator-api2 lexical-core lexical-write-float lexical-write-integer Changelog: https://github.com/pydantic/pydantic-core/releases Signed-off-by: Richard Leitner --- .../python/python3-pydantic-core-crates.inc | 78 +-- ...-github.com-pyo3-pyo3-from-0.20.2-to.p

[oe] [meta-python][PATCH] python3-janus: add recipe for v1.0.0

2024-01-23 Thread Richard Leitner via lists.openembedded.org
janus is a python library providing a mixed sync-async queue to interoperate between asyncio tasks and classic threads. This recipe uses pypi as source: https://pypi.org/project/janus/ Signed-off-by: Richard Leitner --- .../python/python3-janus_1.0.0.bb | 15

[oe] [meta-python][PATCH] python3-pytest-cov: add missing python3-coverage dependency

2024-01-03 Thread Richard Leitner via lists.openembedded.org
As reported by "pip3 check" python3-pytest-cov depends on python3-coverage: $ pip3 check pytest-cov 4.1.0 requires coverage, which is not installed. This patch fixes this problem by adding python3-coverage to RDEPENDS Signed-off-by: Richard Leitner --- meta-pyth

[oe] [meta-python][PATCH] python3-autoflake: add recipe for v2.2.1

2023-09-21 Thread Richard Leitner via lists.openembedded.org
autoflake is a python library which removes unused imports and unused variables from Python code. This recipe uses pypi as source: https://pypi.org/project/autoflake/ Signed-off-by: Richard Leitner --- .../python/python3-autoflake_2.2.1.bb| 12 1 file

[oe] [meta-python][PATCH] python3-shellingham: add recipe for v1.5.3

2023-09-14 Thread Richard Leitner via lists.openembedded.org
Shellingham is a python library to detect what shell the current Python executable is running in. This recipe uses pypi as source: https://pypi.org/project/shellingham Signed-off-by: Richard Leitner --- .../python/python3-shellingham_1.5.3.bb| 10 ++ 1 file

Re: [oe] [meta-java][dunfell][PATCH] openjdk: Fix CVE-2022-34169 for openjdk

2022-12-22 Thread Richard Leitner
Hi, thanks for the reminder! On Thu, Dec 22, 2022 at 02:07:53AM -0800, akash hadke via lists.openembedded.org wrote: > > Hello Team, > > Is there any update on this fix are we going you going to consider this CVE > fix? Tbh, I wanted to update openjdk so backporting this patch is not necessar

Re: [oe] [meta-java][PATCH] conf: layer: add free(1) to HOSTTOOLS_NONFATAL for icedtea7-native

2022-12-11 Thread Richard Leitner
Hi Ahmad, On Fri, Dec 09, 2022 at 02:52:02PM +0100, Ahmad Fatoum via lists.openembedded.org wrote: > Hello, > > On 28.10.22 18:16, Ahmad Fatoum wrote: > > icedtea7-native build uses free -m (from the procfs suite of tools) to > > determine memory bound during compile. This always fails for us, >

Re: [oe] [meta-java][PATCH] layer.conf: Mark as compatible with langdale

2022-11-24 Thread Richard Leitner
Hi Ulrich, On Thu, Nov 24, 2022 at 05:33:14PM +0100, Ulrich Ölmann via lists.openembedded.org wrote: > Signed-off-by: Ulrich Ölmann > --- > conf/layer.conf | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Thanks for the patch. I've merged it to master. If you have any question please a

Re: [oe] [meta-java][PATCH] openjdk-8: refresh patches

2022-11-24 Thread Richard Leitner
Hi Ulrich, On Thu, Nov 24, 2022 at 05:32:54PM +0100, Ulrich Ölmann via lists.openembedded.org wrote: > Signed-off-by: Ulrich Ölmann > --- > .../0013-autoconf-remove-Werror.patch | 22 +-- > ...pot-Turn-on-the-Wreturn-type-warning.patch | 20 - > .../1010-

Re: [oe] [meta-java][PATCH 1/3] classpath: Use an include file for x11 feature check

2022-08-30 Thread Richard Leitner
On Tue, Aug 30, 2022 at 10:31:04AM +0100, Andrei Gherzan wrote: ... > Do we have any updates on this patch set? It would be great if we could get > it in kirkstone soon. I'm currently facing problems with some of the tests/builds for arm64. I hope to get them sorted out today or tomorrow. I'll

Re: [oe] [meta-java[dunfell][PATCH] jsch: Whitelist CVE-2016-5725

2022-08-29 Thread Richard Leitner
Hi Pawan, On Mon, Aug 29, 2022 at 01:56:21AM -0700, Pawan via lists.openembedded.org wrote: > Hello, > Could you please add this patch in the dunfell branch as well. Please send a valid patch or open a GitHub or GitLab PR/MR. Thanks and regards;rl -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all

Re: [oe] [meta-java][PATCH 1/3] classpath: Use an include file for x11 feature check

2022-08-22 Thread Richard Leitner
On Mon, Aug 22, 2022 at 10:28:34AM +0100, Andrei Gherzan wrote: > On Mon, 22 Aug 2022, at 09:15, Richard Leitner wrote: > > > > Unfortunately the testing infrastructure is not public available :( > > Got it. That's fine. I'll just keep an eye on the repo. > >

Re: [oe] [meta-java][PATCH 1/3] classpath: Use an include file for x11 feature check

2022-08-22 Thread Richard Leitner
On Mon, Aug 22, 2022 at 08:46:45AM +0100, Andrei Gherzan via lists.openembedded.org wrote: > On Mon, 22 Aug 2022, at 08:38, Richard Leitner wrote: > > On Wed, Aug 17, 2022 at 01:43:06PM +0200, Andrei Gherzan via > > lists.openembedded.org wrote: > >> From: Andrei Gh

Re: [oe] [meta-java][PATCH 1/3] classpath: Use an include file for x11 feature check

2022-08-22 Thread Richard Leitner
On Wed, Aug 17, 2022 at 01:43:06PM +0200, Andrei Gherzan via lists.openembedded.org wrote: > From: Andrei Gherzan Hi Andrei, thanks for the series. I've just applied them to master-next. As soon as some testing happened I will merge them to master. If you have any question please just drop me

Re: [oe] [meta-java][PATCH] classpath: inherit pkgconfig

2022-03-22 Thread Richard Leitner
Hi Zoltán, thanks for the patch! I've just applied it to master-next. After some testing is will likely get merged to master and kirkstone branch. regards;rl On Tue, Mar 22, 2022 at 06:17:40AM +0100, Zoltan Boszormenyi via lists.openembedded.org wrote: > From: Zoltán Böszörményi > > It fixes

Re: [oe] [meta-java][PATCH 0/5] Update master to kirkstone compat

2022-02-28 Thread Richard Leitner
Hi Jeremy, thanks for the patch! I've just applied it to master-next and if everything goes well it will be merged to master after some testing. regards;rl On Thu, Feb 24, 2022 at 04:23:34AM -0500, Jeremy Puhlman via lists.openembedded.org wrote: > Update variables to use kirkstone variants. >

Re: [oe] [meta-java][PATCH] openjdk-build-helper: fix arm64 build

2021-11-17 Thread Richard Leitner
On Wed, Nov 17, 2021 at 06:10:02PM +0100, Jerome Brunet wrote: > > On Wed 17 Nov 2021 at 16:24, Richard Leitner - SKIDATA > wrote: > > > Hi Jerome, > > > > thanks for the patch! I've just applied it to master-next and if everything > > goes well it wi

Re: [oe] [meta-java][PATCH 1/2] jamvm: Set git branch

2021-11-17 Thread Richard Leitner
On Wed, Nov 17, 2021 at 05:58:26PM +0100, Jacob Kroon wrote: > Hi Richard, > > On 11/17/21 17:20, Richard Leitner - SKIDATA wrote: > > Hi Jacob, > > > > thanks for the patches! > > I've just added them to master-next. > > > > Another question a

Re: [oe] [meta-java] [PATCH v2] openjdk-7: fix recipe parsing for "other" architectures

2021-11-17 Thread Richard Leitner
Hi Esben, On Wed, Oct 20, 2021 at 01:20:55PM +0200, Esben Haabendal via lists.openembedded.org wrote: > From: Esben Haabendal > > Using meta-java in configurations where TARGET architecture is something > different than the most mainstream archictures (intel, arm, powerpc, mips), > bitbake erro

Re: [oe] [meta-java][PATCH] openjdk-build-helper: fix arm64 build

2021-11-17 Thread Richard Leitner
Hi Jerome, thanks for the patch! I've just applied it to master-next and if everything goes well it will be merged to master after some testing. If you want to see it backported to other branches please let me know! lg;rl On Fri, Oct 22, 2021 at 05:12:12PM +0200, Jerome Brunet via lists.openemb

Re: [oe] [meta-java][PATCH 1/2] jamvm: Set git branch

2021-11-17 Thread Richard Leitner
Hi Jacob, thanks for the patches! I've just added them to master-next. Another question as you might know advice: How may I apply those messages from groups.io using "git am" without having to adapt the "From:" for every single message? Is there any "trick" you know about? thanks and regards;rl

Re: [oe] [meta-java][dunfell][PATCH v2] xerces-j: Whitelisted CVE-2018-2799

2021-11-17 Thread Richard Leitner
Hi Akash, On Sat, Nov 13, 2021 at 05:53:46AM -0800, akash hadke via lists.openembedded.org wrote: > Hi, > > Is there any update on this? Is it going to integrate into dunfell? Thanks for the reminder. It seems my CI script missed the final push. I'm sorry! Everything should be up2date now. r

Re: [oe] [meta-java] Request to pull honister branch and override syntax commits from master-next to master branch

2021-11-17 Thread Richard Leitner
Hi Geoff, On Sun, Nov 14, 2021 at 08:55:41PM -0800, Geoff Parker via lists.openembedded.org wrote: > I made this request a month ago, still no change to the master branch > so that builds can be made using meta-java with honister or master > openembedded layers. Thanks for the reminder. It seem

Re: [oe] [meta=java][PATCH] layer.conf: Mark as compatible with honister

2021-09-20 Thread Richard Leitner
Hi Geoff, On Mon, Sep 20, 2021 at 01:06:07PM -0700, Geoff Parker via lists.openembedded.org wrote: > From: Geoff Parker Thanks for the patch, but we have the same already in master-next! I'll try to finish the tests and merge master-next into master today. regards;rl > Signed-off-by: Geoff Pa

Re: [oe] [meta-java][PATCH] update recipes for new override syntax introduced in Yocto 3.4 honister

2021-09-20 Thread Richard Leitner
Hi Geoff, On Mon, Sep 20, 2021 at 03:05:22PM -0700, Geoff Parker via lists.openembedded.org wrote: > From: Geoff Parker > > Ran convert-overrides.py script with some manual edits after review. Thanks for the patch! Nonetheless we have a similar one already in master-next. Can you please verify

Re: [oe] [meta-java][dunfell][PATCH] xerces-j: Whitelisted CVE-2018-2799

2021-08-10 Thread Richard Leitner
Hi, thanks for the patch and sorry for the late reply. Unfortunately there are some problems with your patch. Your git author seems to be set up incorrectly. Please set it up correctly using the following commands before formatting the patch: $ git config user.name "John Doe" $ gi

Re: [oe] [meta-java][PATCH 0/2] Update to new override syntax

2021-08-10 Thread Richard Leitner
Hi Michael, On Mon, Aug 09, 2021 at 03:58:24PM +0200, Michael Opdenacker wrote: > Hi Richard (long time no see!) That's true... Looking forward to the next ELC somewhere in Europe to meet again 😉 > On 8/9/21 3:46 PM, Richard Leitner wrote: > > On Mon, Aug 09, 2021 at 02:09:36

Re: [oe] [meta-java][PATCH 0/2] Update to new override syntax

2021-08-09 Thread Richard Leitner
On Mon, Aug 09, 2021 at 02:09:36PM +0100, Anthony Bagwell via lists.openembedded.org wrote: > This consists of two commits, the first is the result of running the > automatic migration script, the second is cleaning up some places > where it was over zealous. Thanks for the patch. For which rele

Re: [oe] [yocto] [meta-java] icedtea7 fetching error

2021-06-14 Thread Richard Leitner
On Mon, Jun 14, 2021 at 09:29:05PM +0100, Richard Purdie wrote: > On Mon, 2021-06-14 at 20:20 +0000, Richard Leitner - SKIDATA wrote: > > On Thu, Jun 10, 2021 at 10:57:46AM +0200, Alexander Kanavin wrote: > > > I have the tarball. I think we should toss it somewhere safe and

Re: [oe] [meta-java][PATCH] openjdk-8: use relative path to build-aux in configure.ac

2021-03-22 Thread Richard Leitner
Hi, thanks for the patch. Please find some comments below. On Wed, Mar 17, 2021 at 03:58:02PM -0700, S. Lockwood-Childs wrote: > This autoconf error has been present a long time, though it used to be > non-fatal: > > autoreconf: configure.ac: creating directory > $TOPDIR/common/autoconf/buil

Re: [oe] [meta-java] openjre8 fails to compile on aarch64

2021-03-22 Thread Richard Leitner
5681 RJ Best > The Netherlands > > T: +31 (0) 499 33 69 69 > E: mike.looijm...@topicproducts.com > W: www.topic.nl > > Please consider the environment before printing this e-mail > On 22-03-2021 12:53, Richard Leitner wrote: > > Hi Mike, > > > > which meta-java and oe-

Re: [oe] [meta-java] openjre8 fails to compile on aarch64

2021-03-22 Thread Richard Leitner
Hi Mike, which meta-java and oe-core branch are you using? regards;rl On Mon, Mar 22, 2021 at 10:43:53AM +0100, Mike Looijmans wrote: > I cannot get openjre8 to compile. Any ideas what the real issue is? > > Compile for 32-bit ARM is okay, but building for aarch64 fails: > > ... > | g++: error

Re: [oe] [meta-java][PATCH] classpath-native and friends: inherit native last

2021-02-04 Thread Richard Leitner
Hi Douglas, thanks for you patch! I will review/test it in the comming days and give feedback! regards;rl On Fri, Feb 05, 2021 at 04:58:46PM +1300, Douglas via lists.openembedded.org wrote: > Fixes QA Issue: classpath-native: native/nativesdk class is not inherited last > > Signed-off-by: Doug

Re: [oe] [meta-java][PATCH] openjdk-8-cross.inc: exclude BB_NUMBER_THREADS from sstate hash

2021-02-04 Thread Richard Leitner
99,8 @@ do_install_append() { > fi > } > > +do_install[vardepsexclude] += "BB_NUMBER_THREADS" > + > export MAKE_VERBOSE = "y" > export MFLAGS="${@jdk_make_options(d)} MAKE_VERBOSE=y QUIETLY= VERBOSE=-s > LOG_LEVEL=trace STRIP_POLICY=no_strip&

Re: [oe] [meta-java] [zeus] cacao ERROR 404

2020-11-23 Thread Richard Leitner
Hi Eric, On Thu, Nov 19, 2020 at 02:33:49PM +0100, Eric Boccati wrote: > Hi, > > im trying to build jre using your meta-java pulling it from last commit of > zeus branch but cacao fetch fail: The zeus branch for meta-java isn't maintained anymore. Please update to dunfell, gatesgarth or master.

[oe] [meta-java][PATCH] openjdk-8: fix changed upstream checksums

2020-11-09 Thread Richard Leitner
ported-by: Chencheng Zhang Signed-off-by: Richard Leitner --- recipes-core/openjdk/openjdk-8-release.inc | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/recipes-core/openjdk/openjdk-8-release.inc b/recipes-core/openjdk/openjdk-8-release.inc index 2694077..

Re: [oe] [meta-java] Checksum mismatch on jdk8u272-ga.tar.bz2

2020-11-09 Thread Richard Leitner
Hi Chencheng, On Mon, Nov 09, 2020 at 11:05:30AM +0100, Chencheng Zhang wrote: > Hi Richard, > > I got the following error when using latest dunfell branch of meta-jave: > > ERROR: openjdk-8-native-272-r0 do_fetch: Fetcher failure for URL: ' > https://hg.openjdk.java.net/jdk8u/jdk8u/archive/jdk8

[oe] [meta-java][PATCH 2/3] openjre-8: add ALTERNATIVE for "keytool"

2020-09-11 Thread Richard Leitner
As we have ALTERNATIVEs for java and javac we should also provide one for the keytool. Signed-off-by: Richard Leitner --- recipes-core/openjdk/openjre-8_265.bb | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/recipes-core/openjdk/openjre-8_265.bb b/recipes-core

[oe] [meta-java][PATCH 1/3] openjdk-8: add ALTERNATIVE for "keytool"

2020-09-11 Thread Richard Leitner
As we have ALTERNATIVEs for java and javac we should also provide one for the keytool. Signed-off-by: Richard Leitner --- recipes-core/openjdk/openjdk-8_265.bb | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/recipes-core/openjdk/openjdk-8_265.bb b/recipes-core/openjdk

[oe] [meta-java][PATCH 3/3] openjdk-8-common: fix soundless evaluation

2020-09-11 Thread Richard Leitner
If only alsa and not pulseaudio was in PACKAGECONFIG soundless was configured. This is incorrect for obvious reasons, therefore set soundless only if alsa and pulseaudio isn't set. Signed-off-by: Richard Leitner --- recipes-core/openjdk/openjdk-8-common.inc | 5 + 1 file chang

Re: [oe] [meta-java] Changes from master-next merged to master

2020-09-02 Thread Richard Leitner
On Wed, Sep 02, 2020 at 10:50:24AM +0200, Alexander Kanavin wrote: > On Wed, 2 Sep 2020 at 10:43, Richard Leitner > wrote: > > > > > > ping - I think dunfell is still at the old revision? > > > > Thanks for the reminder. > > > > dunfell and warrior

Re: [oe] [meta-java] Changes from master-next merged to master

2020-09-02 Thread Richard Leitner
On Sun, Aug 30, 2020 at 10:46:06PM +0200, Alexander Kanavin wrote: > On Tue, 25 Aug 2020 at 13:03, Richard Leitner > wrote: > > > Great. Thanks for the feedback. > > dunfell-next and warrior-next are already available. I'll merge them to > > the real stable branch

Re: [oe] [meta-java] Changes from master-next merged to master

2020-08-25 Thread Richard Leitner
real stable branches soon. regards;rl > Alex > > On Tue, 25 Aug 2020 at 07:58, Richard Leitner > wrote: > > > On Mon, Aug 24, 2020 at 09:36:42PM +0200, Alexander Kanavin wrote: > > > I think the site and the downloads are now properly back. > > > >

Re: [oe] [meta-java] Changes from master-next merged to master

2020-08-24 Thread Richard Leitner
On Tue, Aug 25, 2020 at 08:05:56AM +0200, Jacob Kroon wrote: > On 8/25/20 7:58 AM, Richard Leitner wrote: > > On Mon, Aug 24, 2020 at 09:36:42PM +0200, Alexander Kanavin wrote: > > > I think the site and the downloads are now properly back. > > > > Thanks

Re: [oe] [meta-java] Changes from master-next merged to master

2020-08-24 Thread Richard Leitner
On Mon, Aug 24, 2020 at 09:36:42PM +0200, Alexander Kanavin wrote: > I think the site and the downloads are now properly back. Thanks for the info and sorry for my misunderstanding regarding the java.net site. So you are able to build 8u265 with the current master? regards;rl > > Alex > -=-=-=

Re: [oe] [meta-java] Changes from master-next merged to master

2020-08-24 Thread Richard Leitner
On Mon, Aug 24, 2020 at 11:19:13AM +0200, Alexander Kanavin wrote: > On Mon, 24 Aug 2020 at 11:14, Richard Leitner > wrote: > > > > > > http://deb.debian.org/debian/pool/main/o/openjdk-8/ > > > > Are you aware of "stable" orig source archives of Deb

Re: [oe] [meta-java] Changes from master-next merged to master

2020-08-24 Thread Richard Leitner
On Mon, Aug 24, 2020 at 11:07:13AM +0200, Alexander Kanavin wrote: > This message is actually from 2017, and I would hope it does not apply to > openjdk specifically, and the site is down only temporarily. If I remember > right, there is commitment to OpenJDK in its various flavours for years to >

Re: [oe] Failed to fetch URL https://bitbucket.org/cacaovm/cacao-staging/get/2d6f6c14daf9.zip

2020-08-24 Thread Richard Leitner
t; /Chencheng > > On Mon, 24 Aug 2020 at 09:45, Richard Leitner > wrote: > > > On Mon, Aug 24, 2020 at 09:24:21AM +0200, Alexander Kanavin wrote: > > > Thanks! But I guess dunfell needs the same set of fixes? > > > > Yes. I'm currently running some tes

Re: [oe] [meta-java] Changes from master-next merged to master

2020-08-24 Thread Richard Leitner
On Mon, Aug 24, 2020 at 09:50:41AM +0200, Jacob Kroon wrote: > > After updating master I'm getting: > > > WARNING: openjdk-8-native-265-r0 do_fetch: Failed to fetch URL > > https://hg.openjdk.java.net/jdk8u/jdk8u/archive/jdk8u265-ga.tar.bz2;downloadfilename=openjdk8-265-jdk8u-jdk8u265-ga.tar.bz2

Re: [oe] Failed to fetch URL https://bitbucket.org/cacaovm/cacao-staging/get/2d6f6c14daf9.zip

2020-08-24 Thread Richard Leitner
On Mon, Aug 24, 2020 at 09:24:21AM +0200, Alexander Kanavin wrote: > Thanks! But I guess dunfell needs the same set of fixes? Yes. I'm currently running some tests and if they succeed I'll backport a set of patches. regards;rl > > Alex > -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages

Re: [oe] Failed to fetch URL https://bitbucket.org/cacaovm/cacao-staging/get/2d6f6c14daf9.zip

2020-08-23 Thread Richard Leitner
On Fri, Aug 21, 2020 at 04:40:26PM +0200, Alexander Kanavin wrote: > A fix should be arriving to meta-java shortly and a patch was already > posted here yesterday. fyi: I've just merged the cacao update to the master branch. > > Alex > > On Fri, 21 Aug 2020 at 16:32, Chencheng Zhang wrote: >

[oe] [meta-oe][PATCH v2] liburing: add v0.7

2020-08-23 Thread Richard Leitner
Add initial support for liburing v0.7. Signed-off-by: Richard Leitner --- CHANGES v2: + rename recipe to include PV instead of "git" + remove "name=" from SRC_URI and SRCREV --- .../recipes-support/liburing/liburing_0.7.bb | 20 +++ 1 file changed, 20 i

[oe] [meta-java] Changes from master-next merged to master

2020-08-23 Thread Richard Leitner
Build cups-native when using cups packageconfig Jeremy Puhlman (1): icedtea7-native: set ALT_CUPS_HEADERS_PATH to staging Richard Leitner (2): openjdk-8: refresh patches cacao: update to latest git version openjdk-8: update to latest ga version 265 Robert Berg

Re: [oe] [meta-oe][PATCH] liburing: add v0.7

2020-08-23 Thread Richard Leitner
On Sun, Aug 23, 2020 at 11:06:14PM -0700, Khem Raj wrote: > On Sun, Aug 23, 2020 at 11:03 PM Richard Leitner > wrote: > > > > Add initial support for liburing v0.7. > > > > Signed-off-by: Richard Leitner > > --- > > .../reci

[oe] [meta-oe][PATCH] liburing: add v0.7

2020-08-23 Thread Richard Leitner
Add initial support for liburing v0.7. Signed-off-by: Richard Leitner --- .../recipes-support/liburing/liburing_git.bb | 21 +++ 1 file changed, 21 insertions(+) create mode 100644 meta-oe/recipes-support/liburing/liburing_git.bb diff --git a/meta-oe/recipes-support/liburing

[oe] [meta-java][PATCH] cacao: update to latest git version

2020-08-20 Thread Richard Leitner
As the cacao-staging mercurial repository was removed update the recipe to use the git repository instead. Furthermore update to the latest revision. Signed-off-by: Richard Leitner --- ...1-java.in-Do-not-use-hardcode-paths.patch} | 33 +++ ...se-system-s-boehm-garbage

Re: [oe] [meta-java][PATCHv2] openjdk-8: add a glibc 2.32 compatibility patch

2020-08-20 Thread Richard Leitner
On Thu, Aug 20, 2020 at 12:26:22PM +0200, Alexander Kanavin wrote: > Thanks Richard. > > There's also a problem with te cacao recipe: upstream has disappeared, > which renders fresh builds impossible: > > --2020-08-20 10:22:51-- > https://bitbucket.org/cacaovm/cacao-staging/get/2d6f6c14daf9.zip >

[oe] [meta-java][PATCH] openjdk-8: update to latest ga version 265

2020-08-20 Thread Richard Leitner
/rev/c4418d567028 Signed-off-by: Richard Leitner --- ...-native_252.bb => openjdk-8-native_265.bb} | 0 .../openjdk/openjdk-8-release-aarch32.inc | 18 +- .../openjdk/openjdk-8-release-aarch64.inc | 18 +- .../openjdk/openjdk-8-release-common.inc | 44 ++--- recipes-core/open

[oe] [meta-java][PATCH] openjdk-14: add 14.0.1

2020-08-20 Thread Richard Leitner
Add support for OpenJDK and OpenJRE v14.0.1. This version of OpenJDK is bootstrapped from a host-provided JDK. The host provided JDK is used to build openjdk-14-native. The native build is then used as build-jdk for the cross version. Signed-off-by: Richard Leitner --- README

Re: [oe] [PATCH] openjdk-8: Convert do_unpack postfunc to _append

2020-08-20 Thread Richard Leitner
istro_x11 = bb.utils.contains('DISTRO_FEATURES', 'x11', True, False, > > d) > > distro_alsa = bb.utils.contains('DISTRO_FEATURES', 'alsa', True, > > False, d) > > @@ -155,9 +162,6 @@ def jdk_configure_options(d): > > options = packag

Re: [oe] [meta-java][PATCHv2] openjdk-8: add a glibc 2.32 compatibility patch

2020-08-20 Thread Richard Leitner
Hi, thank you for your patch! This is a note to let you know that I've just added this patch to the master-next branch of the meta-java repository at git://git.yoctoproject.org/meta-java As soon as it has gone through some more testing it will likely be merged to the master branch. If yo

Re: [oe] [meta-java] commit 90984a33f407265493d54a8240e7d78701b3fb50 breaks build on Ubuntu 16.04

2020-07-28 Thread Richard Leitner
Hi Thomas, On Fri, Jun 26, 2020 at 05:03:23AM -0700, Thomas Köller wrote: > I noticed that building the zeus branch on Ubuntu 16.04 does not work. AFAIK > Ubuntu 16.04 is still listed as a supported build environment, so this should > be fixed. > > The Problem is that Ubuntu 16.04 comes with gc

Re: [oe] [meta-java][PATCH v2] icedtea7-native: set unique download file names

2020-07-01 Thread Richard Leitner
Hi, thank you for your patch! This is a note to let you know that I've just added this patch to the master-next branch of the meta-java repository at git://git.yoctoproject.org/meta-java As soon as it has gone through some more testing it will likely be merged to the master branch. If yo

Re: [oe] [meta-java][PATCH] jlex: set unique file name for download

2020-07-01 Thread Richard Leitner
Hi, thank you for your patch! This is a note to let you know that I've just added this patch to the master-next branch of the meta-java repository at git://git.yoctoproject.org/meta-java As soon as it has gone through some more testing it will likely be merged to the master branch. If yo

Re: [oe] [meta-java][master|dunfell][PATCH] icedtea7-native: set ALT_CUPS_HEADERS_PATH to staging

2020-07-01 Thread Richard Leitner
Hi, thank you for your patch! This is a note to let you know that I've just added this patch to the master-next branch of the meta-java repository at git://git.yoctoproject.org/meta-java As soon as it has gone through some more testing it will likely be merged to the master branch. If yo

Re: [oe] [meta-java][PATCH] icedtea7-native: set unique download file names

2020-06-23 Thread Richard Leitner
Hi Vyacheslav, thanks for your patch. Please find my comments inline. On Tue, Jun 23, 2020 at 02:23:41PM +0200, Vyacheslav Yurkov wrote: > From: Vyacheslav Yurkov It would be great if you could describe the change in a few more words here. Thanks! > > Signed-off-by: Vyacheslav Yurkov > --- >

Re: [oe] [meta-java][PATCH 2/2] openjdk-8-native: Build cups-native when using cups packageconfig

2020-06-10 Thread Richard Leitner
Hi, thank you for your patch! This is a note to let you know that I've just added this patch to the master-next branch of the meta-java repository at git://git.yoctoproject.org/meta-java As soon as it has gone through some more testing it will likely be merged to the master branch. If yo

Re: [oe] [meta-java][PATCH 1/2] openjdk-8-native: Add libxtst-native to x11 packageconfig

2020-06-10 Thread Richard Leitner
Hi, thank you for your patch! This is a note to let you know that I've just added this patch to the master-next branch of the meta-java repository at git://git.yoctoproject.org/meta-java As soon as it has gone through some more testing it will likely be merged to the master branch. If yo

Re: [oe] [meta-java][PATCH v3] WORKDIR and ARCHIVER_WORKDIR support

2020-06-10 Thread Richard Leitner
Hi, thank you for your patch! This is a note to let you know that I've just added this patch to the master-next branch of the meta-java repository at git://git.yoctoproject.org/meta-java As soon as it has gone through some more testing it will likely be merged to the master branch. If yo

[oe] [meta-java][RFC] openjdk-14: add 14.0.1

2020-05-21 Thread Richard Leitner
qemux86-64 on a fedora 32 host. Signed-off-by: Richard Leitner --- Any test results, suggestions for improvement or general feedback is warmly welcome! Thanks! --- README| 26 ++- .../{bootstrap-flow.txt => bootstrap-flow.md} | 8 + lib/oeqa/runt

Re: [oe] [meta-java][PATCH v2] icedtea7-native: host gcc-9, extra CFLAGS needed

2020-05-09 Thread Richard Leitner
Hi, thanks for the patch! I've rebased it on current master and pushed it to master-next for further testing! regards;rl On Fri, May 08, 2020 at 09:08:32PM +0300, Robert Berger wrote: > From: Robert Berger > > Signed-off-by: Robert Berger > --- > recipes-core/icedtea/icedtea7-native.inc | 5

[oe] [meta-java] master-next merged to master & dunfell

2020-05-06 Thread Richard Leitner
jdk-8: Fix building with GCC 10 Richard Leitner (4): docs: UPDATING: pipe curl calls to "head" openjdk-8: update to latest ga version 252 openjdk-8: require GCC >= v6 openjdk-8: remove -Werror If you have any questions or want to see something backported to olde

Re: [oe] [meta-java][PATCH 1/2] openjdk-8: require GCC >= v6

2020-05-05 Thread Richard Leitner
This series was applied to master-next and will be merged to master after some testing. regards;rl On Wed, May 06, 2020 at 07:33:11AM +0200, Richard Leitner wrote: > As nobody should use older versions of GCC anymore this patch drops all > version dependent workarounds and requiers host g

[oe] [meta-java][PATCH 2/2] openjdk-8: remove -Werror

2020-05-05 Thread Richard Leitner
Add patches to remove Werror from the build process. Therefore we also drop the "-Wno-*" exceptions. Signed-off-by: Richard Leitner Tested-by: Jacob Kroon --- recipes-core/openjdk/openjdk-8-cross.inc | 3 - .../openjdk/openjdk-8-release-common.inc | 12 +- .../0013-autoc

[oe] [meta-java][PATCH 1/2] openjdk-8: require GCC >= v6

2020-05-05 Thread Richard Leitner
As nobody should use older versions of GCC anymore this patch drops all version dependent workarounds and requiers host gcc >=6 for building openjdk-8. Signed-off-by: Richard Leitner Tested-by: Jacob Kroon --- README| 2 +- recipes-core/openjdk/openjd

Re: [oe] [meta-java] g0hl1n/jdk8-fix

2020-05-05 Thread Richard Leitner
Hi Jacob, On Wed, May 06, 2020 at 06:44:45AM +0200, Jacob Kroon wrote: > Hi Richard, > > Just a FYI, I successfully built branch g0hl1n/jdk8-fix, > 00fa8f5e330679d00275010c7fda976caae44a00, on my Fedora 32 system with gcc > v10. Great! Thank you for testing! > > I did notice a comment typo in

Re: [oe] [meta-java] host gcc-9, icetea-7 gcc-9 but how older gcc versions?

2020-05-04 Thread Richard Leitner
Hi Robert, I'm just responding to your last message as you were completely right with your problem. My fix covered only openjdk-8 and not icedtea7-native. I've overlooked that somehow ;-) Therefore it would be great if you can provide a patch to the mailinglist for fixing the issue. Thanks for

Re: [oe] [PATCH][meta-java 1/3] openjdk-build-helper: Fix decoding GCC major version

2020-05-01 Thread Richard Leitner
Applied the whole series to master-next. I will merge it to master after some tests. Thanks! regards;rl On Thu, Apr 30, 2020 at 03:15:54PM +0200, Jacob Kroon wrote: > GCC in Fedora 32 is up to version 10, so return the whole word > instead of the first letter. > > Signed-off-by: Jacob Kroon > -

Re: [oe] [PATCH][meta-java 3/3] openjdk-8: Fix building with GCC 10

2020-05-01 Thread Richard Leitner
On Fri, May 01, 2020 at 09:50:21AM +0200, Jacob Kroon wrote: > On 4/30/20 11:10 PM, Richard Leitner wrote: > > Hi Jacob, > > thanks for the patch! > > > > On Thu, Apr 30, 2020 at 03:15:56PM +0200, Jacob Kroon wrote: > > > Signed-off-by: Jacob Kroon > >

Re: [oe] [meta-java] host gcc-9, icetea-7 gcc-9 but how older gcc versions?

2020-04-30 Thread Richard Leitner
On Thu, Apr 30, 2020 at 10:27:12PM +0300, robert.berger.oe.devel wrote: > Hi, > > I started to have a look into the icetea-native issue again and hope I will > be able to come up with some patch, which fixes it host-gcc dependent. > > The idea is to use a hacked version of this[1] and add it to [

Re: [oe] [meta-java] host gcc-9, icetea-7 gcc-9 but how older gcc versions?

2020-04-30 Thread Richard Leitner
On Thu, Apr 30, 2020 at 06:43:46PM +0300, Robert Berger wrote: > Hi, > > Is this supposed to work with host gcc 9? Yes, for me it works with "gcc (GCC) 9.3.1 20200408 (Red Hat 9.3.1-2)" > > This was the first test I did and it bombed. > > I used all upstream unmodified dunfell branches plus yo

Re: [oe] [PATCH][meta-java 3/3] openjdk-8: Fix building with GCC 10

2020-04-30 Thread Richard Leitner
Hi Jacob, thanks for the patch! On Thu, Apr 30, 2020 at 03:15:56PM +0200, Jacob Kroon wrote: > Signed-off-by: Jacob Kroon > --- > recipes-core/openjdk/openjdk-8-common.inc | 4 > 1 file changed, 4 insertions(+) > > diff --git a/recipes-core/openjdk/openjdk-8-common.inc > b/recipes-core/op

Re: [oe] [meta-java] host gcc-9, icetea-7 gcc-9 but how older gcc versions?

2020-04-29 Thread Richard Leitner
On Wed, Apr 29, 2020 at 02:41:20PM +0300, robert.berger.oe.devel wrote: > On 29/04/2020 13:02, Richard Leitner wrote: > > > > I pushed the "g0hl1n/jdk8-fix" branch to the meta-java git repository. > > It is a temporary test branch and it should fix the GCC versi

Re: [oe] [meta-java] host gcc-9, icetea-7 gcc-9 but how older gcc versions?

2020-04-29 Thread Richard Leitner
Hi Robert, sorry for the delay. I pushed the "g0hl1n/jdk8-fix" branch to the meta-java git repository. It is a temporary test branch and it should fix the GCC version dependencies (as long as you have GCC >= v6). It would be great if you could do a quick test and give me feedback ;-) thanks & re

[oe] [meta-java][PATCH v2] openjdk-8: update to latest ga version 252

2020-04-27 Thread Richard Leitner
This patch also drops the md5 checksums as sha256 checksums are sufficient. Signed-off-by: Richard Leitner --- CHANGES v2: + added missing openjre recipe update --- ...-native_242.bb => openjdk-8-native_252.bb} | 0 .../openjdk/openjdk-8-release-aarch32.inc |

Re: [oe] [meta-java][PATCH] openjdk-8: update to latest ga version 252

2020-04-27 Thread Richard Leitner
On Mon, Apr 27, 2020 at 10:26:25AM +0200, Jacob Kroon wrote: > On 4/27/20 8:27 AM, Richard Leitner wrote: > > fyi: This patch has been added to master-next. > > > > Any test results are welcome! > > > > I think this breaks building openjre: Hi Jacob, Thanks f

Re: [oe] [meta-java][PATCH] openjdk-8: update to latest ga version 252

2020-04-26 Thread Richard Leitner
fyi: This patch has been added to master-next. Any test results are welcome! regards;rl On Mon, Apr 20, 2020 at 10:46:32AM +0200, Richard Leitner wrote: > This patch also drops the md5 checksums as sha256 checksums are sufficient. > > Signed-off-by: Richard Leitner > --- > ..

[oe] [meta-java][PATCH] openjdk-8: update to latest ga version 252

2020-04-20 Thread Richard Leitner
This patch also drops the md5 checksums as sha256 checksums are sufficient. Signed-off-by: Richard Leitner --- ...-native_242.bb => openjdk-8-native_252.bb} | 0 .../openjdk/openjdk-8-release-aarch32.inc | 26 +++ .../openjdk/openjdk-8-release-aarch64.inc |

Re: [oe] [meta-java][PATCH] features_check.bbclass: Use distro_features_check instead

2020-04-09 Thread Richard Leitner
Hi Felix, On Wed, Apr 01, 2020 at 12:25:25PM +0200, Felix Wruck wrote: > The features_check.bbclass is not part of the zeus branch of poky. > Instead, distro_features_check.bbclass should be used with zeus. Thanks for the patch. Unfortunately Jacob sent already the same one which I applied to zeu

Re: [oe] [meta-java][PATCH] layer.conf: Mark as compatible with dunfell

2020-04-09 Thread Richard Leitner
Hi Jacob, thanks for the patch. I've applied it to master{,-next}. regards;rl On Tue, Mar 31, 2020 at 10:07:04AM +0200, Jacob Kroon wrote: > Signed-off-by: Jacob Kroon > --- > conf/layer.conf | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/conf/layer.conf b/conf/layer

Re: [oe] [meta-java][zeus][PATCH] Revert "recipes: rename distro_features_check to features_check"

2020-04-09 Thread Richard Leitner
Hi Jacob, On Mon, Mar 30, 2020 at 08:51:00AM +0200, Jacob Kroon wrote: > The corresponding changes in oe-core has not been backported to zeus. > > This reverts commit d2e962a795e8713e5443659669842298453d938f. > > Signed-off-by: Jacob Kroon Thank you for this catch! Pushed to zeus. regards;rl

[oe] [meta-java] changes pushed to master

2020-03-20 Thread Richard Leitner
ea7-native: inherit python native Kyle Russell (1): icedtea7-native: set default x11 PACKAGECONFIG from DISTRO_FEATURES Marek Belisko (1): jamvm: Disable inlining Mohamad Noor Alim Hussin (1): class/java-native: remove Richard Leitner (8): icedtea7-native: add patch to

Re: [oe] [meta-java] openjre-8 fmacro-prefix-map problem

2020-03-01 Thread Richard Leitner
Hi, On Wed, Feb 26, 2020 at 01:30:11PM -0500, Lennart Sorensen wrote: > On Mon, Sep 30, 2019, Vincent Prince wrote: > > Hello again, > > > > I see that there is a patch that should fix the problem: > > https://git.yoctoproject.org/cgit/cgit.cgi/meta-java/tree/recipes-core/openjdk/patches-openjdk-

Re: [oe] Cherry pick patches breaking zeus/thud/master.

2020-02-17 Thread Richard Leitner
Hi Jeremy, On Thu, Feb 13, 2020 at 12:15:07PM -0800, Jeremy A. Puhlman wrote: > Richard, > > Is it possible to cherry pick > > d0a9fe08be6e1c2e7f7afc79abc292d3bffeb9fe > Revert "openjdk-8: disable, stringop-overflow compiler errors" > > to zeus/thud/master, since they are breaking for the same

  1   2   3   4   5   >