Opened 7 years ago

Closed 7 years ago

#54937 closed defect (duplicate)

gegl @0.2.0_24: Build fails on macOS High Sierra 10.13

Reported by: vrurg (Vadim Belman) Owned by: dbevans (David B. Evans)
Priority: Normal Milestone:
Component: ports Version: 2.4.1
Keywords: Cc: EdHarry, ichbindannmalwegmann (Roger Wegmann)
Port: gegl

Description

Build fails with the following message in build.log (the file itself is attached):

:info:build glib-mkenums \
:info:build             --fhead "/* This is a generated file, do not edit directly */\n\n#include \"config.h\"\n#include <glib-object.h>\n#include \"gegl-enums.h\"" \
:info:build             --fprod "\n/* enumerations from \"@filename@\" */" \
:info:build             --vhead "GType\n@enum_name@_get_type (void)\n{\n  static GType etype = 0;\n  if (etype == 0) {\n    static const G@Type@Value values[] = {" \
:info:build             --vprod "      { @VALUENAME@, \"@valuenick@\", \"@valuenick@\" }," \
:info:build             --vtail "      { 0, NULL, NULL }\n    };\n    etype = g_@type@_register_static (\"@EnumName@\", values);\n  }\n  return etype;\n}\n\n" \
:info:build             ./gegl-enums.h > xgen-tec \
:info:build     && cp xgen-tec gegl-enums.c \
:info:build     && rm -f xgen-tec
:info:build Traceback (most recent call last):
:info:build   File "/opt/local/bin/glib-mkenums", line 688, in <module>
:info:build     process_file(fname)
:info:build   File "/opt/local/bin/glib-mkenums", line 484, in process_file
:info:build     parse_entries(curfile, curfilename)
:info:build   File "/opt/local/bin/glib-mkenums", line 205, in parse_entries
:info:build     entries.append((name, value, options['nick']))
:info:build KeyError: u'nick'
:info:build make[3]: *** [gegl-enums.c] Error 1

Attachments (1)

main.log (468.6 KB) - added by vrurg (Vadim Belman) 7 years ago.

Download all attachments as: .zip

Change History (7)

Changed 7 years ago by vrurg (Vadim Belman)

Attachment: main.log added

comment:1 Changed 7 years ago by mf2k (Frank Schima)

Owner: set to dbevans
Status: newassigned

In the future, please Cc the port maintainers (port info --maintainers gegl), if any.

comment:2 Changed 7 years ago by EdHarry

Cc: EdHarry added

comment:3 Changed 7 years ago by ichbindannmalwegmann (Roger Wegmann)

Cc: ichbindannmalwegmann added

comment:4 in reply to:  1 Changed 7 years ago by vrurg (Vadim Belman)

Replying to mf2k:

In the future, please Cc the port maintainers (port info --maintainers gegl), if any.

Sorry, didn't read the guidelines thoroughly enough...

comment:5 Changed 7 years ago by ichbindannmalwegmann (Roger Wegmann)

Is version 0.2.0 not a little too old? There is already version 0.3.8 available.

comment:6 Changed 7 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: duplicate
Status: assignedclosed

Duplicate of #54932.

Note: See TracTickets for help on using tickets.