From: ludo@gnu.org (Ludovic Courtès)
To: guile-devel@gnu.org
Subject: Re: 1.9.3 check test fail (powerpc-apple-darwin8)
Date: Mon, 05 Oct 2009 11:08:49 +0200 [thread overview]
Message-ID: <878wfqtdge.fsf@gnu.org> (raw)
In-Reply-To: 20091004214439.B2671@shannon.csl.cornell.edu
Hello,
David Fang <fang@csl.cornell.edu> 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’.
next prev parent reply other threads:[~2009-10-05 9:08 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-05 1:49 1.9.3 check test fail (powerpc-apple-darwin8) David Fang
2009-10-05 9:08 ` Ludovic Courtès [this message]
2009-10-16 21:18 ` David Fang
2009-10-19 16:44 ` Ludovic Courtès
2009-10-19 20:29 ` David Fang
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=878wfqtdge.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).