Your message dated Wed, 17 Feb 2021 14:59:37 +0100 with message-id <[email protected]> and subject line Re: ctypes.util.find_library("libc") fails has caused the Debian Bug report #976637, regarding ctypes.util.find_library("libc") fails 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 [email protected] immediately.) -- 976637: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=976637 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: libpython3.9-stdlib Version: 3.9.1~rc1-2 Severity: normal -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Hey! >>> import ctypes.util >>> ctypes.util.find_library("libc") Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib/python3.9/ctypes/util.py", line 341, in find_library _get_soname(_findLib_gcc(name)) or _get_soname(_findLib_ld(name)) File "/usr/lib/python3.9/ctypes/util.py", line 147, in _findLib_gcc if not _is_elf(file): File "/usr/lib/python3.9/ctypes/util.py", line 99, in _is_elf with open(filename, 'br') as thefile: FileNotFoundError: [Errno 2] No such file or directory: b'liblibc.a' This breaks scapy and dhcpcanon and I suppose anything relying on ctypes. Thanks - -- System Information: Debian Release: bullseye/sid APT prefers unstable-debug APT policy: (500, 'unstable-debug'), (500, 'unstable'), (500, 'testing'), (101, 'experimental-debug'), (101, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 5.9.0-4-amd64 (SMP w/4 CPU threads) Kernel taint flags: TAINT_WARN Locale: LANG=C.UTF-8, LC_CTYPE=C.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 libpython3.9-stdlib depends on: ii libbz2-1.0 1.0.8-4 ii libc6 2.31-5 ii libcrypt1 1:4.4.17-1 ii libdb5.3 5.3.28+dfsg1-0.6 ii libffi7 3.3-5 ii liblzma5 5.2.4-1+b1 ii libncursesw6 6.2+20201114-1 ii libnsl2 1.3.0-2 ii libpython3.9-minimal 3.9.1~rc1-2 ii libreadline8 8.1~rc3-1 ii libsqlite3-0 3.34.0-1 ii libtinfo6 6.2+20201114-1 ii libtirpc3 1.2.6-3 ii libuuid1 2.36.1-2 ii media-types 1.0.1 ii mime-support 3.66 ii tzdata 2020d-1 Versions of packages libpython3.9-stdlib recommends: ii ca-certificates 20200601 libpython3.9-stdlib suggests no packages. - -- no debconf information -----BEGIN PGP SIGNATURE----- iQJGBAEBCAAwFiEErvI0h2bzccaJpzYAlaQv6DU1JfkFAl/MsnkSHGJlcm5hdEBk ZWJpYW4ub3JnAAoJEJWkL+g1NSX5TPkQAIp7A89BEE0pgNLPR7eKJMbbqxrGoj26 cF3hJVj88PzsHmUkVb7sf28xnRuhDPDY4m0hkJ/+0lW+GU1exx6fy9zAidXq7WR4 veHIMos7PGLKC5RFbv9xUCe61kwoDuex+wWMl+fofuoPkIp5R1FLHkF2oGrmzL+C x1MV4dRGycxXdz6cgf34GH8YaIgzrA3Uojq+s5FV4taAQbs5FoNZJK4KHIK+Kg7P OOLTc/wyl039/BXw1K5q7fNIT/uwiDaESJ4zUVqdWNcWsYn0lEdCFFOiVb3nBsmV K8QnhjDbZcdRorsEGXF0JhnAUxM3p08rVMPTlNsY/ALQcbXCUNmK5wFIGyNRbP7/ oKBqiQZEbBCHa9EY7FWm8jyBrkmu92MVnfAtv7a1XPxEXoBtBwz/IpCvsL+hyzt3 G9QnovAzwdVlxUVuz8Q3TBwKlgg8M/tvTJ6QELw6oHE7sgMEkoENMfzXsAjnIMS5 Bmh4Lx9sbazR9z6uBYd6OCHQPTYwyPf1Nt3DV7FLYow9E52AERnwJwDWa4xbV1D3 daDbuxrqFArTeUKkYEKwAI6VKfB5rB27MGcC0B/GoTxWx/1ALpywCgkwmqHhTAjY 0Y6Y0s07SEYhUeNBcfPsot+WzKyJX6hmqzj0JDd+w7FmKrXHW1uuAo18oWvXYZ6G HUFF/mzEofik =qQFs -----END PGP SIGNATURE-----
--- End Message ---
--- Begin Message ---closed upstream, just don't use the "lib" prefix.
--- End Message ---

