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 766833 - PKG_CONFIG_PATH incorrect for multiarch on Debian
PKG_CONFIG_PATH incorrect for multiarch on Debian
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: cerbero
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-05-24 10:22 UTC by Richard Webb
Modified: 2018-11-03 10:20 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Richard Webb 2016-05-24 10:22:12 UTC
It seems that the PKG_CONFIG_PATH that is set up in `cerbero/utils/__init__.py` is not always correct. 

On the board I am currently using (Wandboard with Ubuntu 14.04) for instance, arch specific pkgconfigs are in `/usr/lib/arm-linux-gnueabihf/pkgconfig`, while the python script assumes this is always 'usr/lib/%s-linux-gnu/pkgconfig' % arch. This doesn't take into account the Multiarch tuples as specified here:

https://wiki.debian.org/Multiarch/Tuples

I would suggest that this is changed (on Debian) to include the output of the following command:

dpkg-architecture -qDEB_HOST_MULTIARCH

On my system, the above outputs the correct multiarch tuple: `arm-linux-gnueabihf`.

Happy to attempt a patch if this seems acceptable.
Comment 1 GStreamer system administrator 2018-11-03 10:20:53 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/cerbero/issues/31.