RESOLVED FIXED 150928
[EFL] Fix the gst-plugins-bad jhbuild module build on Ubuntu 15.10
https://bugs.webkit.org/show_bug.cgi?id=150928
Summary [EFL] Fix the gst-plugins-bad jhbuild module build on Ubuntu 15.10
Csaba Osztrogonác
Reported 2015-11-05 05:21:41 PST
build log: Building gst-plugins-bad *** [19/27]ESC(BESC[m ESC]0;jhbuild:Building gst-plugins-bad [19/27]^GCDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /home/ossy/WebKit/WebKitBuild/DependenciesEFL/Source/gst-plugins-bad-1.4.4/missing aclocal-1.14 -I m4 -I common/m4 /home/ossy/WebKit/WebKitBuild/DependenciesEFL/Source/gst-plugins-bad-1.4.4/missing: line 81: aclocal-1.14: command not found WARNING: 'aclocal-1.14' is missing on your system. You should only need it if you modified 'acinclude.m4' or 'configure.ac' or m4 files included by 'configure.ac'. The 'aclocal' program is part of the GNU Automake package: <http://www.gnu.org/software/automake> It also requires GNU Autoconf, GNU m4 and Perl in order to run: <http://www.gnu.org/software/autoconf> <http://www.gnu.org/software/m4/> <http://www.perl.org/> Makefile:882: recipe for target 'aclocal.m4' failed make: *** [aclocal.m4] Error 127 http://trac.webkit.org/changeset/182317/trunk/Tools/efl/jhbuild.modules was to speedup the build in case of cross compiling with qemu in ARM chroot. Previously all supported distro used automake-1.14, but the newest Ubuntu 15.10 shipped automake-1.15, that's why calling configure directly isn't enough. I propose to call autogen again for gst-plugins-bad module. It would make the build happy on older releases and on the newest Ubuntu too. The cost is a little bit slower build on the cross builders bot when we touch jhbuild.modules file.
Attachments
Patch (1.14 KB, patch)
2015-11-05 05:22 PST, Csaba Osztrogonác
no flags
Csaba Osztrogonác
Comment 1 2015-11-05 05:22:53 PST
Csaba Osztrogonác
Comment 2 2015-11-09 02:57:33 PST
ping?
Gyuyoung Kim
Comment 3 2015-11-09 03:10:00 PST
Comment on attachment 264854 [details] Patch rs=me.
WebKit Commit Bot
Comment 4 2015-11-09 04:07:28 PST
Comment on attachment 264854 [details] Patch Clearing flags on attachment: 264854 Committed r192151: <http://trac.webkit.org/changeset/192151>
WebKit Commit Bot
Comment 5 2015-11-09 04:07:32 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.