Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1606435
Summary: | subscription-manager: FTBFS in Fedora rawhide | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Mohan Boddu <mboddu> | ||||||||
Component: | subscription-manager | Assignee: | Chris Snyder <csnyder> | ||||||||
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
Severity: | high | Docs Contact: | |||||||||
Priority: | high | ||||||||||
Version: | rawhide | CC: | alikins, awood, bkearney, csnyder, cstratak, khowell, mhroncok | ||||||||
Target Milestone: | --- | Keywords: | EasyFix, Triaged | ||||||||
Target Release: | --- | ||||||||||
Hardware: | Unspecified | ||||||||||
OS: | Unspecified | ||||||||||
Whiteboard: | |||||||||||
Fixed In Version: | subscription-manager-1.23.3-1.fc29 | Doc Type: | If docs needed, set a value | ||||||||
Doc Text: | Story Points: | --- | |||||||||
Clone Of: | Environment: | ||||||||||
Last Closed: | 2018-08-13 11:53:02 UTC | Type: | --- | ||||||||
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: | 1565020, 1602938 | ||||||||||
Attachments: |
|
Description
Mohan Boddu
2018-07-20 19:59:14 UTC
Created attachment 1468255 [details]
build.log
file build.log too big, will only attach last 32768 bytes
Created attachment 1468256 [details]
root.log
file root.log too big, will only attach last 32768 bytes
Created attachment 1468257 [details]
state.log
*** Bug 1595885 has been marked as a duplicate of this bug. *** @dev looks like the fix for this will be to remove our usage of the reserved word "async" from the following (located in the build.log attachment): """ File "/usr/lib64/python3.7/allsubs.py", line 23 from subscription_manager import async ^ SyntaxError: invalid syntax *** Error compiling '/builddir/build/BUILDROOT/subscription-manager-1.21.5-3.fc29.ppc64le/usr/lib64/python3.7/site-packages/subscription_manager/gui/mysubstab.py'... File "/usr/lib64/python3.7/mysubstab.py", line 26 from subscription_manager.async import AsyncBind ^ SyntaxError: invalid syntax *** Error compiling '/builddir/build/BUILDROOT/subscription-manager-1.21.5-3.fc29.ppc64le/usr/lib64/python3.7/site-packages/subscription_manager/gui/registergui.py'... File "/usr/lib64/python3.7/registergui.py", line 248 self.async = AsyncBackend(self.backend) ^ SyntaxError: invalid syntax *** Error compiling '/builddir/build/BUILDROOT/subscription-manager-1.21.5-3.fc29.ppc64le/usr/lib64/python3.7/site-packages/subscription_manager/gui/reposgui.py'... File "/usr/lib64/python3.7/reposgui.py", line 29 from subscription_manager.async import AsyncRepoOverridesUpdate """ That would be the fix, yes. As reported in bz1595885. (This is a mass bug update. Forgive me if things are not 100% accurate for this one.) At this moment, your package still requires Python 3.6. This will cause broken upgrades to Fedora 29. Please prioritize this rebuild. Let me know if you need help from the Python maintenance team figuring out why the package FTBFS. Consider orphaning the package if you don't have time for it. Consider retiring the package if upstream is dead and nothing depends on it in Fedora. If you are blocked by other packages (I've recently tried to set the Bugzilla metadata to reflect that), consider helping there as well. Thank you. This is another friendly reminder. Please take action. PR with the requisite changes: https://github.com/candlepin/subscription-manager/pull/1895. Moving to assigned while waiting for review. Thank You. |