* [PATCH 1/2] libgpg-error: 1.56 -> 1.58
@ 2025-12-15 8:43 Hongxu Jia
2025-12-15 8:43 ` [PATCH 2/2] socat: 1.8.0.3 -> 1.8.1.0 Hongxu Jia
0 siblings, 1 reply; 5+ messages in thread
From: Hongxu Jia @ 2025-12-15 8:43 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
---
.../libgpg-error/{libgpg-error_1.56.bb => libgpg-error_1.58.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-support/libgpg-error/{libgpg-error_1.56.bb => libgpg-error_1.58.bb} (95%)
diff --git a/meta/recipes-support/libgpg-error/libgpg-error_1.56.bb b/meta/recipes-support/libgpg-error/libgpg-error_1.58.bb
similarity index 95%
rename from meta/recipes-support/libgpg-error/libgpg-error_1.56.bb
rename to meta/recipes-support/libgpg-error/libgpg-error_1.58.bb
index d3cc88f971..d42a9028e8 100644
--- a/meta/recipes-support/libgpg-error/libgpg-error_1.56.bb
+++ b/meta/recipes-support/libgpg-error/libgpg-error_1.58.bb
@@ -19,7 +19,7 @@ SRC_URI = "${GNUPG_MIRROR}/libgpg-error/libgpg-error-${PV}.tar.bz2 \
file://run-ptest \
"
-SRC_URI[sha256sum] = "82c3d2deb4ad96ad3925d6f9f124fe7205716055ab50e291116ef27975d169c0"
+SRC_URI[sha256sum] = "f943aea9a830a8bd938e5124b579efaece24a3225ff4c3d27611a80ce1260c27"
BINCONFIG = "${bindir}/gpg-error-config"
--
2.34.1
^ permalink raw reply related [flat|nested] 5+ messages in thread* [PATCH 2/2] socat: 1.8.0.3 -> 1.8.1.0 2025-12-15 8:43 [PATCH 1/2] libgpg-error: 1.56 -> 1.58 Hongxu Jia @ 2025-12-15 8:43 ` Hongxu Jia 2025-12-16 9:40 ` [OE-core] " Mathieu Dubois-Briand 0 siblings, 1 reply; 5+ messages in thread From: Hongxu Jia @ 2025-12-15 8:43 UTC (permalink / raw) To: openembedded-core License-Update: No change, update README to add new lines Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> --- .../socat/{socat_1.8.0.3.bb => socat_1.8.1.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-connectivity/socat/{socat_1.8.0.3.bb => socat_1.8.1.0.bb} (91%) diff --git a/meta/recipes-connectivity/socat/socat_1.8.0.3.bb b/meta/recipes-connectivity/socat/socat_1.8.1.0.bb similarity index 91% rename from meta/recipes-connectivity/socat/socat_1.8.0.3.bb rename to meta/recipes-connectivity/socat/socat_1.8.1.0.bb index b5f5d72f9c..d9daa0635e 100644 --- a/meta/recipes-connectivity/socat/socat_1.8.0.3.bb +++ b/meta/recipes-connectivity/socat/socat_1.8.1.0.bb @@ -7,13 +7,13 @@ SECTION = "console/network" LICENSE = "GPL-2.0-with-OpenSSL-exception" LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ - file://README;beginline=248;endline=278;md5=338c05eadd013872abb1d6e198e10a3f" + file://README;beginline=252;endline=282;md5=338c05eadd013872abb1d6e198e10a3f" SRC_URI = "http://www.dest-unreach.org/socat/download/socat-${PV}.tar.bz2 \ file://0001-fix-compile-procan.c-failed.patch \ " -SRC_URI[sha256sum] = "01eb017361d95bb3a6941e840b59e4463a3fabf92df4154ed02b16a2ed6a0095" +SRC_URI[sha256sum] = "91f222ee65559036600c2505b999acebed48b899f0e2e53ae1c9c31d6986b6a4" inherit autotools -- 2.34.1 ^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [OE-core] [PATCH 2/2] socat: 1.8.0.3 -> 1.8.1.0 2025-12-15 8:43 ` [PATCH 2/2] socat: 1.8.0.3 -> 1.8.1.0 Hongxu Jia @ 2025-12-16 9:40 ` Mathieu Dubois-Briand 2025-12-16 9:41 ` Mathieu Dubois-Briand 0 siblings, 1 reply; 5+ messages in thread From: Mathieu Dubois-Briand @ 2025-12-16 9:40 UTC (permalink / raw) To: hongxu.jia, openembedded-core On Mon Dec 15, 2025 at 9:43 AM CET, hongxu via lists.openembedded.org wrote: > License-Update: No change, update README to add new lines > > Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> > --- Hi Hongxu, Thanks for your patch. It looks like the new version is having build issues with musl: ERROR: socat-1.8.1.0-r0 do_compile: Execution of '/srv/pokybuild/yocto-worker/musl-qemux86-64/build/build/tmp/work/x86-64-v3-poky-linux-musl/socat/1.8.1.0/temp/run.do_compile.476916' failed with exit code 1 ... | ../sources/socat-1.8.1.0/xio-netlink.c: In function 'xio_netlink_mtu': | ../sources/socat-1.8.1.0/xio-netlink.c:33:59: error: initialization of 'int' from 'void *' makes integer from pointer without a cast [-Wint-conversion] | 33 | struct msghdr rtmsg = { &sa, sizeof(sa), &iov, 1, NULL, 0, 0 }; | | ^~~~ | ../sources/socat-1.8.1.0/xio-netlink.c:33:59: note: (near initialization for 'rtmsg.__pad1') | make: *** [<builtin>: xio-netlink.o] Error 1 Can you have a look at the issue? Thanks, Mathieu -- Mathieu Dubois-Briand, Bootlin Embedded Linux and Kernel engineering https://bootlin.com ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [OE-core] [PATCH 2/2] socat: 1.8.0.3 -> 1.8.1.0 2025-12-16 9:40 ` [OE-core] " Mathieu Dubois-Briand @ 2025-12-16 9:41 ` Mathieu Dubois-Briand 2025-12-16 9:53 ` Hongxu Jia 0 siblings, 1 reply; 5+ messages in thread From: Mathieu Dubois-Briand @ 2025-12-16 9:41 UTC (permalink / raw) To: hongxu.jia, openembedded-core On Tue Dec 16, 2025 at 10:40 AM CET, Mathieu Dubois-Briand wrote: > On Mon Dec 15, 2025 at 9:43 AM CET, hongxu via lists.openembedded.org wrote: >> License-Update: No change, update README to add new lines >> >> Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> >> --- > > Hi Hongxu, > > Thanks for your patch. > > It looks like the new version is having build issues with musl: > > ERROR: socat-1.8.1.0-r0 do_compile: Execution of '/srv/pokybuild/yocto-worker/musl-qemux86-64/build/build/tmp/work/x86-64-v3-poky-linux-musl/socat/1.8.1.0/temp/run.do_compile.476916' failed with exit code 1 > ... > | ../sources/socat-1.8.1.0/xio-netlink.c: In function 'xio_netlink_mtu': > | ../sources/socat-1.8.1.0/xio-netlink.c:33:59: error: initialization of 'int' from 'void *' makes integer from pointer without a cast [-Wint-conversion] > | 33 | struct msghdr rtmsg = { &sa, sizeof(sa), &iov, 1, NULL, 0, 0 }; > | | ^~~~ > | ../sources/socat-1.8.1.0/xio-netlink.c:33:59: note: (near initialization for 'rtmsg.__pad1') > | make: *** [<builtin>: xio-netlink.o] Error 1 > > Can you have a look at the issue? > > Thanks, > Mathieu Sorry, I forgot to add some links: https://autobuilder.yoctoproject.org/valkyrie/#/builders/3/builds/2910 https://autobuilder.yoctoproject.org/valkyrie/#/builders/111/builds/1595 Thanks, Mathieu -- Mathieu Dubois-Briand, Bootlin Embedded Linux and Kernel engineering https://bootlin.com ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [OE-core] [PATCH 2/2] socat: 1.8.0.3 -> 1.8.1.0 2025-12-16 9:41 ` Mathieu Dubois-Briand @ 2025-12-16 9:53 ` Hongxu Jia 0 siblings, 0 replies; 5+ messages in thread From: Hongxu Jia @ 2025-12-16 9:53 UTC (permalink / raw) To: Mathieu Dubois-Briand, openembedded-core On 12/16/25 17:41, Mathieu Dubois-Briand wrote: > CAUTION: This email comes from a non Wind River email account! > Do not click links or open attachments unless you recognize the sender and know the content is safe. > > On Tue Dec 16, 2025 at 10:40 AM CET, Mathieu Dubois-Briand wrote: >> On Mon Dec 15, 2025 at 9:43 AM CET, hongxu via lists.openembedded.org wrote: >>> License-Update: No change, update README to add new lines >>> >>> Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> >>> --- >> Hi Hongxu, >> >> Thanks for your patch. >> >> It looks like the new version is having build issues with musl: >> >> ERROR: socat-1.8.1.0-r0 do_compile: Execution of '/srv/pokybuild/yocto-worker/musl-qemux86-64/build/build/tmp/work/x86-64-v3-poky-linux-musl/socat/1.8.1.0/temp/run.do_compile.476916' failed with exit code 1 >> ... >> | ../sources/socat-1.8.1.0/xio-netlink.c: In function 'xio_netlink_mtu': >> | ../sources/socat-1.8.1.0/xio-netlink.c:33:59: error: initialization of 'int' from 'void *' makes integer from pointer without a cast [-Wint-conversion] >> | 33 | struct msghdr rtmsg = { &sa, sizeof(sa), &iov, 1, NULL, 0, 0 }; >> | | ^~~~ >> | ../sources/socat-1.8.1.0/xio-netlink.c:33:59: note: (near initialization for 'rtmsg.__pad1') >> | make: *** [<builtin>: xio-netlink.o] Error 1 >> >> Can you have a look at the issue? >> >> Thanks, >> Mathieu > Sorry, I forgot to add some links: > > https://autobuilder.yoctoproject.org/valkyrie/#/builders/3/builds/2910 > https://autobuilder.yoctoproject.org/valkyrie/#/builders/111/builds/1595 Copy, I am working on it //Hongxu > > Thanks, > Mathieu > > -- > Mathieu Dubois-Briand, Bootlin > Embedded Linux and Kernel engineering > https://bootlin.com > ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2025-12-16 9:53 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2025-12-15 8:43 [PATCH 1/2] libgpg-error: 1.56 -> 1.58 Hongxu Jia 2025-12-15 8:43 ` [PATCH 2/2] socat: 1.8.0.3 -> 1.8.1.0 Hongxu Jia 2025-12-16 9:40 ` [OE-core] " Mathieu Dubois-Briand 2025-12-16 9:41 ` Mathieu Dubois-Briand 2025-12-16 9:53 ` Hongxu Jia
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox