FS#54585 - [gimp-plugin-mathmap] Doesn't build

Attached to Project: Community Packages
Opened by Antonio Rojas (arojas) - Sunday, 25 June 2017, 11:23 GMT
Last edited by Lukas Jirkovsky (6xx) - Sunday, 25 June 2017, 18:39 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Lukas Jirkovsky (6xx)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
gimp-plugin-mathmap doesn't build, possibly due to gcc7. It has been unmaintained upstream for years and no other distro seems to package it. Please fix it or drop it as it's blocking the gsl rebuild.

In file included from builtins/../compiler.h:34:0,
from builtins/../mathmap.h:37,
from builtins/libnoise.cpp:25:
builtins/../drawable.h:120:21: error: flexible array member ‘_image_t::<unnamed union>::<unnamed struct>::args’ not at end of ‘struct _input_drawable_t’
userval_t args[];

This task depends upon

Closed by  Lukas Jirkovsky (6xx)
Sunday, 25 June 2017, 18:39 GMT
Reason for closing:  Implemented
Comment by Lukas Jirkovsky (6xx) - Sunday, 25 June 2017, 18:39 GMT
I think the bug may be actually a gcc regression because the args member is according to my knowledge at the end of the struct. However that would require more investigation so I dropped it.

Loading...