After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 793216 - environment: add the Python libdir layout to PKG_CONFIG_PATH
environment: add the Python libdir layout to PKG_CONFIG_PATH
Status: RESOLVED FIXED
Product: jhbuild
Classification: Infrastructure
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Jhbuild maintainers
Jhbuild QA
Depends on:
Blocks:
 
 
Reported: 2018-02-06 12:06 UTC by Christoph Reiter (lazka)
Modified: 2018-03-01 13:02 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
environment: add the Python libdir layout to PKG_CONFIG_PATH (1.63 KB, patch)
2018-02-06 12:06 UTC, Christoph Reiter (lazka)
committed Details | Review

Description Christoph Reiter (lazka) 2018-02-06 12:06:42 UTC
Created attachment 367952 [details] [review]
environment: add the Python libdir layout to PKG_CONFIG_PATH

The host Python on Fedora uses lib64 while jhbuild defaults
to lib, so any distutils based build will install .pc files
into lib64. To make at least pkg-config happy add the host
libdir layout to PKG_CONFIG_PATH as well.

This affects pycairo and pygobject (which only has an optional distutils
based system atm)
Comment 1 Christoph Reiter (lazka) 2018-03-01 13:02:24 UTC
I've pushed this now, ping me if there are any problems.