Bug 1792949
Summary: | python-pygraphviz fails to build with Python 3.9: undefined symbol: PyIOBase_Type | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Miro Hrončok <mhroncok> |
Component: | python-pygraphviz | Assignee: | Zbigniew Jędrzejewski-Szmek <zbyszek> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | cstratak, mhroncok, tir.karthi, zbyszek |
Target Milestone: | --- | Keywords: | Reopened |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | python-pygraphviz-1.5-9.fc32 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-01-22 22:52:49 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 12:46:54 UTC
Upstream PR with fix merged : https://github.com/pygraphviz/pygraphviz/pull/190 Built in rawhide. Thanks. The journey continues: Running Sphinx v2.2.2 make: Leaving directory '/builddir/build/BUILD/pygraphviz-pygraphviz-1.5/doc' Configuration error: There is a programmable error in your configuration file: Traceback (most recent call last): File "/usr/lib/python3.9/site-packages/sphinx/config.py", line 361, in eval_config_file execfile_(filename, namespace) File "/usr/lib/python3.9/site-packages/sphinx/util/pycompat.py", line 81, in execfile_ exec(code, _globals) File "/builddir/build/BUILD/pygraphviz-pygraphviz-1.5/doc/source/conf.py", line 50, in <module> import pygraphviz File "/builddir/build/BUILD/pygraphviz-pygraphviz-1.5/build/lib.linux-x86_64-3.9/pygraphviz/__init__.py", line 58, in <module> from .agraph import AGraph, Node, Edge, Attribute, ItemAttribute, DotError File "/builddir/build/BUILD/pygraphviz-pygraphviz-1.5/build/lib.linux-x86_64-3.9/pygraphviz/agraph.py", line 27, in <module> from . import graphviz as gv File "/builddir/build/BUILD/pygraphviz-pygraphviz-1.5/build/lib.linux-x86_64-3.9/pygraphviz/graphviz.py", line 13, in <module> from . import _graphviz ImportError: /builddir/build/BUILD/pygraphviz-pygraphviz-1.5/build/lib.linux-x86_64-3.9/pygraphviz/_graphviz.cpython-39-x86_64-linux-gnu.so: undefined symbol: PyIOBase_Type For the build logs, see: https://copr-be.cloud.fedoraproject.org/results/@python/python3.9/fedora-rawhide-x86_64/01172691-python-pygraphviz/ Built in rawhide. |