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 784195 - Bump up m4 version to 1.4.18
Bump up m4 version to 1.4.18
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: cerbero
unspecified
Other Linux
: Normal normal
: 1.13.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-06-26 05:20 UTC by Justin Kim
Modified: 2017-06-30 01:56 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
update to 1.4.18 (867 bytes, patch)
2017-06-26 05:24 UTC, Justin Kim
committed Details | Review

Description Justin Kim 2017-06-26 05:20:29 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.
Comment 1 Justin Kim 2017-06-26 05:24:15 UTC
Created attachment 354438 [details] [review]
update to 1.4.18
Comment 2 Matthew Waters (ystreet00) 2017-06-30 01:55:54 UTC
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