Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 920040 - x11-wm/xpra-4.4.6-r2 needs <dev-python/pillow-10 but pulls in dev-python/pillow-10.1.0
Summary: x11-wm/xpra-4.4.6-r2 needs <dev-python/pillow-10 but pulls in dev-python/pill...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Benda Xu
URL: https://github.com/Xpra-org/xpra/issu...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-12-15 17:55 UTC by Sebastian Pipping
Modified: 2023-12-15 18:10 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastian Pipping gentoo-dev 2023-12-15 17:55:59 UTC
I saw this traceback at runtime with dev-python/pillow-10.1.0:

  Traceback (most recent call last):
    File "/usr/lib/python3.10/site-packages/xpra/client/client_base.py", line 1150, in call_handler
      handler(packet)
    File "/usr/lib/python3.10/site-packages/xpra/client/mixins/window_manager.py", line 1074, in _process_window_icon
      img = self._window_icon_image(wid, w, h, coding, data)
    File "/usr/lib/python3.10/site-packages/xpra/client/mixins/window_manager.py", line 710, in _window_icon_image
      icon_resized = icon.resize((shrunk_width, shrunk_height), Image.ANTIALIAS)

According to https://github.com/Xpra-org/xpra/issues/3914 x11-wm/xpra-4.4.6-r2 would need <dev-python/pillow-10 unless patched as of today.
Comment 1 Sebastian Pipping gentoo-dev 2023-12-15 18:10:26 UTC
PS: I should note that dev-python/pillow-10.0.1 is the oldest pillow in Gentoo today, there is no v9 left as of today.