FS#23625 - [pango] some autoconf-left tags in pkgconfig, breaks building packages depending on pangox

Attached to Project: Arch Linux
Opened by Andrzej Giniewicz (Giniu) - Thursday, 07 April 2011, 09:06 GMT
Last edited by Ionut Biru (wonder) - Thursday, 07 April 2011, 11:00 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Critical
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Take a look at:

[giniu@raven3 pkgconfig]$ pkg-config --cflags pangox
@X_CFLAGS@ -pthread -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include

this comes from file /usr/lib/pkgconfig/pangox.pc which is part of pango. If something requires this package or package that depends on it, the compilation will break with

@X_CFLAGS@ no such file or directory

For example, I noticed this while building python-vpython from AUR, which requires gtkglextmm so also gtkglext, this in turn includes flags from gdkglext-x11 and finally flags from pangox making the build fail.
This task depends upon

Closed by  Ionut Biru (wonder)
Thursday, 07 April 2011, 11:00 GMT
Reason for closing:  Fixed
Additional comments about closing:  pango 1.28.4-2

Loading...