Bug 1692588

Summary: koji-builder-1.17.0-5.fc31 depends on non-existent python2-multilib
Product: [Fedora] Fedora Reporter: Kyle Brantley <kyle>
Component: kojiAssignee: Mike McLean <mikem>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: dennis, jkeating, kevin, lsedlar, mhroncok, mikem, puiterwijk, rbarlow
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-03-27 08:13:22 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 Kyle Brantley 2019-03-26 00:41:18 UTC
Description of problem:

In trying to stand up a koji instance on rawhide, I discovered that python2-multilib was recently (~2wk ago) removed: https://koji.fedoraproject.org/koji/buildinfo?buildID=1229268

Which is unfortunate, as koji-builder presently depends on it: https://koji.fedoraproject.org/koji/rpminfo?rpmID=17003527

This very effectively prevents me from standing up koji on rawhide.

Version-Release number of selected component (if applicable):
koji-builder-1.17.0-5.fc31
python-multilib-1.2-8.fc31

How reproducible:
100%

Steps to Reproduce:
1. On rawhide, dnf -y install koji-builder
2.
3.

Actual results:
Error:
 Problem: conflicting requests
  - nothing provides python2-multilib needed by koji-builder-1.17.0-5.fc31.noarch
(try to add '--skip-broken' to skip uninstallable packages)


Expected results:
An installed koji-builder

Additional info:

Comment 1 Kevin Fenzi 2019-03-26 17:23:56 UTC
Sadly this is indeed the case. 

It was thought that we had all the python2 deps cleared out, so a python3 only koji was pushed, but then it was discovered there's still a few things that need porting, so the python2 koji bits came back. Unfortunately in the mean time python2-multilib was dropped.

Addinng a python-multilib maintainer to see if they would be willing to bring it back until we get the last of the python2 stuff taken care of?

Comment 2 Lubomír Sedlář 2019-03-27 08:13:22 UTC
I rebuilt python-multilib in rawhide to include the python2-multilib subpackage again.

Comment 3 Kevin Fenzi 2019-03-27 17:31:27 UTC
Thanks a bunch. I really hope we can get the last of the python3 deps done soon...

Comment 4 Miro Hrončok 2019-05-30 00:53:51 UTC
Can we safely remove python2-multilib? See bz1687417.