Re: load_extension tests broken

2009-07-01 Thread Neil Jerram
l...@gnu.org (Ludovic Courtès) writes: > There's no `(ice-9 i18n)' in 1.8. > The patch at [1] shouldn't be needed because the Libtool-generated > `libguile/guile' scripts does the right thing wrt. the libraries the > executable is linked against (i.e., libguile, libgmp, etc.). Sorry, I see now a

Re: load_extension tests broken

2009-07-01 Thread Ludovic Courtès
Hello, Neil Jerram writes: > Andy Wingo writes: > >> On Fri 22 Aug 2008 11:56, l...@gnu.org (Ludovic Courtès) writes: >> >>> 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. >> >

Re: load_extension tests broken

2009-06-30 Thread Neil Jerram
Another old loose end... Andy Wingo writes: > On Fri 22 Aug 2008 11:56, l...@gnu.org (Ludovic Courtès) writes: > >> 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. > > I saw that p

Re: load_extension tests broken

2008-08-23 Thread Andy Wingo
On Fri 22 Aug 2008 11:56, [EMAIL PROTECTED] (Ludovic Courtès) writes: > 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. I saw that pre-inst-guile-env did not have libguile in it (al

Re: load_extension tests broken

2008-08-23 Thread Ludovic Courtès
Hello, Han-Wen Nienhuys <[EMAIL PROTECTED]> writes: > Ludovic Courtès escreveu: >> 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:

Re: load_extension tests broken

2008-08-22 Thread Han-Wen Nienhuys
Ludovic Courtès escreveu: > 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 bu

Re: load_extension tests broken

2008-08-22 Thread Ludovic Courtès
Hey, Han-Wen Nienhuys <[EMAIL PROTECTED]> 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 w

Re: load_extension tests broken

2008-08-19 Thread Andy Wingo
Hi, On Sat 16 Aug 2008 11:27, Han-Wen Nienhuys <[EMAIL PROTECTED]> writes: > 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 modif

load_extension tests broken

2008-08-16 Thread Han-Wen Nienhuys
Hi there, 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