Source: apache2 Version: 2.4.41-2 Severity: serious apache2 autopkgtest hard codes the patch to libgcc_s.so.1 in debian/tests/chroot:
| LIBGCC_S_PATH=/lib/$(dpkg-architecture -qDEB_HOST_MULTIARCH)/libgcc_s.so.1 Starting with libgcc1 >= 10, aka libgcc-s1, the file has been moved to /usr/lib/$(DEB_HOST_MULTIARCH)/libgcc_s.so.1, causing the autopkgtest to fail. Here is the full log to the failure: https://ci.debian.net/data/autopkgtest/testing/amd64/a/apache2/4201876/log.gz If you really need to know the path of this library, I suggest to use the following code, with a dependency on gcc: | gcc --print-file-name=libgcc_s.so.1 -- System Information: Debian Release: bullseye/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 5.3.0-3-amd64 (SMP w/4 CPU cores) Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE=fr (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled

