Bug#1099990: opencv: Please disable 1394 build-dep on hurd-amd64 too (actually all non-linux)

Samuel Thibault sthibault at debian.org
Mon Mar 10 00:23:51 GMT 2025


Source: opencv
Version: 4.10.0+dfsg-3
Severity: important
Tags: patch

Hello,

libopencv-highgui-dev currently depends on libdc1394-dev and
libraw1394-dev on hurd-amd64, while these are linux-only packages.
Actually, opencv already only build-depends on them on linux-any, so
libopencv-highgui-dev should also only depend on them on linux-any, as
the attached patch does, could you apply it?

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
-------------- next part --------------
--- debian/control.original	2025-03-10 00:19:03.000000000 +0000
+++ debian/control	2025-03-10 00:19:38.000000000 +0000
@@ -456,14 +456,14 @@
 Section: libdevel
 Depends: libavcodec-dev,
          libavformat-dev,
-         libdc1394-dev [!kfreebsd-amd64 !kfreebsd-i386 !hurd-i386],
+         libdc1394-dev [linux-any],
          libgphoto2-dev,
          libjpeg-dev,
          libopencv-highgui410 (= ${binary:Version}),
          libopencv-videoio-dev (= ${binary:Version}),
          libopenexr-dev,
          libpng-dev,
-         libraw1394-dev [!kfreebsd-amd64 !kfreebsd-i386 !hurd-i386],
+         libraw1394-dev [linux-any],
          libswscale-dev,
          libtiff-dev,
          ${misc:Depends}


More information about the debian-science-maintainers mailing list