guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 1.9.3 check test fail (powerpc-apple-darwin8)


From: Ludovic Courtès
Subject: Re: 1.9.3 check test fail (powerpc-apple-darwin8)
Date: Mon, 05 Oct 2009 11:08:49 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

Hello,

David Fang <address@hidden> writes:

> I'm seeing the following check failure with guile-1.9.3 on
> powerpc-apple-darwin8 (plain ../configure, VPATH build):
>
> ...
> Running r4rs.test
> Running r5rs_pitfall.test
> Running r6rs-ports.test
> ERROR: In procedure dynamic-func:
> ERROR: dlsym(0x103120, scm_init_r6rs_ports): symbol not found

The ‘dlsym ()’ call comes form module/rnrs/io/ports.scm:

  (load-extension "libguile" "scm_init_r6rs_ports")

The failure could mean that dlopen(3) didn’t pick up the right libguile,
which normally shouldn’t happen because the Libtool wrapper script at
‘libguile/guile’ sets up the right dynamic linker search path.

Can you try “./meta/guile -c '(use-modules (rnrs io ports))'”?  If that
fails, can you try to somehow check what the dynamic linker search path
is? (I don’t know how to do it on Mac OS X)

Thanks,
Ludo’.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]