Source: gdcm Version: 3.0.24-5 Severity: important Tags: patch Hello,
java support should be disabled on hurd-amd64 too. Could you apply the attached patch to fix this? 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.13.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 > No manual is ever necessary. May I politely interject here: BULLSHIT. That's the biggest Apple lie of all! (Discussion in comp.os.linux.misc on the intuitiveness of interfaces.)
--- debian/rules.original 2025-02-02 14:18:16.000000000 +0000 +++ debian/rules 2025-02-02 14:19:02.000000000 +0000 @@ -12,7 +12,7 @@ export LD_LIBRARY_PATH:=$(LD_LIBRARY_PATH):/usr/lib/jni DEFAULT_JAVA_VERSION=1.8 -ifeq ($(DEB_BUILD_ARCH),$(filter $(DEB_BUILD_ARCH),hppa hurd-i386 kfreebsd-i386 kfreebsd-amd64)) +ifneq (,$(filter $(DEB_BUILD_ARCH),hppa)$(filter $(DEB_BUILD_ARCH_OS),hurd kfreebsd)) DEFAULT_JAVA_VERSION= endif