This is failing ptest run

You can reproduce it with

bitbake meta-oe-ptest-image-libxmlb
runqemu kvm meta-oe-ptest-image-libxmlb
ssh into qemu
cd /usr/lib/libxmlb/ptest
./run-ptest

ERROR:../git/src/xb-self-test.c:188:xb_common_content_type_func:
assertion failed (error == NULL): Failed to open file
?/mnt/b/yoe/master/build/tmp/work/core2-64-yoe-linux/libxmlb/0.3.14/git/data/test.desktop?:
No such file or directory (g-file-error-quark, 4)
not ok /libxmlb/common{content-type} -
ERROR:../git/src/xb-self-test.c:188:xb_common_content_type_func:
assertion failed (error == NULL): Failed to open file
?/mnt/b/yoe/master/build/tmp/work/core2-64-yoe-linux/libxmlb/0.3.14/git/data/test.desktop?:
No such file or directory (g-file-error-quark, 4)
Bail out!
FAIL: libxmlb/libxmlb.test (Child process killed by signal 6)
SUMMARY: total=1; passed=0; skipped=0; failed=1; user=0.0s;
system=0.0s; maxrss=5120
FAIL: libxmlb/libxmlb.test (Child process killed by signal 6)

On Fri, Sep 8, 2023 at 4:42 AM Markus Volk <f_...@t-online.de> wrote:
>
> This update is required for latest appstream release
>
> Signed-off-by: Markus Volk <f_...@t-online.de>
> ---
>  .../libxmlb/{libxmlb_0.3.10.bb => libxmlb_0.3.14.bb}        | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>  rename meta-oe/recipes-gnome/libxmlb/{libxmlb_0.3.10.bb => 
> libxmlb_0.3.14.bb} (86%)
>
> diff --git a/meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.10.bb 
> b/meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.14.bb
> similarity index 86%
> rename from meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.10.bb
> rename to meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.14.bb
> index 61abd07fd..d46811124 100644
> --- a/meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.10.bb
> +++ b/meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.14.bb
> @@ -5,12 +5,12 @@ LIC_FILES_CHKSUM = 
> "file://LICENSE;md5=1803fa9c2c3ce8cb06b4861d75310742"
>  SRC_URI = "git://github.com/hughsie/libxmlb.git;branch=main;protocol=https \
>             file://run-ptest \
>             "
> -SRCREV = "a6cac6a715d57c393bbddee4d0381ad943341af9"
> +SRCREV = "aa577b276adc66564f5777f9a522ca3bf0bfa65e"
>  S = "${WORKDIR}/git"
>
> -DEPENDS = "glib-2.0 xz"
> +DEPENDS = "glib-2.0 xz zstd"
>
> -inherit gobject-introspection gtk-doc meson ptest-gnome lib_package
> +inherit gobject-introspection gtk-doc meson ptest-gnome lib_package pkgconfig
>
>  PACKAGECONFIG ??= "\
>      ${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)} \
> --
> 2.41.0
>
>
> 
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#104902): 
https://lists.openembedded.org/g/openembedded-devel/message/104902
Mute This Topic: https://lists.openembedded.org/mt/101234583/21656
Group Owner: openembedded-devel+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to