GNOME Bugzilla – Bug 766833
PKG_CONFIG_PATH incorrect for multiarch on Debian
Last modified: 2018-11-03 10:20:53 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.
-- 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.