Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#77440 - [python-cairo] missing `cairo_tee_surface_index` symbol in shared lib
Attached to Project:
Arch Linux
Opened by Benjamin Reigner (Breigner01) - Wednesday, 08 February 2023, 21:47 GMT
Last edited by Antonio Rojas (arojas) - Wednesday, 08 February 2023, 22:07 GMT
Opened by Benjamin Reigner (Breigner01) - Wednesday, 08 February 2023, 21:47 GMT
Last edited by Antonio Rojas (arojas) - Wednesday, 08 February 2023, 22:07 GMT
|
DetailsDescription:
The python-cairon package lacks the `cairo_tee_surface_index` symbol in the shared library `_cairo.cpython-310-x86_64-linux-gnu.so`, which leads to terminator not being able to start. Additional info: * package version(s): 1.23.0-3 * config and/or log files etc. * link to upstream bug report, if any Steps to reproduce: Try to start terminator on an up-to-date system. Logs when starting terminator: ``` Traceback (most recent call last): File "/usr/bin/terminator", line 48, in <module> import terminatorlib.optionparse File "/usr/lib/python3.10/site-packages/terminatorlib/optionparse.py", line 22, in <module> from terminatorlib.terminator import Terminator File "/usr/lib/python3.10/site-packages/terminatorlib/terminator.py", line 12, in <module> from . import borg File "/usr/lib/python3.10/site-packages/terminatorlib/borg.py", line 11, in <module> from .util import dbg File "/usr/lib/python3.10/site-packages/terminatorlib/util.py", line 21, in <module> import cairo File "/home/breigner01/.local/lib/python3.10/site-packages/cairo/__init__.py", line 1, in <module> from ._cairo import * # noqa: F401,F403 ImportError: /home/breigner01/.local/lib/python3.10/site-packages/cairo/_cairo.cpython-310-x86_64-linux-gnu.so: undefined symbol: cairo_tee_surface_index ``` |
This task depends upon
Closed by Antonio Rojas (arojas)
Wednesday, 08 February 2023, 22:07 GMT
Reason for closing: Not a bug
Additional comments about closing: That is not the repo python-cairo package
Wednesday, 08 February 2023, 22:07 GMT
Reason for closing: Not a bug
Additional comments about closing: That is not the repo python-cairo package
https://wiki.archlinux.org/title/Bug_reporting_guidelines#Severity