FS#63542 - [pygtk] compilation breaks

Attached to Project: Arch Linux
Opened by Andreas Baumann (andreas_baumann) - Friday, 23 August 2019, 16:37 GMT
Last edited by Jan de Groot (JGC) - Thursday, 26 September 2019, 11:25 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

pango.c:8634:5: warning: ‘pango_engine_shape_get_type’ is deprecated [-Wdeprecated-declarations]
8634 | pyg_set_object_has_new_constructor(PANGO_TYPE_ENGINE_SHAPE);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/pango-1.0/pango/pango.h:31,
from pango.override:28:
/usr/include/pango-1.0/pango/pango-engine.h:238:7: note: declared here
238 | GType pango_engine_shape_get_type (void) G_GNUC_CONST;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
pango.c:8650:55: error: ‘PANGO_TYPE_FONTSET_SIMPLE’ undeclared (first use in this function); did you mean ‘PANGO_TYPE_FONT_FAMILY’?
8650 | pygobject_register_class(d, "PangoFontsetSimple", PANGO_TYPE_FONTSET_SIMPLE, &PyPangoFontsetSimple_Type, Py_BuildValue("(O)", &PyPangoFontset_Type));
| ^~~~~~~~~~~~~~~~~~~~~~~~~
| PANGO_TYPE_FONT_FAMILY
pango.c:8650:55: note: each undeclared identifier is reported only once for each function it appears in
make: *** [Makefile:630: pango_la-pango.lo] Error 1

(complete log attached)

Additional info:
* package version(s): 2.24.0-8

Steps to reproduce:
asp export pygtk
cd pygtk
staging-x86_64-build
   build.log (108.8 KiB)
This task depends upon

Closed by  Jan de Groot (JGC)
Thursday, 26 September 2019, 11:25 GMT
Reason for closing:  Fixed
Additional comments about closing:  pango 1.44.6+2-1

Loading...