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 772061 - meson: Set libdir to avoid the Debian multiarch autodetection
meson: Set libdir to avoid the Debian multiarch autodetection
Status: RESOLVED FIXED
Product: jhbuild
Classification: Infrastructure
Component: general
unspecified
Other All
: Normal critical
: ---
Assigned To: Jhbuild maintainers
Jhbuild QA
Depends on:
Blocks:
 
 
Reported: 2016-09-27 14:15 UTC by Emanuele Aina
Modified: 2016-09-28 10:21 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
meson: Set libdir to avoid the Debian multiarch autodetection (1.64 KB, patch)
2016-09-27 14:15 UTC, Emanuele Aina
committed Details | Review

Description Emanuele Aina 2016-09-27 14:15:04 UTC
Meson uses `dpkg-architecture -qDEB_HOST_MULTIARCH` on Debian-derived
distributions to detect the multiarch-enabled directory where to install
libraries.

JHBuild does not uses that and makes Meson-built packages unreachable
from a ld.so and pkg-config standpoint when used on multiarch-enabled
Debian-derived distributions.
Comment 1 Emanuele Aina 2016-09-27 14:15:08 UTC
Created attachment 336362 [details] [review]
meson: Set libdir to avoid the Debian multiarch autodetection

Meson uses `dpkg-architecture -qDEB_HOST_MULTIARCH` on Debian-derived
distributions to detect the multiarch-enabled directory where to install
libraries.

JHBuild does not uses that and makes Meson-built packages unreachable
from a ld.so and pkg-config standpoint when used on multiarch-enabled
Debian-derived distributions.
Comment 2 Tim-Philipp Müller 2016-09-28 08:19:11 UTC
This just came up on IRC. Bumping severity since it means the jhbuild meson-built GStreamer won't be found by other modules (gst-plugins-base etc.).
Comment 3 Emanuele Aina 2016-09-28 10:21:03 UTC
The following fix has been pushed:
1d2e3e9 meson: Set libdir to avoid the Debian multiarch autodetection