GNOME Bugzilla – Bug 784195
Bump up m4 version to 1.4.18
Last modified: 2017-06-30 01:56:09 UTC
`cebero-uninstalled bootstrap` is failed due to m4-1.4.17 build error. > In file included from freeze.c:23:0: > freeze.c: In function 'reload_frozen_state': > m4.h:146:27: error: this statement may fall through [-Werror=implicit-fallthrough=] > #define M4ERROR(Arglist) (m4_error Arglist) > ~^~~~~~~~~~~~~~~~~ > freeze.c:301:11: note: in expansion of macro 'M4ERROR' > M4ERROR ((EXIT_FAILURE, 0, "ill-formed frozen file")); > ^~~~~~~ > freeze.c:303:9: note: here > case 'C': > ^~~~ > cc1: all warnings being treated as errors This symptom seems to be similar to #762341, and I found this problem is fixed simply by re-generating 'configure' and m-1.14.18 already did it.
Created attachment 354438 [details] [review] update to 1.4.18
commit a8aaaa97d8f3e1d22bbcd71c73e32fb808228a8b Author: Justin Kim <justin.kim@collabora.com> Date: Mon Jun 26 14:22:03 2017 +0900 m4: Update to 1.4.18 It provides a newly generated configure script. Fixes errors compiling in android bootstrap In file included from freeze.c:23:0: freeze.c: In function 'reload_frozen_state': m4.h:146:27: error: this statement may fall through [-Werror=implicit-fallthrough=] #define M4ERROR(Arglist) (m4_error Arglist) ~^~~~~~~~~~~~~~~~~ freeze.c:301:11: note: in expansion of macro 'M4ERROR' M4ERROR ((EXIT_FAILURE, 0, "ill-formed frozen file")); ^~~~~~~ freeze.c:303:9: note: here case 'C': ^~~~ cc1: all warnings being treated as errors https://bugzilla.gnome.org/show_bug.cgi?id=784195