Your message dated Wed, 27 Nov 2013 21:20:16 +0000
with message-id <e1vlmwu-0003tf...@franck.debian.org>
and subject line Bug#726920: fixed in gst-plugins-good0.10 0.10.31-3+nmu2
has caused the Debian Bug report #726920,
regarding gst-plugins-good0.10: FTBFS with linux-headers-3.10-3
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
726920: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=726920
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: gst-plugins-good0.10
Version: 0.10.31-3+nmu1
Severity: serious
Tags: patch
Justification: fails to build from source (but built successfully in the past)

There are now two issues:

In file included from /usr/include/gstreamer-0.10/gst/gst.h:49:0,
                 from /usr/include/gstreamer-0.10/gst/video/video.h:24,
                 from gstv4l2bufferpool.c:33:
gstv4l2bufferpool.c: In function 'gst_v4l2_buffer_new':
gstv4l2bufferpool.c:184:66: error: 'struct v4l2_buffer' has no member named 
'input'
   GST_LOG_OBJECT (pool->v4l2elem, "  input:     %u", ret->vbuffer.input);
                                                                  ^
It appears from head that the member input has been removed.

v4l2_calls.c: In function 'gst_v4l2_fill_lists':
v4l2_calls.c:58:26: error: 'V4L2_CID_HCENTER_DEPRECATED' undeclared (first use 
in this function)
 #define V4L2_CID_HCENTER V4L2_CID_HCENTER_DEPRECATED
                          ^
v4l2_calls.c:297:12: note: in expansion of macro 'V4L2_CID_HCENTER'
       case V4L2_CID_HCENTER:
            ^
v4l2_calls.c:58:26: note: each undeclared identifier is reported only once for 
each function it appears in
 #define V4L2_CID_HCENTER V4L2_CID_HCENTER_DEPRECATED
                          ^
v4l2_calls.c:297:12: note: in expansion of macro 'V4L2_CID_HCENTER'
       case V4L2_CID_HCENTER:
            ^
v4l2_calls.c:61:26: error: 'V4L2_CID_VCENTER_DEPRECATED' undeclared (first use 
in this function)
 #define V4L2_CID_VCENTER V4L2_CID_VCENTER_DEPRECATED
                          ^
v4l2_calls.c:298:12: note: in expansion of macro 'V4L2_CID_VCENTER'
       case V4L2_CID_VCENTER:
            ^
make[4]: *** [libgstvideo4linux2_la-v4l2_calls.lo] Error 1

These ioctls are now removed.

Two patches to work around problem are attached.

-- System Information:
Debian Release: 7.0
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: hppa (parisc64)

