Bug 1793120
Summary: | python-cocotb fails to build with Python 3.9: Element.getiterator() is gone | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Miro Hrončok <mhroncok> |
Component: | python-cocotb | Assignee: | Ben Rosser <rosser.bjr> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | cstratak, mhroncok, rosser.bjr |
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: | 2020-02-07 20:26:04 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 |
Description
Miro Hrončok
2020-01-20 17:48:20 UTC
Thanks for the report! This should be fixed in cocotb 1.3, which I need to import and build (I sent a patch upstream [1] during the review process, but I never bothered to apply it downstream). I'll build 1.3 in Rawhide and then I guess it should automatically be pulled into the next round of builds in the copr? [1] https://github.com/cocotb/cocotb/pull/1123 Okay, well, the build is broken for a different reason now: DEBUG util.py:596: Error: DEBUG util.py:596: Problem: conflicting requests DEBUG util.py:596: - nothing provides libgnat-9.so()(64bit) needed by ghdl-0.37dev-9.20191224git38c38e7.fc32.x86_64 https://koji.fedoraproject.org/koji/taskinfo?taskID=40823380 ghdl is only needed to run (some of) the tests; it could be removed if necessary. > it should automatically be pulled into the next round of builds in the copr?
Yes, The copr should pick up any push automatically, it evens attempt to build Pull Requests. If it doesn't it will get picked next time I try to rebuild everything.
It looks like the most recent build succeeded in the copr, so I guess this can be closed now. https://copr.fedorainfracloud.org/coprs/g/python/python3.9/package/python-cocotb/ Yes, thanks! |