--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: libgcc-s1: Upgrading to GCC 10 with i386 and amd64 versions installed break applications loading
- From: lutz <derlurtz@gmail.com>
- Date: Mon, 03 Feb 2020 17:31:48 +0100
- Message-id: <d5622c0318bc966e17f6a0defc051413e2727533.camel@gmail.com>
Package: libgcc-s1
Version: 10-20200202-1
Severity: important
Dear Maintainer,
after "apt update && apt dist-upgrade" new versions of gcc libraries
have been installed. Notably libgcc-s1:amd64 and libgcc-s1:i386 were
installed on my amd64 notebook.
After that loading applications like apt failed with the following
error:
apt: error while loading shared libraries: libgcc_s.so.1: wrong ELF
class: ELFCLASS32
I fixed it by removing all i386 packages and then reinstalling
libgcc-s1:amd64 using dpkg, which still worked.
BR,
Lutz
-- System Information:
Debian Release: bullseye/sid
APT prefers unstable
APT policy: (700, 'unstable'), (600, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 5.4.0-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8),
LANGUAGE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages libgcc-s1 depends on:
ii gcc-10-base 10-20200202-1
ii libc6 2.29-9
libgcc-s1 recommends no packages.
libgcc-s1 suggests no packages.
-- no debconf information
--- End Message ---