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 762341 - ./cerbero-uninstalled -c config/android.config bootstrap failed due to compilation error of m4-1.4.17
./cerbero-uninstalled -c config/android.config bootstrap failed due to compil...
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: cerbero
git master
Other Linux
: Normal blocker
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-02-19 16:55 UTC by Barun Kumar Singh
Modified: 2016-02-20 14:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
m4-compilation log (170.45 KB, text/x-log)
2016-02-19 16:55 UTC, Barun Kumar Singh
Details

Description Barun Kumar Singh 2016-02-19 16:55:43 UTC
Created attachment 321675 [details]
m4-compilation log

$>git clone git://anongit.freedesktop.org/gstreamer/cerbero
$>cp config/cross-android.cbc ~/.cerbero/cerbero.cbc
$>./cerbero-uninstalled -c config/android.config wipe --build-tools
$>./cerbero-uninstalled -c config/android.config bootstrap

arm-linux-androideabi-gcc: warning: switch '-Wmudflap' is no longer supported
debug.c: In function 'debug_set_file':
debug.c:129:1: error: stack protector not protecting function: all local arrays are less than 8 bytes long [-Werror=stack-protector]
 debug_set_file (FILE *fp)
 ^
cc1: all warnings being treated as errors
make[2]: *** [debug.o] Error 1
make[2]: Leaving directory `/home/barun/cerbero/sources/build-tools/m4-1.4.17/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/barun/cerbero/sources/build-tools/m4-1.4.17'
make: *** [all] Error 2
Running command 'make'

Recipe 'm4' failed at the build step 'compile'
Select an action to proceed:
[0] Enter the shell
[1] Rebuild the recipe from scratch
[2] Rebuild starting from the failed step
[3] Skip recipe
[4] Abort
4
***** Error running 'bootstrap' command:
Comment 1 Barun Kumar Singh 2016-02-19 16:57:46 UTC
Hi,
I tried this build om ubuntu 14.04 (64 bit as well as 32 bit) but failed on both.

Please suggest me what wrong I am doing.

Thanks
Comment 2 Barun Kumar Singh 2016-02-20 14:48:36 UTC
Hi
I removed existing cerbero and .cerbero folder and git clone cerbero again.
Run follow command and it worked:
$> ./cerbero-uninstalled -c config/cross-android-armv7.cbc bootstrap

Thanks.
Barun Kr. Singh