Bug 1826558

Summary: FTBFS: DEBUG util.py:600: No matching package to install: 'libnma-devel >= 1.8.27'
Product: [Fedora] Fedora Reporter: Warren Togami <wtogami>
Component: network-manager-appletAssignee: Lubomir Rintel <lkundrak>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 32CC: bgalvani, blueowl, dcbw, lkundrak, thaller
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: network-manager-applet-1.16.0-1.fc32 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-04-27 02:43:29 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Warren Togami 2020-04-22 00:48:09 UTC
Description of problem:
network-manager-applet-1.16.0-1.fc32 already in Fedora 32 FTBFS due to broken dependency during koji build.


Steps to Reproduce:
1. git checkout 46e340c1074a3d424b9dcca24e9d1c467d86ca9a
2. fedpkg srpm
3. koji build --scratch --arch-override=x86_64 <path to srpm>

Actual results:
https://koji.fedoraproject.org/koji/taskinfo?taskID=43617888

Expected results:
DEBUG util.py:600:  No matching package to install: 'libnma-devel >= 1.8.27'

Comment 1 Thomas Haller 2020-04-22 06:07:49 UTC
yes, to build latest network-manager-applet (on Fedora 32), you also need a build root override to get latest libnma.

In general, this is cumbersome if you want to build the packages yourself (`fedpkg local`), because if you have current Fedora 32 then...

  - if you have nm-connection-editor-1.8.24-1, it requires libnma-1.8.24-1
  - that means, you cannot install libnma-1.8.28-1 without also installing nm-connection-editor-1.16.0-1 (unless you first uninstall nm-connection-editor-1.8.24-1),
  - and to build nm-connection-editor-1.16.0-1 you need libnma-1.8.28-1

Of course, that is solvable with some effort...


Note that currently there is already an update in testing that solves these problems:

  https://bodhi.fedoraproject.org/updates/FEDORA-2020-b3aed329a1


Please test it and give karma.




I think all is as expected. Just install the update from testing. If you really want to build the packages yourself, you need to go through the trouble to resolve the circular dependencies (and having the right build root override, on koji).



Also, on Fedora 33, there is already network-manager-applet-1.16.0-1 and libnma-1.8.28-1.

Comment 2 Fedora Update System 2020-04-22 06:13:52 UTC
FEDORA-2020-b3aed329a1 has been submitted as an update to Fedora 32. https://bodhi.fedoraproject.org/updates/FEDORA-2020-b3aed329a1

Comment 3 Fedora Update System 2020-04-27 02:43:29 UTC
FEDORA-2020-b3aed329a1 has been pushed to the Fedora 32 stable repository.
If problem still persists, please make note of it in this bug report.