From: ludo@gnu.org (Ludovic Courtès)
To: guile-devel@gnu.org
Subject: Re: load_extension tests broken
Date: Fri, 22 Aug 2008 20:56:21 +0200 [thread overview]
Message-ID: <87y72odgkq.fsf@gnu.org> (raw)
In-Reply-To: g8767v$rkl$1@ger.gmane.org
Hey,
Han-Wen Nienhuys <hanwen@xs4all.nl> writes:
> I just debugged myself silly to find a problem in the new GC as it was
> running the test suite. As it turns out, the test suite is loading
> extension modules (i18n.so to be precise) from the path I supplied
> in LD_LIBRARY_PATH. Since this was an old version, this failed in
> mysterious ways.
>
> Could someone modify the pre-inst-guile to make sure it always tries
> to load locally compiled modules first?
I don't think there's any such problem, at least on GNU/Linux. See:
$ ./pre-inst-guile
guile> (getenv "LTDL_LIBRARY_PATH")
"/home/ludo/src/guile/libguile:/home/ludo/src/guile/guile-readline:/home/ludo/src/guile/srfi:"
The first directory is the build directory.
Just to make sure, I also ran `pre-inst-guile', typed
"(use-modules (ice-9 i18n))" and attached GDB to it: it shows that the
right `libguile-i18n' is loaded.
If in doubt, can you try similar things on your machine?
Thanks,
Ludovic.
next prev parent reply other threads:[~2008-08-22 18:56 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-08-16 18:27 load_extension tests broken Han-Wen Nienhuys
2008-08-18 19:05 ` Andy Wingo
2008-08-22 18:56 ` Ludovic Courtès [this message]
2008-08-22 19:19 ` Andy Wingo
2009-06-30 22:25 ` Neil Jerram
2009-07-01 8:35 ` Ludovic Courtès
2009-07-01 22:19 ` Neil Jerram
2008-08-23 2:27 ` Han-Wen Nienhuys
2008-08-23 11:01 ` Ludovic Courtès
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/guile/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87y72odgkq.fsf@gnu.org \
--to=ludo@gnu.org \
--cc=guile-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).