Source: d-shlibs
Version: 0.107
Severity: important
Tags: patch

Hello,

Packages using d-shlibs ftbfs on hurd-amd64 because it doesn't recognize
the linker:

devlibs error: There is no package matching [ld-x86-64-1-dev] and noone 
provides it, please report bug to d-shlibs maintainer

Could you apply the attached patch to add the special casing?

Thanks,
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, '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.12.0 (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_WARN, 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

-- 
Samuel
Progress (n.): The process through which the Internet has evolved from
smart people in front of dumb terminals to dumb people in front of smart
terminals.
--- d-devlibdeps.original       2024-12-02 23:00:08.000000000 +0000
+++ d-devlibdeps        2024-12-02 23:00:18.000000000 +0000
@@ -47,6 +47,7 @@
                "${OVERRIDE[@]/#/-e}" \
                -e 's/libclibc\.so-dev//' \
                -e 's/ld1-dev//' \
+               -e 's/ld-x86-64-1-dev//' \
                -e 's/ld64-[12]-dev//' \
                -e 's/ld-\(k\?freebsd\|linux\).*[0-9]-dev//' \
                -e 
's/lib\(avcodec\|avdevice\|avfilter\|avformat\|avresample\|avutil\|postproc\|swresample\|swscale\)\(-ffmpeg\)\?[0-9]\+-dev/lib\1-dev/'
 \

Reply via email to