Your message dated Sat, 3 Sep 2022 21:33:36 -0400
with message-id <20220904013336.yohx25q6aoqxoapb@localhost>
and subject line Re: Bug#1018956: kitty: Kitty has broken python 3.9
dependencies
has caused the Debian Bug report #1018956,
regarding kitty: Kitty has broken python 3.9 dependencies
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
1018956: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1018956
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: kitty
Version: 0.21.2-1+b1
Severity: grave
Justification: renders package unusable
Dear Maintainer,
kitty does not start because of a missing shared library / wrong
dependency:
$ kitty
kitty: error while loading shared libraries: libpython3.9.so.1.0: cannot open
shared object file: No such file or directory
It should probably be linked against libpython3.10
-- System Information:
Debian Release: bookworm/sid
APT prefers testing
APT policy: (900, 'testing'), (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 5.18.0-4-amd64 (SMP w/16 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE,
TAINT_UNSIGNED_MODULE
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages kitty depends on:
ii kitty-terminfo 0.21.2-1
ii libc6 2.34-4
ii libdbus-1-3 1.14.0-2
ii libfontconfig1 2.13.1-4.4
ii libfreetype6 2.12.1+dfsg-3
ii libharfbuzz0b 2.7.4-1+b1
ii liblcms2-2 2.13.1-1
ii libpng16-16 1.6.37-5
ii libpython3.10 3.10.6-1
ii libwayland-client0 1.21.0-1
ii libx11-6 2:1.8.1-2
ii libx11-xcb1 2:1.8.1-2
ii libxkbcommon-x11-0 1.4.1-1
ii libxkbcommon0 1.4.1-1
ii python3 3.10.6-1
ii python3.10 3.10.6-1
ii zlib1g 1:1.2.11.dfsg-4.1
Versions of packages kitty recommends:
ii kitty-doc 0.21.2-1
ii libcanberra0 0.30-10
Versions of packages kitty suggests:
ii imagemagick 8:6.9.11.60+dfsg-1.3+b3
ii imagemagick-6.q16 [imagemagick] 8:6.9.11.60+dfsg-1.3+b3
-- no debconf information
--- End Message ---
--- Begin Message ---
On Fri, Sep 02, 2022 at 04:03:49PM +0200, Alex wrote:
> Dear Maintainer,
> kitty does not start because of a missing shared library / wrong
> dependency:
>
> $ kitty
> kitty: error while loading shared libraries: libpython3.9.so.1.0: cannot open
> shared object file: No such file or directory
>
> It should probably be linked against libpython3.10
It does.
$ ldd /usr/bin/kitty
linux-vdso.so.1 (0x00007ffc789d8000)
libpython3.10.so.1.0 => /lib/x86_64-linux-gnu/libpython3.10.so.1.0
(0x00007f433dc00000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f433d800000)
libexpat.so.1 => /lib/x86_64-linux-gnu/libexpat.so.1
(0x00007f433e1e5000)
libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007f433dbe3000)
libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f433db08000)
/lib64/ld-linux-x86-64.so.2 (0x00007f433e236000)
$ apt-cache show kitty | grep -o '[^ ]*python3[^ ]*'
python3
python3
python3.10,
python3:any,
libpython3.10
At a guess, you have some other install of kitty which hasn't been
rebuilt against the new Python. "which kitty" whould clarify that.
Cheers,
--
James
GPG Key: 4096R/91BF BF4D 6956 BD5D F7B7 2D23 DFE6 91AE 331B A3DB
--- End Message ---