GNOME Bugzilla – Bug 762341
./cerbero-uninstalled -c config/android.config bootstrap failed due to compilation error of m4-1.4.17
Last modified: 2016-02-20 14:48:36 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:
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
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