Source: gst-plugins-base1.0 Version: 1.16.0-2 Severity: important Tags: patch ftbfs
Hi, currently, gst-plugins-base1.0 fails to compile on hurd-i386 [1]. The issue is that one symbol in marked as available for all the architectures, while it is not available on Hurd. This is related to the fixes done for #918568. [1] https://buildd.debian.org/status/fetch.php?pkg=gst-plugins-base1.0&arch=hurd-i386&ver=1.16.0-2&stamp=1563899335&raw=0 Thanks, -- Pino
--- a/debian/libgstreamer-gl.symbols +++ b/debian/libgstreamer-gl.symbols @@ -9,7 +9,7 @@ libgstgl-1.0.so.0 libgstreamer-gl1.0-0 # gst_egl_get_error_string@Base 1.14.0 (arch=linux-any kfreebsd-any)gst_egl_image_export_dmabuf@Base 1.14.0 (arch=linux-any kfreebsd-any)gst_egl_image_from_dmabuf@Base 1.14.0 - gst_egl_image_from_dmabuf_direct@Base 1.16.0 + (arch=linux-any kfreebsd-any)gst_egl_image_from_dmabuf_direct@Base 1.16.0 gst_egl_image_from_texture@Base 1.14.0 gst_egl_image_get_image@Base 1.14.0 gst_egl_image_get_type@Base 1.14.0