From: "Mathieu Dubois-Briand" <mathieu.dubois-briand@bootlin.com>
To: "Anna-Lena Marx" <anna-lena.marx@inovex.de>,
<alex.kanavin@gmail.com>,
<openembedded-core@lists.openembedded.org>
Cc: <denis@denix.org>
Subject: Re: [PATCH v3] sqlite3: upgrade 3.48.0 -> 3.50.4
Date: Mon, 06 Oct 2025 11:01:59 +0200 [thread overview]
Message-ID: <DDB48HY9ROCL.LSTRL7ZMUFM1@bootlin.com> (raw)
In-Reply-To: <DDAME0P70H0A.3G3G7DPYEVKK3@bootlin.com>
[-- Attachment #1.1: Type: text/plain, Size: 3865 bytes --]
On Sun Oct 5, 2025 at 9:02 PM CEST, Mathieu Dubois-Briand wrote:
> On Thu Oct 2, 2025 at 11:17 PM CEST, Anna-Lena Marx wrote:
>> With the upgrade to 3.50.4, some configure options changed
>> as the project switched from `autotools` to `autosetup`.
>> The PACKAGECONFIG "dyn_ext" is not longer available.
>> Besides, the default CONFIGUREOPTS "target", "exec_prefix"
>> and "oldincludedir" became invalid.
>>
>> Changelog: https://sqlite.org/releaselog/3_50_4.html
>>
>> Signed-off-by: Anna-Lena Marx <anna-lena.marx@inovex.de>
>> ---
>
> Hi Anna-Lena,
>
> Thanks for the new version.
>
> I can't explain why, but it looks like this is breaking the
> imagefeatures.ImageFeatures.test_mandb test:
>
> ERROR: core-image-minimal-1.0-r0 do_rootfs: Postinstall scriptlets of ['kernel-6.16.9-yocto-standard'] have failed. If the intention is to defer them to first boot,
> then please place them into pkg_postinst_ontarget:${PN} ().
> Deferring to first boot via 'exit 1' is no longer supported.
> ...
> 2025-10-05 14:14:59,584 - oe-selftest - INFO - imagefeatures.ImageFeatures.test_mandb (subunit.RemotedTestCase)
> 2025-10-05 14:14:59,586 - oe-selftest - INFO - ... FAIL
>
> https://autobuilder.yoctoproject.org/valkyrie/#/builders/35/builds/2478
> https://autobuilder.yoctoproject.org/valkyrie/#/builders/48/builds/2391
>
> I was not able to reproduce this locally, I will try to extract logs
> from the autobuilder in the coming days to provide a bit more context.
>
Here is some log from the autobuilder, not sure it helps much:
Installing : kernel-6.16.9-yocto-standard-6.16.9+git0+1ac1d0ff7 17/56
Running scriptlet: kernel-6.16.9-yocto-standard-6.16.9+git0+1ac1d0ff7 17/56
%post(kernel-6.16.9-yocto-standard-6.16.9+git0+1ac1d0ff73_3f9db490a8-r0.qemux86_64): scriptlet start
%post(kernel-6.16.9-yocto-standard-6.16.9+git0+1ac1d0ff73_3f9db490a8-r0.qemux86_64): execv(/bin/sh) pid 1421854
+ set -e
+ [ ! -e /srv/pokybuild/yocto-worker/oe-selftest-debian-mathieu-20251004/build/build-st/tmp/work/qemux86_64-poky-linux/core-image-minimal/1.0/rootfs/lib/modules/6.16.9-yocto-standard ]
+ [ -n /srv/pokybuild/yocto-worker/oe-selftest-debian-mathieu-20251004/build/build-st/tmp/work/qemux86_64-poky-linux/core-image-minimal/1.0/rootfs ]
+ depmodwrapper -a -b /srv/pokybuild/yocto-worker/oe-selftest-debian-mathieu-20251004/build/build-st/tmp/work/qemux86_64-poky-linux/core-image-minimal/1.0/rootfs 6.16.9-yocto-standard kernel
Segmentation fault
%post(kernel-6.16.9-yocto-standard-6.16.9+git0+1ac1d0ff73_3f9db490a8-r0.qemux86_64): waitpid(1421854) rc 1421854 status 8b00
warning: %post(kernel-6.16.9-yocto-standard-6.16.9+git0+1ac1d0ff73_3f9db490a8-r0.qemux86_64) scriptlet failed, exit status 139
Error in POSTIN scriptlet in rpm package kernel-6.16.9-yocto-standard
Installing : kernel-image-bzimage-6.16.9-yocto-standard-6.16.9+ 18/56
Running scriptlet: kernel-image-bzimage-6.16.9-yocto-standard-6.16.9+ 18/56
%post(kernel-image-bzimage-6.16.9-yocto-standard-6.16.9+git0+1ac1d0ff73_3f9db490a8-r0.qemux86_64): scriptlet start
%post(kernel-image-bzimage-6.16.9-yocto-standard-6.16.9+git0+1ac1d0ff73_3f9db490a8-r0.qemux86_64): execv(/bin/sh) pid 1421928
+ set -e
+ set +e
+ [ -n /srv/pokybuild/yocto-worker/oe-selftest-debian-mathieu-20251004/build/build-st/tmp/work/qemux86_64-poky-linux/core-image-minimal/1.0/rootfs ]
+ ln -sf bzImage-6.16.9-yocto-standard /srv/pokybuild/yocto-worker/oe-selftest-debian-mathieu-20251004/build/build-st/tmp/work/qemux86_64-poky-linux/core-image-minimal/1.0/rootfs/boot/bzImage
+ set -e
%post(kernel-image-bzimage-6.16.9-yocto-standard-6.16.9+git0+1ac1d0ff73_3f9db490a8-r0.qemux86_64): waitpid(1421928) rc 1421928 status 0
Thanks,
Mathieu
--
Mathieu Dubois-Briand, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
[-- Attachment #2: log.do_rootfs.1385270.bz2 --]
[-- Type: application/x-bzip2, Size: 8748 bytes --]
next prev parent reply other threads:[~2025-10-06 9:02 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-01 15:28 [PATCH] sqlite3: upgrade 3.48.0 -> 3.50.4 Anna-Lena Marx
2025-10-02 11:20 ` [OE-core] " Mathieu Dubois-Briand
2025-10-02 15:15 ` Denys Dmytriyenko
2025-10-02 15:34 ` Anna-Lena Marx
2025-10-02 15:39 ` Alexander Kanavin
2025-10-02 15:13 ` [PATCH v2] " Anna-Lena Marx
2025-10-02 15:23 ` [OE-core] " Alexander Kanavin
2025-10-02 21:17 ` [PATCH v3] " Anna-Lena Marx
2025-10-05 19:02 ` Mathieu Dubois-Briand
2025-10-05 20:12 ` [OE-core] " Marko, Peter
2025-10-06 9:01 ` Mathieu Dubois-Briand [this message]
2025-10-06 13:19 ` Anna-Lena Marx
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=DDB48HY9ROCL.LSTRL7ZMUFM1@bootlin.com \
--to=mathieu.dubois-briand@bootlin.com \
--cc=alex.kanavin@gmail.com \
--cc=anna-lena.marx@inovex.de \
--cc=denis@denix.org \
--cc=openembedded-core@lists.openembedded.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox