Package: libelf-dev Version: 0.189-2 Severity: serious Tags: patch Justification: Makes glib2.0 FTBFS
Hello, Since version 0.189, libelf.pc has libzstd in its Requires.private. The libelf-dev package should thus depend on the libzstd-dev package, otherwise we get: $ pkg-config --cflags libelf Package libzstd was not found in the pkg-config search path. Perhaps you should add the directory containing `libzstd.pc' to the PKG_CONFIG_PATH environment variable Package 'libzstd', required by 'libelf', not found thus breaking various packages that use libelf, e.g. glib2.0. Samuel -- System Information: Debian Release: trixie/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable-debug'), (500, 'testing-debug'), (500, 'stable-security'), (500, 'stable-debug'), (500, 'oldstable-proposed-updates-debug'), (500, 'oldstable-proposed-updates'), (500, 'oldoldstable-proposed-updates'), (500, 'oldoldstable'), (500, 'buildd-unstable'), (500, 'unstable'), (500, 'stable'), (500, 'oldstable'), (1, 'experimental-debug'), (1, 'buildd-experimental'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386, arm64 Kernel: Linux 6.3.0 (SMP w/8 CPU threads; PREEMPT) 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 not set Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages libelf-dev depends on: ii libelf1 0.188-2.1 ii zlib1g-dev 1:1.2.13.dfsg-1 libelf-dev recommends no packages. libelf-dev suggests no packages. -- no debconf information -- Samuel --- Pour une évaluation indépendante, transparente et rigoureuse ! Je soutiens la Commission d'Évaluation de l'Inria.
--- debian/control.original 2023-07-02 02:27:55.928634126 +0200 +++ debian/control 2023-07-02 02:28:07.188696284 +0200 @@ -53,7 +53,7 @@ Section: libdevel Architecture: any Multi-Arch: same -Depends: libelf1 (= ${binary:Version}), ${misc:Depends}, zlib1g-dev +Depends: libelf1 (= ${binary:Version}), ${misc:Depends}, zlib1g-dev, libzstd-dev Conflicts: libelfg0-dev Description: libelf1 development libraries and header files libelf1 provides a shared library which allows reading and writing of ELF