Johannes Meixner changed bug 953149
What Removed Added
URL   http://bugs.ghostscript.com/show_bug.cgi?id=696317
CC   jsmeix@suse.com, vuntz@suse.com
Found By --- Development
Flags   needinfo?(vuntz@suse.com)

Comment # 1 on bug 953149 from
For example libspectre build fails currently with
---------------------------------------------------------------------------
spectre-gs.c: In function 'critic_error_code':
spectre-gs.c:46:9: error: 'e_Fatal' undeclared (first use in this function)
    case e_Fatal:
         ^
spectre-gs.c:46:9: note: each undeclared identifier is reported only
 once for each function it appears in
spectre-gs.c:51:9: error: 'e_ExecStackUnderflow' undeclared (first use
 in this function)
    case e_ExecStackUnderflow:
         ^
spectre-gs.c: In function 'spectre_gs_process':
spectre-gs.c:112:20: error: 'e_NeedInput' undeclared (first use in
 this function)
    error = error == e_NeedInput ? 0 : error;
                     ^
---------------------------------------------------------------------------

I would like to assign this issue for now to the libspectre maintainers
so that they could adapt libspectre for Ghostscript 9.18
but what the libspectre maintainers are seems contradicting:
-----------------------------------------------------------------------
$ osc maintainer libspectre
Defined in package: X11:common:Factory/libspectre 
  bugowner of libspectre : 
   KDEMaintainers

  maintainer of libspectre : 
   group:gnome-maintainers
-----------------------------------------------------------------------

Vincent Untz,
because you are listed several times in libspectre.changes:
Do you know who the right libspectre maintainer is?


You are receiving this mail because: