bug#21076: dynamic-link often fails to load libraries

2020-03-21 Thread Ludovic Courtès
Hi Isaac, Isaac Jurado skribis: > From b337d412b3c10cabe355df07d2295c4d0a560b10 Mon Sep 17 00:00:00 2001 > From: Isaac Jurado > Date: Sat, 8 Jun 2019 14:00:29 +0200 > Subject: [PATCH] Interpret dynamic library name as literal path first. > > Fixes . > > * libguile/dy

bug#21076: dynamic-link often fails to load libraries

2019-06-08 Thread Isaac Jurado
I've experienced this issue as well, but the fix is very simple (attaching Git patch). The fix does NOT break foreign.test but I have no idea, yet, on how to test the new behaviour in a platform independent or continuous integration friendly way. The commit has been applied to the stable-2.2 bran

bug#21076: dynamic-link often fails to load libraries

2019-06-08 Thread Isaac Jurado
I've experienced this issue as well, but the fix is very simple (attaching Git patch). The fix does NOT break foreign.test but I have no idea, yet, on how to test the new behaviour in a platform independent or continuous integration friendly way. The commit has been applied to the stable-2.2 bran

bug#21076: dynamic-link often fails to load libraries

2016-06-24 Thread Andy Wingo
On Fri 17 Jul 2015 01:00, Andreas Rottmann writes: >> Alternatively, the (system foreign) module in guile could provide a >> simple low-level wrapper around lt_dlopen, and possibly implement >> the higher level functionality of `dynamic-link' (additional search >> paths, guessing extensions etc.)

bug#21076: dynamic-link often fails to load libraries

2015-07-16 Thread Andreas Rottmann
Frank Webster writes: > On my Debian system, `dynamic-link' often fails to load shared > libraries: > > Loading using a versioned soname never works: > > scheme@(guile-user)> (dynamic-link "libGL.so.1") > ERROR: In procedure dynamic-link: > ERROR: In procedure dynamic-link: file: "libGL.so.1", me

bug#21076: dynamic-link often fails to load libraries

2015-07-16 Thread Frank Webster
On my Debian system, `dynamic-link' often fails to load shared libraries: Loading using a versioned soname never works: scheme@(guile-user)> (dynamic-link "libGL.so.1") ERROR: In procedure dynamic-link: ERROR: In procedure dynamic-link: file: "libGL.so.1", message: "file not found" Loading witho