[oe] [meta-oe][PATCH 1/2] mongodb: Add rdep on tzdata-core

2023-09-16 Thread Khem Raj
mongod fails to start without /usr/shared/timezone data Signed-off-by: Khem Raj --- .../meta-python/recipes-dbs/mongodb/mongodb_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb_git.bb b/meta-oe/dynamic-laye

[oe] [meta-oe][PATCH 2/2] poco: Fix ptest runtime errors

2023-09-16 Thread Khem Raj
Skip failing tests for now Signed-off-by: Khem Raj --- ...nx-Ignore-PKCS12-and-testLaunch-test.patch | 63 +++ meta-oe/recipes-support/poco/poco/run-ptest | 2 + meta-oe/recipes-support/poco/poco_1.12.4.bb | 3 + 3 files changed, 68 insertions(+) create mode 100644 meta-o

[oe] [PATCH] mariadb: Add ptest support

2023-09-16 Thread Chi Xu
69 test cases in all, and all of them are PASS. Test results: root@intel-x86-64:~# ptest-runner mariadb START: ptest-runner 2023-09-17T05:38 BEGIN: /usr/lib/mariadb/ptest PASS: strings PASS: json PASS: simple PASS: skip PASS: todo PASS: skip_all PASS: no_plan PASS: bitmap PASS: base64 PASS: my_ato

Re: [oe] [meta-oe][PATCH 1/2] libxmlb: update 0.3.10 -> 0.3.14

2023-09-16 Thread Markus Volk
On Sat, Sep 16 2023 at 09:00:29 AM -07:00:00, Khem Raj wrote: We also see build QA hinting at this subsequent runtime error during build I've added a patch that should address both issues. With this I was able to sucessfully run the ptest -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all mess

[oe] [meta-oe][PATCH] libxmlb: fix a reproducibility and runtime issue with ptest

2023-09-16 Thread Markus Volk
- add missing HOMEPAGE entry Signed-off-by: Markus Volk --- ...xb-selftest.c-hardcode-G_TEST_SRCDIR.patch | 35 +++ .../recipes-gnome/libxmlb/libxmlb_0.3.14.bb | 15 2 files changed, 43 insertions(+), 7 deletions(-) create mode 100644 meta-oe/recipes-gnome/libxmlb/li

Re: [oe] [meta-oe][PATCH 1/2] libxmlb: update 0.3.10 -> 0.3.14

2023-09-16 Thread Khem Raj
We also see build QA hinting at this subsequent runtime error during build WARNING: libxmlb-0.3.14-r0 do_package_qa: QA Issue: File /usr/libexec/installed-tests/libxmlb/xb-self-test in package libxmlb-ptest contains reference to TMPDIR [buildpaths] On Sat, Sep 16, 2023 at 8:54 AM Khem Raj wrote:

Re: [oe] [meta-oe][PATCH 1/2] libxmlb: update 0.3.10 -> 0.3.14

2023-09-16 Thread Khem Raj
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 fi

Re: [oe] [meta-oe][PATCHv3] appstream: remove workaround for cross-compile

2023-09-16 Thread Markus Volk
I had put the wrong URL in the upstream status line On Sat, Sep 16 2023 at 10:53:39 AM +02:00:00, Markus Volk wrote: This issue has been fixed upstream - backport this patch - fix api documentation

[oe] [meta-oe][PATCHv3] appstream: remove workaround for cross-compile

2023-09-16 Thread Markus Volk
This issue has been fixed upstream https://github.com/ximion/appstream/pull/510/commits/1f301baa5bf59d75d566a674bd76221847ca1d21 - backport this patch - fix api documentation build - build vapi dependent on gobject-introspection-data Signed-off-by: Markus Volk --- .../appstream/0001-fix-crossco

Re: [oe] [meta-oe][PATCH] appstream: remove workaround for cross-compile

2023-09-16 Thread Markus Volk
On Fri, Sep 15 2023 at 03:58:17 PM -07:00:00, Khem Raj wrote: It fails to build Sorry, I didn't check properly. The fix still needs to be backported. Sent a v2 for it -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#104899): https://lists.ope

[oe] [meta-oe][PATCHv2] appstream: remove workaround for cross-compile

2023-09-16 Thread Markus Volk
This issue has been fixed upstream https://github.com/ximion/appstream/pull/510/commits/1f301baa5bf59d75d566a674bd76221847ca1d21 - backport this patch - fix api documentation build - build vapi dependent on gobject-introspection-data Signed-off-by: Markus Volk --- .../appstream/0001-fix-crossco

[oe] [meta-oe][PATCH] poco: Add pass/fail ststus into logs

2023-09-16 Thread Khem Raj
Ptests do not report status otherwise on build host Signed-off-by: Khem Raj --- meta-oe/recipes-support/poco/poco/run-ptest | 11 +++ 1 file changed, 11 insertions(+) diff --git a/meta-oe/recipes-support/poco/poco/run-ptest b/meta-oe/recipes-support/poco/poco/run-ptest index 521cc08a75