Bug#810881: Acknowledgement (libtotem-plparser18: linker issue, causes grilo-plugins to FTBFS)

Tim tim at feathertop.org
Wed Jan 13 09:28:32 UTC 2016


The error is this:
(test_local_metadata:6605): Grilo-WARNING **: [registry] grl-registry.c:1236: Failed to open module:
/usr/lib/x86_64-linux-gnu/libtotem-plparser-mini.so.18: undefined symbol: quvi_supported

Fix is attached

On 13/01/16 20:27, Debian Bug Tracking System wrote:
> Thank you for filing a new Bug report with Debian.
>
> This is an automatically generated reply to let you know your message
> has been received.
>
> Your message is being forwarded to the package maintainers and other
> interested parties for their attention; they will reply in due course.
>
> Your message has been sent to the package maintainer(s):
>  Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
>
> If you wish to submit further information on this problem, please
> send it to 810881 at bugs.debian.org.
>
> Please do not send mail to owner at bugs.debian.org unless you wish
> to report a problem with the Bug-tracking system.
>

-------------- next part --------------
diff -Nru totem-pl-parser-3.10.6/debian/changelog totem-pl-parser-3.10.6/debian/changelog
--- totem-pl-parser-3.10.6/debian/changelog	2015-12-16 10:09:35.000000000 +1100
+++ totem-pl-parser-3.10.6/debian/changelog	2016-01-13 20:20:41.000000000 +1100
@@ -1,3 +1,11 @@
+totem-pl-parser (3.10.6-2) UNRELEASED; urgency=medium
+
+  * debian/patches/revert-totem-pl-parser-dont-use-quvi.patch: Fixes
+    a FTBFS in grilo-plugins, can be dropped once quvi 0.9 transition
+    is completed. 
+
+ -- Tim Lunn <tim at feathertop.org>  Wed, 13 Jan 2016 11:05:23 +1100
+
 totem-pl-parser (3.10.6-1) unstable; urgency=medium
 
   * New upstream release.
diff -Nru totem-pl-parser-3.10.6/debian/patches/revert-totem-pl-parser-dont-use-quvi.patch totem-pl-parser-3.10.6/debian/patches/revert-totem-pl-parser-dont-use-quvi.patch
--- totem-pl-parser-3.10.6/debian/patches/revert-totem-pl-parser-dont-use-quvi.patch	1970-01-01 10:00:00.000000000 +1000
+++ totem-pl-parser-3.10.6/debian/patches/revert-totem-pl-parser-dont-use-quvi.patch	2016-01-13 11:05:00.000000000 +1100
@@ -0,0 +1,27 @@
+From ac39ecc92f33d5775bafa0c172aaad5bee963a7a Mon Sep 17 00:00:00 2001
+From: Tim Lunn <tim at feathertop.org>
+Date: Wed, 13 Jan 2016 11:03:52 +1100
+Subject: [PATCH] Revert "build: totem-pl-parser-mini doesn't need QUVI"
+
+This reverts commit deec38404a9a77b70ca426682179f5170e17a481.
+---
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/configure.ac b/configure.ac
+index 3efa66c..f804057 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -193,7 +193,7 @@ PKG_CHECK_MODULES(TOTEM_PLPARSER, [$pkg_modules])
+ AC_SUBST(TOTEM_PLPARSER_CFLAGS)
+ AC_SUBST(TOTEM_PLPARSER_LIBS)
+ 
+-PKG_CHECK_MODULES([TOTEM_PLPARSER_MINI], [gio-2.0])
++PKG_CHECK_MODULES([TOTEM_PLPARSER_MINI], [gio-2.0 $QUVI])
+ 
+ GNOME_DEBUG_CHECK
+ GNOME_COMPILE_WARNINGS([maximum])
+-- 
+2.7.0.rc3
+
+
diff -Nru totem-pl-parser-3.10.6/debian/patches/series totem-pl-parser-3.10.6/debian/patches/series
--- totem-pl-parser-3.10.6/debian/patches/series	2014-09-03 08:48:44.000000000 +1000
+++ totem-pl-parser-3.10.6/debian/patches/series	2016-01-13 11:05:04.000000000 +1100
@@ -1 +1,2 @@
 totem-pl-parser-use-old-quvi.patch
+revert-totem-pl-parser-dont-use-quvi.patch


More information about the pkg-gnome-maintainers mailing list