Bug 2420131 - F44FailsToInstall: waydroid
Summary: F44FailsToInstall: waydroid
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: waydroid
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Alessandro Astone
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: F44FailsToInstall
TreeView+ depends on / blocked
 
Reported: 2025-12-08 18:44 UTC by Fedora Fails To Install
Modified: 2025-12-08 19:35 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2025-12-08 19:35:58 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Fedora Fails To Install 2025-12-08 18:44:33 UTC
Hello,

Please note that this comment was generated automatically by https://pagure.io/releng/blob/main/f/scripts/ftbfs-fti/follow-policy.py
If you feel that this output has mistakes, please open an issue at https://pagure.io/releng/

Your package (waydroid) Fails To Install in Fedora 44:

can't install waydroid:
  - nothing provides python3dist(gbinder-python) >= 1.3.0 needed by waydroid-1.6.0-2.fc44.noarch
  
If you know about this problem and are planning on fixing it, please acknowledge so by setting the bug status to ASSIGNED. If you don't have time to maintain this package, consider orphaning it, so maintainers of dependent packages realize the problem.


If you don't react accordingly to the policy for FTBFS/FTI bugs (https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/), your package may be orphaned in 8+ weeks.


P.S. The data was generated solely from koji buildroot, so it might be newer than the latest compose or the content on mirrors. To reproduce, use the koji/local repo only, e.g. in mock:

    $ mock -r fedora-44-x86_64 --config-opts mirrored=False install waydroid


P.P.S. If this bug has been reported in the middle of upgrading multiple dependent packages, please consider using side tags: https://docs.fedoraproject.org/en-US/fesco/Updates_Policy/#updating-inter-dependent-packages

Thanks!

Comment 1 Miro Hrončok 2025-12-08 18:48:22 UTC
Dependency added in https://src.fedoraproject.org/rpms/waydroid/c/55b146296d47a6925cbf120db0ac7767ab0ae5e0?branch=rawhide

Beware, python3-gbinder-1.3.0-1.fc44 provides python3dist(gbinder-python) = 1.3, which is not >= 1.3.0. The versions for automatic Python provides are normalized to compare well when used with automatic Python requires. If you use manual requirements, you either need to account for that (e.g. use >= 1.3 here), or use package names, such as python3-gbinder >= 1.3.0.

Comment 2 Miro Hrončok 2025-12-08 18:49:22 UTC
From https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#Automatically-generated-dependencies

"""
The automatically generated requirements are in the form python3.Xdist(DISTNAME), potentially augmented with version requirements or combined together with rich dependencies. Any .0 suffixes are removed from version numbers to match the behavior of Python tools. (PEP 440 specifies that X.Y and X.Y.0 are treated as equal.)
"""

Comment 3 Alessandro Astone 2025-12-08 19:12:33 UTC
Wasn't aware of that, thanks!


Note You need to log in before you can comment on or make changes to this bug.