After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 676674 - Compilation issue due to common submodule reference not updated...
Compilation issue due to common submodule reference not updated...
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 0.11.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-05-23 17:35 UTC by Sebastian Rasmussen
Modified: 2012-05-24 09:20 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch for compilation issue. (583 bytes, patch)
2012-05-23 17:37 UTC, Sebastian Rasmussen
none Details | Review

Description Sebastian Rasmussen 2012-05-23 17:35:35 UTC
When compiling the git version of gst-plugins-good it checks out
common (SHA1 dc702037b0490052dfc1fa5a3e5890bd55cf7b34). This results
in a compilation error when doing the introspection:

make[2]: Entering directory `/home/sebrn/src/upstream/gst-plugins-good/docs/plugins'
  DOC   Introspecting gobjects
In file included from gst-plugins-good-plugins-scan.c:9:0:
gst-plugins-good-plugins-scan.c: In function 'get_object_types':
gst-plugins-good-plugins-scan.c:109:19: error: dereferencing pointer to incomplete type

The reason is that the SHA1 for common does not include a commit (3429ba64cfe418492a9192496d7d23004c0d0872) that fixes the problem 
above. My best bet is that a similar update as in the proposed patch 
ought to be done for gst-plugins-*. However, currently the others 
compile as they are -- I only see this problem in gst-plugins-good...
Comment 1 Sebastian Rasmussen 2012-05-23 17:37:34 UTC
Created attachment 214801 [details] [review]
Proposed patch for compilation issue.
Comment 2 Wim Taymans 2012-05-24 09:20:44 UTC
commit d502b8cb2455e1891835f36a623ee1a7d8e8e95f
Author: Sebastian Rasmussen <sebrn@axis.com>
Date:   Wed May 23 18:12:24 2012 +0200

    common: Update so the plugin scanner changes are included
    
    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=676674