Bug#1094994: vtk9: Please disable java & tbb on hurd-amd64 too

Samuel Thibault sthibault at debian.org
Sun Feb 2 10:45:31 GMT 2025


Source: vtk9
Version: 9.3.0+dfsg1-3
Severity: important
Tags: patch

Hello,

hurd-amd64 also needs java and tbb being disabled, could you apply the
attached patch?

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
 > Subject: pb fvwm95-2 comment l'installer le compiler???
 > Merci d'avance
 je te conseille d'être un peu plus précis dans l'exposé de ton pb...
 -+- EJ in guide du linuxien pervers :"Les modéros sont sympas !" -+-
-------------- next part --------------
--- debian/control.original	2025-02-02 00:56:55.000000000 +0000
+++ debian/control	2025-02-02 00:56:57.000000000 +0000
@@ -117,7 +117,7 @@
          libproj-dev,
          libpython3-dev,
          libswscale-dev,
-         libtbb-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64 !alpha !ia64],
+         libtbb-dev [!hurd-any !kfreebsd-i386 !kfreebsd-amd64 !alpha !ia64],
          libtheora-dev,
          libtiff-dev,
          libutfcpp-dev,
--- debian/rules.original	2025-02-02 00:56:24.000000000 +0000
+++ debian/rules	2025-02-02 00:56:37.000000000 +0000
@@ -3,7 +3,7 @@
 
 include /usr/share/dpkg/architecture.mk
 
-nojava_archs=hppa hurd-i386 kfreebsd-i386 kfreebsd-amd64
+nojava_archs=hppa hurd-i386 hurd-amd64 kfreebsd-i386 kfreebsd-amd64
 ifneq ($(DEB_BUILD_ARCH),$(filter $(DEB_BUILD_ARCH), $(nojava_archs)))
   export JAVA_HOME=/usr/lib/jvm/default-java
   extra_flags += -DVTK_WRAP_JAVA=ON
@@ -14,7 +14,7 @@
   export DEB_LDFLAGS_MAINT_APPEND += -Wl,--no-as-needed -latomic -Wl,--as-needed
 endif
 
-notbb_archs=hurd-i386 kfreebsd-i386 kfreebsd-amd64
+notbb_archs=hurd-i386 hurd-amd64 kfreebsd-i386 kfreebsd-amd64
 ifneq ($(DEB_BUILD_ARCH),$(filter $(DEB_BUILD_ARCH), $(notbb_archs)))
   extra_flags += -DVTK_SMP_IMPLEMENTATION_TYPE:STRING="TBB"
 else


More information about the debian-science-maintainers mailing list