GNOME Bugzilla – Bug 765390
glib fails on autogen.sh with "m4macros/glib-gettext.m4:39: error: m4_copy: won't overwrite defined macro: glib_DEFUN"
Last modified: 2018-05-24 18:51:09 UTC
While building glib, either tip of git or 2.46.2, on ubuntu 16.04, autogen.sh fails: $ sh autogen.sh ... m4macros/glib-gettext.m4:39: error: m4_copy: won't overwrite defined macro: glib_DEFUN Tip of git fails the same way. I've seen four or five other projects that run into that same error, e.g. https://bugzilla.gnome.org/show_bug.cgi?id=763370 They seem to work around it by deleting glib-gettext.m4 or turning the m4_copy into m4_copy_force, which subverts the intent of the comment just above the m4_copy.
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/glib/issues/1159.