GNOME Bugzilla – Bug 705350
automake 1.14 warns very verbosely about subdir-objects
Last modified: 2013-08-09 19:28: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
Created attachment 250689 [details] [review] patch for ges
Created attachment 250690 [details] [review] patch for gst-libav
Created attachment 250691 [details] [review] patch for bad plugins
Created attachment 250692 [details] [review] patch for base plugins
Created attachment 250693 [details] [review] patch for gl plugins
Created attachment 250694 [details] [review] patch for good plugins
Created attachment 250695 [details] [review] patch for ugly plugins
Created attachment 250696 [details] [review] patch for gstreamer
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.
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 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
Moving to core so it shows up as fixed bug in release news.