GNOME Bugzilla – Bug 796051
KeyError: 'nick' from glib-mkenums when trying to build gegl-0.2
Last modified: 2018-05-13 11:27:01 UTC
This happens due to current glib-mkenums not handling unknown parameters correctly and has changed with the switch from a perl-based glib-mkenums to a python-based one. See bug 795008 gegl-0.2 is still necessary to have a GIMP 2.8 for comparison with 2.10 on current Debian Sid.
GEGL 0.4/master does not any more use glib-mkenums since fac7113537b7ba46fee49199b3bc00101987d651 checking in the generated gegl-enums.c from the perl based tool and removing the logic to invoke glib-mkenums would be sufficient to keep 0.2 going in low maintanance mode.
commit c0833baa71b3b28f06b6bc893a3e778d45f82c37 Author: Øyvind Kolås <pippin@gimp.org> Date: Sun May 13 13:21:37 2018 +0200 gegl: do not generate gegl-enums.c Fixing bug 796051