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 796051 - KeyError: 'nick' from glib-mkenums when trying to build gegl-0.2
KeyError: 'nick' from glib-mkenums when trying to build gegl-0.2
Status: RESOLVED FIXED
Product: GEGL
Classification: Other
Component: build
0.2.0
Other Linux
: Normal normal
: ---
Assigned To: Default Gegl Component Owner
Default Gegl Component Owner
Depends on: 795008
Blocks:
 
 
Reported: 2018-05-12 19:57 UTC by Michael Schumacher
Modified: 2018-05-13 11:27 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Michael Schumacher 2018-05-12 19:57:17 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.
Comment 1 Øyvind Kolås (pippin) 2018-05-13 08:14:39 UTC
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.
Comment 2 Øyvind Kolås (pippin) 2018-05-13 11:27:01 UTC
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