Bug 1805820
Summary: | gdeploy fails to build with Python 3.9: invalid version in specfile | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Marcel Plch <mplch> |
Component: | gdeploy | Assignee: | Prajith <pkesavap> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | cstratak, godas, mhroncok, mplch, pkesavap, ramkrsna, sacchi |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | gdeploy-3.0.0-7.20200525git05d894b.fc33 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-06-17 09:25:52 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: | |||
Bug Depends On: | |||
Bug Blocks: | 1785415, 1803234 |
Description
Marcel Plch
2020-02-21 15:28:06 UTC
Hi, Im looking into this, usually the "error: Bad source" comes if the tar file is not properly given the name as defined in spec file. Taking a single look is the expected name "gdeploy-3.0.0-6.fc33.tar.gz" rather than fc32? since im seeing that is a mass build for fedora 32 as mentioned in the change log. Hi, IMHO, I don't think the tarball name should contain Fedora version at all, that should be just the upstream sources version. (In reply to Marcel Plch from comment #2) > Hi, > > IMHO, I don't think the tarball name should contain Fedora version at all, > that should be just the upstream sources version. yes correct!, This comment is mass posted to all bugs blocking the Python 3.9 tracker, sorry if it is not 100 % relevant. When in doubt, please ask. The Python 3.9 rebuild is in progress in a Koji side tag. If you fix this bug, please don't rebuild the package in regular rawhide, but do it in the side tag with: $ fedpkg build --target=f33-python The rebuild is progressing slowly and it is possible this package won't have all the required build dependencies yet. If that's the case, please just leave the fix committed and pushed and we will eventually rebuild it for you. You are not asked to go and try rebuild all the missing dependencies yourself. If you know there is a bootstrap loop in the dependencies, let me know and we can untangle it together. If you want to test your fix or reproduce the failure, you can still use the Copr repo mentioned in the initial comment of this bug: https://copr.fedorainfracloud.org/coprs/g/python/python3.9/ Python 3.9 update: The f33-python side tag is currently being merged. New builds in f33-python are no longer possible, but python3 is not yet updated to Python 3.9 in rawhide. You can check when Python is Python 3.9 with: $ koji wait-repo f33-build --build python3.9-3.9.0~b1-3.fc3 And build the packages normally after that. |