public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [OE-core][PATCH] shadow: upgrade from 4.18.0 to 4.19.3
@ 2026-02-10  4:48 Qi.Chen
  2026-02-10 15:46 ` Mathieu Dubois-Briand
  0 siblings, 1 reply; 3+ messages in thread
From: Qi.Chen @ 2026-02-10  4:48 UTC (permalink / raw)
  To: openembedded-core

From: Chen Qi <Qi.Chen@windriver.com>

The major changes in 4.19.x:
https://github.com/shadow-maint/shadow/releases/tag/4.19.0

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 .../shadow/{shadow_4.18.0.bb => shadow_4.19.3.bb}               | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-extended/shadow/{shadow_4.18.0.bb => shadow_4.19.3.bb} (99%)

diff --git a/meta/recipes-extended/shadow/shadow_4.18.0.bb b/meta/recipes-extended/shadow/shadow_4.19.3.bb
similarity index 99%
rename from meta/recipes-extended/shadow/shadow_4.18.0.bb
rename to meta/recipes-extended/shadow/shadow_4.19.3.bb
index d9a49d8ccf..daa0a15659 100644
--- a/meta/recipes-extended/shadow/shadow_4.18.0.bb
+++ b/meta/recipes-extended/shadow/shadow_4.19.3.bb
@@ -25,7 +25,7 @@ SRC_URI:append:class-native = " \
            file://commonio.c-fix-unexpected-open-failure-in-chroot-env.patch \
            file://disable_syslog.patch \
            "
-SRC_URI[sha256sum] = "ae486ce4c0bce55c42d76d8478e428c41586f1da2f89fbf5228243fb4d849db4"
+SRC_URI[sha256sum] = "3bd304a2f3936a7bd31a29aa59e61a1873d15fd4f3e041b0175d2b91e0b25c5d"
 UPSTREAM_CHECK_REGEX = "releases/tag/v?(?P<pver>\d+(\.\d+)+)$"
 
 # Additional Policy files for PAM
-- 
2.43.0



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

* Re: [OE-core][PATCH] shadow: upgrade from 4.18.0 to 4.19.3
  2026-02-10  4:48 [OE-core][PATCH] shadow: upgrade from 4.18.0 to 4.19.3 Qi.Chen
@ 2026-02-10 15:46 ` Mathieu Dubois-Briand
  2026-02-11  2:37   ` ChenQi
  0 siblings, 1 reply; 3+ messages in thread
From: Mathieu Dubois-Briand @ 2026-02-10 15:46 UTC (permalink / raw)
  To: Qi.Chen, openembedded-core

On Tue Feb 10, 2026 at 5:48 AM CET, Chen Qi via lists.openembedded.org wrote:
> From: Chen Qi <Qi.Chen@windriver.com>
>
> The major changes in 4.19.x:
> https://github.com/shadow-maint/shadow/releases/tag/4.19.0
>
> Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
> ---

Hi Chen,

Thanks for the upgrade.

It looks like this version fails to compile. Given the error and the
fact that it builds on some machines, maybe it is linked with the host
gcc version?

ERROR: shadow-native-4.19.3-r0 do_compile: Execution of '/srv/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/x86_64-linux/shadow-native/4.19.3/temp/run.do_compile.674478' failed with exit code 1
...
| ../../sources/shadow-4.19.3/lib/sssd.h:14:18: error: parameter name omitted
|    14 | sssd_flush_cache(int)
|       |                  ^~~

https://autobuilder.yoctoproject.org/valkyrie/#/builders/6/builds/3175

So yes, we have a static inline function that takes one parameter but
does not use it. And the compiler is not happy as it is not named.

Can you have a look at that? Maybe there is already a fix upstream or
one could be submitted.

Thanks,
Mathieu


-- 
Mathieu Dubois-Briand, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com



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

* Re: [OE-core][PATCH] shadow: upgrade from 4.18.0 to 4.19.3
  2026-02-10 15:46 ` Mathieu Dubois-Briand
@ 2026-02-11  2:37   ` ChenQi
  0 siblings, 0 replies; 3+ messages in thread
From: ChenQi @ 2026-02-11  2:37 UTC (permalink / raw)
  To: mathieu.dubois-briand, openembedded-core

On 2/10/26 23:46, Mathieu Dubois-Briand via lists.openembedded.org wrote:
> On Tue Feb 10, 2026 at 5:48 AM CET, Chen Qi via lists.openembedded.org wrote:
>> From: Chen Qi <Qi.Chen@windriver.com>
>>
>> The major changes in 4.19.x:
>> https://github.com/shadow-maint/shadow/releases/tag/4.19.0
>>
>> Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
>> ---
> Hi Chen,
>
> Thanks for the upgrade.
>
> It looks like this version fails to compile. Given the error and the
> fact that it builds on some machines, maybe it is linked with the host
> gcc version?
>
> ERROR: shadow-native-4.19.3-r0 do_compile: Execution of '/srv/pokybuild/yocto-worker/musl-qemux86/build/build/tmp/work/x86_64-linux/shadow-native/4.19.3/temp/run.do_compile.674478' failed with exit code 1
> ...
> | ../../sources/shadow-4.19.3/lib/sssd.h:14:18: error: parameter name omitted
> |    14 | sssd_flush_cache(int)
> |       |                  ^~~
>
> https://autobuilder.yoctoproject.org/valkyrie/#/builders/6/builds/3175
>
> So yes, we have a static inline function that takes one parameter but
> does not use it. And the compiler is not happy as it is not named.
>
> Can you have a look at that? Maybe there is already a fix upstream or
> one could be submitted.
>
> Thanks,
> Mathieu
>
Yes, I'll look into it.

Regards,
Qi

>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#230913): https://lists.openembedded.org/g/openembedded-core/message/230913
> Mute This Topic: https://lists.openembedded.org/mt/117733474/7304865
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [Qi.Chen@eng.windriver.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>



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

end of thread, other threads:[~2026-02-11  2:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-10  4:48 [OE-core][PATCH] shadow: upgrade from 4.18.0 to 4.19.3 Qi.Chen
2026-02-10 15:46 ` Mathieu Dubois-Briand
2026-02-11  2:37   ` ChenQi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox