FS#77371 - python-cairo-1.23.0-2 is broken using testing/cairo 1.17.8-1

Attached to Project: Arch Linux
Opened by Alexandre (pums974) - Friday, 03 February 2023, 19:46 GMT
Last edited by Antonio Rojas (arojas) - Friday, 03 February 2023, 19:51 GMT
Task Type Bug Report
Category Packages: Testing
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
python-cairo-1.23.0-2 is broken using testing/cairo 1.17.8-1
it is working using extra/cairo 1.17.6-2

Additional info:
* package version(s)
multilib/lib32-pango 1:1.50.12-1 (230.4 KiB 632.1 KiB) (Installed)
multilib-testing/lib32-cairo 1.17.8-1 (637.6 KiB 1.6 MiB) (Installed)
community/goocanvas 3.0.0-3 (281.8 KiB 2.9 MiB) (Installed)
extra/python-cairo 1.23.0-2 (94.6 KiB 433.7 KiB) (Installed)
extra/pixman 0.42.2-1 (269.6 KiB 737.1 KiB) (Installed)
extra/pango 1:1.50.12-1 (403.1 KiB 2.3 MiB) (Installed)
extra/cairomm 1.14.4-1 (89.0 KiB 408.0 KiB) (Installed)
extra/cairo 1.17.6-2 (755.7 KiB 3.4 MiB) (Installed: 1.17.8-1)
testing/cairo 1.17.8-1 (636.8 KiB 1.7 MiB) (Installed)


Steps to reproduce:

importing cairo in python should work :

using testing/cairo 1.17.8-1
> python -c "import cairo"
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/lib/python3.10/site-packages/cairo/__init__.py", line 1, in <module>
from ._cairo import * # noqa: F401,F403
ImportError: /usr/lib/python3.10/site-packages/cairo/_cairo.cpython-310-x86_64-linux-gnu.so: undefined symbol: cairo_tee_surface_index

using extra/cairo 1.17.6-2
>python -c "import cairo"
[no output]

This task depends upon

Closed by  Antonio Rojas (arojas)
Friday, 03 February 2023, 19:51 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#77367 
Comment by Alexandre (pums974) - Friday, 03 February 2023, 19:50 GMT
I made a mistake in the listing of packages version about multilib
I have:
multilib/lib32-cairo 1.17.6-2 (622.3 KiB 1.6 MiB) (Installed: 1.17.8-1)
multilib-testing/lib32-cairo 1.17.8-1 (637.6 KiB 1.6 MiB) (Installed)

I got the listing by searching for cairo and keeping only those installed (and somehow I did this wrong sorry)

Although, I don't think that this have any impact on the bug resolution.

Loading...