Bug#947784: gegl: FTBFS on hurd-i386
Samuel Thibault
sthibault at debian.org
Mon Dec 30 18:29:45 GMT 2019
Source: gegl
Version: 0.4.18-2
Severity: important
Tags: patch
User: debian-hurd at lists.debian.org
Usertags: hurd
Hello,
gegl currently can't build on hurd-i386 because it build-depends on
libv4l-any, which is not built on hurd-i386. Could you apply the
attached patch to fix that?
Thanks,
Samuel
-- System Information:
Debian Release: bullseye/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable-debug'), (500, 'testing-debug'), (500, 'stable-debug'), (500, 'proposed-updates-debug'), (500, 'proposed-updates'), (500, 'oldstable-proposed-updates-debug'), (500, 'oldstable-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
Kernel: Linux 5.4.0 (SMP w/8 CPU cores)
Kernel taint flags: TAINT_OOT_MODULE
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
--
Samuel
Accroche-toi au terminal, j'enlève le shell...
-+- nojhan -+-
-------------- next part --------------
--- debian/control.in.original 2019-12-30 09:20:20.000000000 +0000
+++ debian/control.in 2019-12-30 09:20:41.000000000 +0000
@@ -33,7 +33,7 @@
libsuitesparse-dev,
libswscale-dev,
libtiff5-dev,
- libv4l-dev,
+ libv4l-dev [!hurd-any],
libwebp-dev (>= 0.5.0),
meson (>= 0.50.0),
pkg-config,
--- debian/control.original 2019-12-30 09:20:20.000000000 +0000
+++ debian/control 2019-12-30 09:20:41.000000000 +0000
@@ -33,7 +33,7 @@
libsuitesparse-dev,
libswscale-dev,
libtiff5-dev,
- libv4l-dev,
+ libv4l-dev [!hurd-any],
libwebp-dev (>= 0.5.0),
meson (>= 0.50.0),
pkg-config,
More information about the pkg-gnome-maintainers
mailing list