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 786913 - vala: use rpath when linking against libide
vala: use rpath when linking against libide
Status: RESOLVED FIXED
Product: gnome-builder
Classification: Other
Component: plugins
3.25.x
Other All
: Normal normal
: ---
Assigned To: GNOME Builder Maintainers
GNOME Builder Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-08-28 14:09 UTC by Jeremy Bicha
Modified: 2017-08-28 14:14 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
vala: use rpath when linking against libide (733 bytes, patch)
2017-08-28 14:09 UTC, Jeremy Bicha
committed Details | Review

Description Jeremy Bicha 2017-08-28 14:09:35 UTC
gnome-builder 3.25.91
Ubuntu 17.10 Alpha

When I enable the vala-pack plugin, I get this error unless I apply the attached patch:

 dpkg-shlibdeps: error: cannot find library libide-1.0.so needed by
 debian/gnome-builder/usr/lib/x86_64-linux-gnu/gnome-builder/
   plugins/libvala-pack-plugin.so
 (ELF format: 'elf64-x86-64' abi: '0201003e00000000'; RPATH: '')
Comment 1 Jeremy Bicha 2017-08-28 14:09:38 UTC
Created attachment 358592 [details] [review]
vala: use rpath when linking against libide
Comment 2 Patrick Griffis (tingping) 2017-08-28 14:11:46 UTC
Review of attachment 358592 [details] [review]:

Yup
Comment 3 Jeremy Bicha 2017-08-28 14:14:08 UTC
Attachment 358592 [details] pushed as 42fcc7a - vala: use rpath when linking against libide