All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Mathieu Dubois-Briand" <mathieu.dubois-briand@bootlin.com>
To: "Mingyu Wang (Fujitsu)" <wangmy@fujitsu.com>,
	"openembedded-core@lists.openembedded.org"
	<openembedded-core@lists.openembedded.org>
Subject: Re: [OE-core] [PATCH V2] dnf: upgrade 4.22.0 -> 4.23.0
Date: Fri, 28 Mar 2025 10:14:04 +0100	[thread overview]
Message-ID: <D8RS95G9K1J4.1DKE4JABXAL7N@bootlin.com> (raw)
In-Reply-To: <TYWPR01MB118618605B50AB18CCC8B118FDCA02@TYWPR01MB11861.jpnprd01.prod.outlook.com>

On Fri Mar 28, 2025 at 2:38 AM CET, Mingyu Wang (Fujitsu) wrote:
> After synchronously upgrading libdnf, the issue with dnf was resolved. I have submitted the upgrade patch for libdnf
>
>   --
> Best Regards
> ---------------------------------------------------

Thanks, it seems better but it looks like we have a python dependency
issue:

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/qemuarm-oecore/build/meta/lib/oeqa/core/decorator/__init__.py", line 35, in wrapped_f
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/qemuarm-oecore/build/meta/lib/oeqa/core/decorator/__init__.py", line 35, in wrapped_f
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/qemuarm-oecore/build/meta/lib/oeqa/core/decorator/__init__.py", line 35, in wrapped_f
    return func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^
  [Previous line repeated 1 more time]
  File "/srv/pokybuild/yocto-worker/qemuarm-oecore/build/meta/lib/oeqa/runtime/cases/dnf.py", line 35, in test_dnf_help
    self.dnf('--help')
  File "/srv/pokybuild/yocto-worker/qemuarm-oecore/build/meta/lib/oeqa/runtime/cases/dnf.py", line 23, in dnf
    self.assertEqual(status, expected, message)
AssertionError: 1 != 0 : dnf --help
Traceback (most recent call last):
  File "/usr/bin/dnf", line 56, in <module>
    from dnf.cli import main
  File "/usr/lib/python3.13/site-packages/dnf/__init__.py", line 30, in <module>
    import dnf.base
  File "/usr/lib/python3.13/site-packages/dnf/base.py", line 32, in <module>
    from dnf.comps import CompsQuery
  File "/usr/lib/python3.13/site-packages/dnf/comps.py", line 27, in <module>
    from dnf.exceptions import CompsError
  File "/usr/lib/python3.13/site-packages/dnf/exceptions.py", line 22, in <module>
    import dnf.util
  File "/usr/lib/python3.13/site-packages/dnf/util.py", line 28, in <module>
    import ctypes
ModuleNotFoundError: No module named 'ctypes'

https://autobuilder.yoctoproject.org/valkyrie/#/builders/40/builds/1267
https://autobuilder.yoctoproject.org/valkyrie/#/builders/6/builds/1303

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



  reply	other threads:[~2025-03-28  9:14 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-20  3:02 [OE-core] [PATCH V2] dnf: upgrade 4.22.0 -> 4.23.0 wangmy
2025-03-20  8:02 ` Mathieu Dubois-Briand
2025-03-26  1:45   ` Mingyu Wang (Fujitsu)
2025-03-26  9:25     ` Alexander Kanavin
2025-03-26 10:10     ` Mathieu Dubois-Briand
2025-03-26 10:13       ` Mathieu Dubois-Briand
2025-03-28  1:38   ` Mingyu Wang (Fujitsu)
2025-03-28  9:14     ` Mathieu Dubois-Briand [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-31  9:11 [oe] [meta-oe] [PATCH 01/26] ctags: upgrade 6.1.20250316.0 -> 6.1.20250330.0 wangmy
2025-03-31  9:11 ` [OE-core] [PATCH V2] dnf: upgrade 4.22.0 -> 4.23.0 wangmy
2025-06-23  9:58 [PATCH v2] " Moritz Haase
2025-06-23 22:54 ` [OE-core] " Richard Purdie

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=D8RS95G9K1J4.1DKE4JABXAL7N@bootlin.com \
    --to=mathieu.dubois-briand@bootlin.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=wangmy@fujitsu.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.