Openembedded Core Discussions
 help / color / mirror / Atom feed
From: "Mathieu Dubois-Briand" <mathieu.dubois-briand@bootlin.com>
To: <zboszor@gmail.com>, <openembedded-core@lists.openembedded.org>
Cc: "Alexander Kanavin" <alex.kanavin@gmail.com>,
	"Randy MacLeod" <randy.macleod@windriver.com>,
	"Khem Raj" <raj.khem@gmail.com>
Subject: Re: [OE-core][PATCH v3 1/2] rpm-sequoia: New recipe for version 1.7.0
Date: Thu, 30 Jan 2025 15:24:09 +0100	[thread overview]
Message-ID: <D7FH5IEPPGUA.CNZMYM7LM2F4@bootlin.com> (raw)
In-Reply-To: <20250129124741.4115324-1-zboszor@gmail.com>

On Wed Jan 29, 2025 at 1:47 PM CET, Zoltan Boszormenyi via lists.openembedded.org wrote:
> rpm 4.20 removed the built-in code to handle signed packages
> and uses rpm-sequoia as a more feature complete library.
>
> Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
> ---

Hi Zoltán,

Thanks for your patch.

I believe this is breaking the oe-selftests on the autobuilder, with the
following error:

2025-01-30 08:53:43,254 - oe-selftest - INFO - 13: 4/35 61/618 (51.96s) (0 failed) (distrodata.Distrodata.test_maintainers)
2025-01-30 08:53:43,254 - oe-selftest - INFO - testtools.testresult.real._StringException: Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-fedora/build/meta/lib/oeqa/selftest/cases/distrodata.py", line 105, in test_maintainers
                self.fail("""
                ~~~~~~~~~^^^^
    The following recipes do not have a maintainer assigned to them. Please add an entry to meta/conf/distro/include/maintainers.inc file.
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    """ + "\n".join(['%s (%s)' % i for i in no_maintainer_list]))
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib64/python3.13/unittest/case.py", line 732, in fail
    raise self.failureException(msg)
AssertionError:
The following recipes do not have a maintainer assigned to them. Please add an entry to meta/conf/distro/include/maintainers.inc file.
rpm-sequoia (/srv/pokybuild/yocto-worker/oe-selftest-fedora/build/meta/recipes-devtools/rpm-sequoia/rpm-sequoia_1.7.0.bb)

https://autobuilder.yoctoproject.org/valkyrie/#/builders/48/builds/828/steps/14/logs/stdio

Can you fix the described issue please ?

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



  parent reply	other threads:[~2025-01-30 14:24 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-29 12:47 [OE-core][PATCH v3 1/2] rpm-sequoia: New recipe for version 1.7.0 Zoltán Böszörményi
2025-01-29 12:47 ` [OE-core][PATCH v3 2/2] oeqa/selftest/cases/signing.py: Re-enable self-test Zoltán Böszörményi
2025-01-29 13:05   ` Alexander Kanavin
2025-01-29 13:49     ` Böszörményi Zoltán
     [not found]     ` <181F2E043A3A6FB9.31881@lists.openembedded.org>
2025-01-30  4:44       ` Böszörményi Zoltán
2025-01-30 14:24 ` Mathieu Dubois-Briand [this message]
2025-01-31  6:43   ` [OE-core][PATCH v4 1/2] rpm-sequoia: New recipe for version 1.7.0 Zoltán Böszörményi
2025-01-31  6:43     ` [OE-core][PATCH v4 2/2] oeqa/selftest/cases/signing.py: Re-enable self-test Zoltán Böszörményi
2025-02-01 14:37       ` Mathieu Dubois-Briand
2025-02-02  8:44         ` Böszörményi Zoltán
     [not found]         ` <182057ACF258490B.1760@lists.openembedded.org>
2025-02-03 10:11           ` Böszörményi Zoltán
2025-02-03 11:18             ` Alexander Kanavin
2025-02-03 11:24               ` Böszörményi Zoltán
2025-02-03 12:29             ` Richard Purdie
2025-02-03 12:35               ` Alexander Kanavin
2025-02-03 12:24         ` [OE-core][PATCH v5 1/2] rpm-sequoia: New recipe for version 1.7.0 Zoltán Böszörményi
2025-02-03 12:24           ` [OE-core][PATCH v5 2/2] oeqa/selftest/cases/signing.py: Re-enable self-test Zoltán Böszörményi
2025-02-03 12:37             ` Alexander Kanavin
2025-02-04 12:25               ` Böszörményi Zoltán
     [not found]               ` <182100E5D19BBE2E.15786@lists.openembedded.org>
2025-02-05  4:39                 ` Böszörményi Zoltán
2025-01-31  6:52   ` [OE-core][PATCH v3 1/2] rpm-sequoia: New recipe for version 1.7.0 Alexander Kanavin
     [not found]   ` <181FB46B3FA62DDF.15786@lists.openembedded.org>
2025-01-31  8:34     ` Alexander Kanavin
2025-01-31  9:54       ` Böszörményi Zoltán

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=D7FH5IEPPGUA.CNZMYM7LM2F4@bootlin.com \
    --to=mathieu.dubois-briand@bootlin.com \
    --cc=alex.kanavin@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=raj.khem@gmail.com \
    --cc=randy.macleod@windriver.com \
    --cc=zboszor@gmail.com \
    /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