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 705350 - automake 1.14 warns very verbosely about subdir-objects
automake 1.14 warns very verbosely about subdir-objects
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: 1.1.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-08-02 12:26 UTC by Lubosz Sarnecki
Modified: 2013-08-09 19:28 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch for gnonlin (711 bytes, patch)
2013-08-02 12:26 UTC, Lubosz Sarnecki
committed Details | Review
patch for ges (730 bytes, patch)
2013-08-02 12:26 UTC, Lubosz Sarnecki
committed Details | Review
patch for gst-libav (717 bytes, patch)
2013-08-02 12:26 UTC, Lubosz Sarnecki
committed Details | Review
patch for bad plugins (762 bytes, patch)
2013-08-02 12:27 UTC, Lubosz Sarnecki
committed Details | Review
patch for base plugins (764 bytes, patch)
2013-08-02 12:27 UTC, Lubosz Sarnecki
committed Details | Review
patch for gl plugins (666 bytes, patch)
2013-08-02 12:27 UTC, Lubosz Sarnecki
committed Details | Review
patch for good plugins (764 bytes, patch)
2013-08-02 12:28 UTC, Lubosz Sarnecki
committed Details | Review
patch for ugly plugins (764 bytes, patch)
2013-08-02 12:28 UTC, Lubosz Sarnecki
committed Details | Review
patch for gstreamer (784 bytes, patch)
2013-08-02 12:28 UTC, Lubosz Sarnecki
committed Details | Review

Description Lubosz Sarnecki 2013-08-02 12:26:11 UTC
Created attachment 250688 [details] [review]
patch for gnonlin

Since automake 1.14 warnings appeared that the submodule subdir-objects should be used for providing forward compatibility. This is an issue in every gstreamer package.

The warnings are very verbose and look like this:
https://gist.github.com/lubosz/6139225
Comment 1 Lubosz Sarnecki 2013-08-02 12:26:31 UTC
Created attachment 250689 [details] [review]
patch for ges
Comment 2 Lubosz Sarnecki 2013-08-02 12:26:51 UTC
Created attachment 250690 [details] [review]
patch for gst-libav
Comment 3 Lubosz Sarnecki 2013-08-02 12:27:08 UTC
Created attachment 250691 [details] [review]
patch for bad plugins
Comment 4 Lubosz Sarnecki 2013-08-02 12:27:24 UTC
Created attachment 250692 [details] [review]
patch for base plugins
Comment 5 Lubosz Sarnecki 2013-08-02 12:27:42 UTC
Created attachment 250693 [details] [review]
patch for gl plugins
Comment 6 Lubosz Sarnecki 2013-08-02 12:28:00 UTC
Created attachment 250694 [details] [review]
patch for good plugins
Comment 7 Lubosz Sarnecki 2013-08-02 12:28:19 UTC
Created attachment 250695 [details] [review]
patch for ugly plugins
Comment 8 Lubosz Sarnecki 2013-08-02 12:28:39 UTC
Created attachment 250696 [details] [review]
patch for gstreamer
Comment 9 David Schleef 2013-08-02 21:36:57 UTC
Note that this was required after this patch was applied to -base


commit 6459964b492b2444447389ca8a628e64904c65b3
Author: David Schleef <ds@schleef.org>
Date:   Fri Aug 2 14:33:24 2013 -0700

    configure: create dir tests/check/orc
    
    This is required now that subdir-objects is used, since automake
    expects to create a .deps directory inside.
Comment 10 David Schleef 2013-08-03 00:34:09 UTC
And this:

commit b851a6dacc467b4f4bd9743e21a1fc77f612cdb9
Author: David Schleef <ds@schleef.org>
Date:   Fri Aug 2 16:57:43 2013 -0700

    tests: move orc removal to distclean
Comment 11 Tim-Philipp Müller 2013-08-09 19:26:51 UTC
Comment on attachment 250691 [details] [review]
patch for bad plugins

commit b456878697efc4f1b718c2bdd40eaf824e106e8a
Author: David Schleef <ds@schleef.org>
Date:   Fri Aug 9 20:12:09 2013 +0100

    tests: create/remove orc directory at proper time
    
    Before automake creates .deps directories, and during distclean.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=705350

commit edb114c4bc94ba340d85e22c844b6becf6bc1f09
Author: Tim-Philipp Müller <tim@centricular.net>
Date:   Fri Aug 9 20:10:35 2013 +0100

    tests: fix build of baseaudiovisualizer test with subdir-objects option
    
    https://bugzilla.gnome.org/show_bug.cgi?id=705350
Comment 12 Tim-Philipp Müller 2013-08-09 19:28:11 UTC
Moving to core so it shows up as fixed bug in release news.