Bug 150928 - [EFL] Fix the gst-plugins-bad jhbuild module build on Ubuntu 15.10
Summary: [EFL] Fix the gst-plugins-bad jhbuild module build on Ubuntu 15.10
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Csaba Osztrogonác
URL:
Keywords:
Depends on:
Blocks: 150619
  Show dependency treegraph
 
Reported: 2015-11-05 05:21 PST by Csaba Osztrogonác
Modified: 2015-11-09 04:07 PST (History)
3 users (show)

See Also:


Attachments
Patch (1.14 KB, patch)
2015-11-05 05:22 PST, Csaba Osztrogonác
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Csaba Osztrogonác 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.
Comment 1 Csaba Osztrogonác 2015-11-05 05:22:53 PST
Created attachment 264854 [details]
Patch
Comment 2 Csaba Osztrogonác 2015-11-09 02:57:33 PST
ping?
Comment 3 Gyuyoung Kim 2015-11-09 03:10:00 PST
Comment on attachment 264854 [details]
Patch

rs=me.
Comment 4 WebKit Commit Bot 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>
Comment 5 WebKit Commit Bot 2015-11-09 04:07:32 PST
All reviewed patches have been landed.  Closing bug.