Bug#755322: gst-plugins-bad0.10: FTBFS: dh_install: gstreamer0.10-plugins-bad missing files (debian/tmp/usr/lib/*/gstreamer-0.10/libgstrtmp.so)

peter green plugwash at p10link.net
Fri Aug 1 16:34:21 UTC 2014


The underlying problem seems to be.
> configure: *** checking feature: rtmp library ***
> configure: *** for plug-ins: rtmp ***
> checking for RTMP... no
> configure: Package 'gnutls', required by 'librtmp', not found
> configure: *** These plugins will not be built: rtmp
It would appear that despite the move to Requires.private documented in 
the changelog using pkg-config for librtmp still requires 
libgnutls28-dev to be installed.

without libgnutls28-dev installed:
root at debian:/gst-plugins-bad0.10-0.10.23# pkg-config --cflags librtmp
Package gnutls was not found in the pkg-config search path.
Perhaps you should add the directory containing `gnutls.pc'
to the PKG_CONFIG_PATH environment variable
Package 'gnutls', required by 'librtmp', not found
root at debian:/gst-plugins-bad0.10-0.10.23# pkg-config --exists 
--print-errors librtmp
Package gnutls was not found in the pkg-config search path.
Perhaps you should add the directory containing `gnutls.pc'
to the PKG_CONFIG_PATH environment variable
Package 'gnutls', required by 'librtmp', not found
root at debian:/gst-plugins-bad0.10-0.10.23#

with libgnutls28-dev installed:
root at debian:/gst-plugins-bad0.10-0.10.23# pkg-config --exists 
--print-errors librtmp
root at debian:/gst-plugins-bad0.10-0.10.23# pkg-config --cflags librtmp
-I/usr/include/p11-kit-1
root at debian:/gst-plugins-bad0.10-0.10.23#



More information about the pkg-gstreamer-maintainers mailing list