Kernel: Linux 3.10-3-parisc64-smp (SMP w/4 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- ./sys/v4l2/gstv4l2bufferpool.c.save	2013-10-19 22:37:44.015077780 -0400
+++ ./sys/v4l2/gstv4l2bufferpool.c	2013-10-19 22:38:06.651290549 -0400
@@ -181,7 +181,7 @@
     GST_LOG_OBJECT (pool->v4l2elem, "  MMAP offset:  %u",
         ret->vbuffer.m.offset);
   GST_LOG_OBJECT (pool->v4l2elem, "  length:    %u", ret->vbuffer.length);
-  GST_LOG_OBJECT (pool->v4l2elem, "  input:     %u", ret->vbuffer.input);
+  /* GST_LOG_OBJECT (pool->v4l2elem, "  input:     %u", ret->vbuffer.input); */
 
   data = (guint8 *) v4l2_mmap (0, ret->vbuffer.length,
       PROT_READ | PROT_WRITE, MAP_SHARED, pool->video_fd,
--- ./sys/v4l2/v4l2_calls.c.save	2012-02-17 05:48:47.000000000 -0500
+++ ./sys/v4l2/v4l2_calls.c	2013-10-19 22:47:51.628821842 -0400
@@ -53,14 +53,6 @@
 
 #include "gst/gst-i18n-plugin.h"
 
-/* Those are ioctl calls */
-#ifndef V4L2_CID_HCENTER
-#define V4L2_CID_HCENTER V4L2_CID_HCENTER_DEPRECATED
-#endif
-#ifndef V4L2_CID_VCENTER
-#define V4L2_CID_VCENTER V4L2_CID_VCENTER_DEPRECATED
-#endif
-
 GST_DEBUG_CATEGORY_EXTERN (v4l2_debug);
 #define GST_CAT_DEFAULT v4l2_debug
 
@@ -294,8 +286,6 @@
         break;
       case V4L2_CID_HFLIP:
       case V4L2_CID_VFLIP:
-      case V4L2_CID_HCENTER:
-      case V4L2_CID_VCENTER:
 #ifdef V4L2_CID_PAN_RESET
       case V4L2_CID_PAN_RESET:
 #endif

--- End Message ---
--- Begin Message ---
Source: gst-plugins-good0.10
Source-Version: 0.10.31-3+nmu2

We believe that the bug you reported is fixed in the latest version of
gst-plugins-good0.10, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 726...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Balint Reczey <bal...@balintreczey.hu> (supplier of updated 
gst-plugins-good0.10 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Fri, 22 Nov 2013 21:17:43 +0100
Source: gst-plugins-good0.10
Binary: gstreamer0.10-plugins-good-doc gstreamer0.10-pulseaudio 
gstreamer0.10-gconf gstreamer0.10-plugins-good gstreamer0.10-plugins-good-dbg
Architecture: source all amd64
Version: 0.10.31-3+nmu2
Distribution: unstable
Urgency: low
Maintainer: Maintainers of GStreamer packages 
<pkg-gstreamer-maintainers@lists.alioth.debian.org>
Changed-By: Balint Reczey <bal...@balintreczey.hu>
Description: 
 gstreamer0.10-gconf - GStreamer plugin for getting the sink/source information 
from GCo
 gstreamer0.10-plugins-good - GStreamer plugins from the "good" set
 gstreamer0.10-plugins-good-dbg - GStreamer plugins from the "good" set
 gstreamer0.10-plugins-good-doc - GStreamer documentation for plugins from the 
"good" set
 gstreamer0.10-pulseaudio - GStreamer plugin for PulseAudio
Closes: 702366 726920
Changes: 
 gst-plugins-good0.10 (0.10.31-3+nmu2) UNRELEASED; urgency=low
 .
   [Balint Reczey]
   * Non-maintainer upload.
 .
   [John David Anglin]
   * Fix FTBFS with Linux 3.10 (Closes: #726920, #702366)
Checksums-Sha1: 
 f6875c83dbd01dcb24f3d8be416da052040311f9 3339 
gst-plugins-good0.10_0.10.31-3+nmu2.dsc
 152c0eac6eae230492a7429e1784559275c76ffc 32564 
gst-plugins-good0.10_0.10.31-3+nmu2.debian.tar.gz
 a4aa4d3cf9856e44e0ea0de3408450ca772114df 858166 
gstreamer0.10-plugins-good-doc_0.10.31-3+nmu2_all.deb
 c2aac71e211e306921a13ef1c88d30dfd55d765c 738158 
gstreamer0.10-pulseaudio_0.10.31-3+nmu2_amd64.deb
 1aba42fe4ecdec6fc170ce4250d33d593a03bdea 706546 
gstreamer0.10-gconf_0.10.31-3+nmu2_amd64.deb
 ff3915c885f7daa9acd4399999687f8428c87a7e 1961016 
gstreamer0.10-plugins-good_0.10.31-3+nmu2_amd64.deb
 bbdd997f91ccb6dcec67e3295f4397243a5ab142 6344200 
gstreamer0.10-plugins-good-dbg_0.10.31-3+nmu2_amd64.deb
Checksums-Sha256: 
 894e80b66fe21a045b771e6af73ab7eb2cb04b6e3545cc080a1a275c5ee39adc 3339 
gst-plugins-good0.10_0.10.31-3+nmu2.dsc
 c6ef778dbef2d3182c53937c9546fce2fe112189ca0209a2553930d193b0691f 32564 
gst-plugins-good0.10_0.10.31-3+nmu2.debian.tar.gz
 88426f6d6d6267ab2a8583fd58a84ce7c19852849a3c8b95d78768df1cc09c48 858166 
gstreamer0.10-plugins-good-doc_0.10.31-3+nmu2_all.deb
 4ebd3d67498c35e0c426d15fb43ca8b8d4b4ecae594dcc1c104bb3c928a036e1 738158 
gstreamer0.10-pulseaudio_0.10.31-3+nmu2_amd64.deb
 209704a365b41666644c2cb08b955735c6357962fd694be37b3069c2bdd22b73 706546 
gstreamer0.10-gconf_0.10.31-3+nmu2_amd64.deb
 50510d1cd12ec9e7f9dabbdea5a5799c59b539e0bec8bb2d6f2cb2644b14fffe 1961016 
gstreamer0.10-plugins-good_0.10.31-3+nmu2_amd64.deb
 32899a1edf370d24cef6ef67a11758196f625a3e29768fb11bb2cbd7cc585ca4 6344200 
gstreamer0.10-plugins-good-dbg_0.10.31-3+nmu2_amd64.deb
Files: 
 c720c12ea5e55906c610375eff2d20f5 3339 libs optional 
gst-plugins-good0.10_0.10.31-3+nmu2.dsc
 72a405a6b9eee3f004755444a35d90a8 32564 libs optional 
gst-plugins-good0.10_0.10.31-3+nmu2.debian.tar.gz
 530713ecb28affdfb9e63a08a40f9023 858166 doc optional 
gstreamer0.10-plugins-good-doc_0.10.31-3+nmu2_all.deb
 7e1b79c8d263919868643f59da009cda 738158 sound optional 
gstreamer0.10-pulseaudio_0.10.31-3+nmu2_amd64.deb
 ee4763ccbf0346acef5e860a2052337a 706546 sound optional 
gstreamer0.10-gconf_0.10.31-3+nmu2_amd64.deb
 bd26971707089e9dfc335b44c350c102 1961016 libs optional 
gstreamer0.10-plugins-good_0.10.31-3+nmu2_amd64.deb
 869add52454b14bc481032a5acc82626 6344200 debug extra 
gstreamer0.10-plugins-good-dbg_0.10.31-3+nmu2_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCAAGBQJSj8ElAAoJEPZk0la0aRp9BwMQAJbDZOzJHOXR6XHtbXAn5vYG
54Pz6rRND6/fyAmzPDT/NblMN+H2HrfG5VgEX/kE522aUXef6jYVMda07V3lYF5D
JULQ0HwfAmYM9ja5oqDg1T1jnHUQts25DkCwgbKRRSYnY43zd1R99qyYvcrzqddr
r4SEkYJ01jx4cxPq/tqCxwHRVlB6LpedMfS5x3zgkclNEJu4xIYhy//z85x5YDNb
z6+Do79uy73oEIuZL9EwYmXPd/a/1UMvK4HI1Wm2Vx5lb3V7b3hDNdFo7+6c03ut
1tFrLV/9Bd+d+JSqXJh3A2GkfqnoPD1uwjYWVCDHZPpNjx6rMBkgZwPtYrWe86uP
ctcGk+wgbJBlYvtto72LrYfafXg/b+ojn+lV4k5nbZSCVhy4QjV21NCzwt4tR+/6
7vrHAx/Ui9ohgFik8IypSO99tkZZVBQaQ/4mSEFgEKSm8r/AYY80g8FlY6AschQB
QSM+icrJl9CDzn5v9n6XURCfnN24nA42RpY00fuqoLhtOcOi/a8qW1o+Wo9jnbZM
nRQfpDs1BaGXKwAPHHxH8lLlHtveCeDTKXPZQQaTFcPDMewo+g6mB73Yr1WeMDd8
b8OZi6p43urt63FY5iMmSTdMPIgqhMOh6MVt0Ac0cvwNBIGtPIkWOz0nrXNGVumk
/Fx5xK4WCWpMr0WpA8Hh
=8+ng
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
pkg-gstreamer-maintainers mailing list
pkg-gstreamer-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-gstreamer-maintainers

Reply via email to