Fedora Account System
Red Hat Associate
Red Hat Customer
Description of problem: python3-cairocffi opens several libraries via dlopen. https://github.com/Kozea/cairocffi/blob/v1.3.0/cairocffi/pixbuf.py#L22-L37 - libgdk_pixbuf-2.0.so.0 (gdk-pixbuf2) - libgobject-2.0.so.0 (glib2) - libglib-2.0.so.0 (glib2) - libgdk-3.so.0 (gtk3) These libraries are not currently dependencies of the package. I think they should be. Version-Release number of selected component (if applicable): python3-cairocffi-1.3.0-5.fc37 How reproducible: always Steps to Reproduce: 1. dnf install python3-cairocffi 2. python3 -c 'import cairocffi.pixbuf' Actual results: Traceback (most recent call last): File "<string>", line 1, in <module> File "/usr/lib/python3.11/site-packages/cairocffi/pixbuf.py", line 22, in <module> gdk_pixbuf = dlopen( ^^^^^^^ File "/usr/lib/python3.11/site-packages/cairocffi/__init__.py", line 45, in dlopen raise OSError(error_message) # pragma: no cover ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ OSError: no library called "gdk_pixbuf-2.0" was found no library called "libgdk_pixbuf-2.0-0" was found cannot load library 'libgdk_pixbuf-2.0.so.0': libgdk_pixbuf-2.0.so.0: cannot open shared object file: No such file or directory cannot load library 'libgdk_pixbuf-2.0.0.dylib': libgdk_pixbuf-2.0.0.dylib: cannot open shared object file: No such file or directory cannot load library 'libgdk_pixbuf-2.0-0.dll': libgdk_pixbuf-2.0-0.dll: cannot open shared object file: No such file or directory Expected results: <module 'cairocffi.pixbuf' from '/usr/lib/python3.11/site-packages/cairocffi/pixbuf.py'>
https://src.fedoraproject.org/rpms/python-cairocffi/pull-request/6
FEDORA-2023-97567074dd has been submitted as an update to Fedora 38. https://bodhi.fedoraproject.org/updates/FEDORA-2023-97567074dd
FEDORA-2023-97567074dd has been pushed to the Fedora 38 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-2023-2de9f0bf50 has been submitted as an update to Fedora 37. https://bodhi.fedoraproject.org/updates/FEDORA-2023-2de9f0bf50
FEDORA-2023-2de9f0bf50 has been pushed to the Fedora 37 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2023-2de9f0bf50` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2023-2de9f0bf50 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2023-2de9f0bf50 has been pushed to the Fedora 37 stable repository. If problem still persists, please make note of it in this bug report.