From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.bugs Subject: Re: Intel Mac-mini OSX 10.5.1 guile test results Date: Thu, 10 Jan 2008 19:08:48 +0000 Message-ID: <87hchl33cv.fsf@ossau.uklinux.net> References: <6D512751-B4BD-4E2B-A903-9732A68E7DF4@iinet.net.au> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1199992140 17847 80.91.229.12 (10 Jan 2008 19:09:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 10 Jan 2008 19:09:00 +0000 (UTC) Cc: bug-guile@gnu.org To: Roger Mc Murtrie Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Thu Jan 10 20:09:22 2008 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JD2mG-00057B-9C for guile-bugs@m.gmane.org; Thu, 10 Jan 2008 20:09:20 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JD2ls-0006RD-JB for guile-bugs@m.gmane.org; Thu, 10 Jan 2008 14:08:56 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JD2lp-0006Pm-3S for bug-guile@gnu.org; Thu, 10 Jan 2008 14:08:53 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JD2ln-0006NI-14 for bug-guile@gnu.org; Thu, 10 Jan 2008 14:08:52 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JD2lm-0006NB-TL for bug-guile@gnu.org; Thu, 10 Jan 2008 14:08:50 -0500 Original-Received: from mail3.uklinux.net ([80.84.72.33]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JD2ln-0000Vb-2P for bug-guile@gnu.org; Thu, 10 Jan 2008 14:08:51 -0500 Original-Received: from arudy (host86-145-183-175.range86-145.btcentralplus.com [86.145.183.175]) by mail3.uklinux.net (Postfix) with ESMTP id DE6101F7570; Thu, 10 Jan 2008 19:08:48 +0000 (GMT) Original-Received: from laruns (unknown [192.168.0.10]) by arudy (Postfix) with ESMTP id 51CC93800A; Thu, 10 Jan 2008 19:08:48 +0000 (GMT) In-Reply-To: <6D512751-B4BD-4E2B-A903-9732A68E7DF4@iinet.net.au> (Roger Mc Murtrie's message of "Wed, 9 Jan 2008 14:57:09 +1100") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:3682 Archived-At: Roger Mc Murtrie writes: > make check-TESTS > PASS: test-system-cmds > ERROR: In procedure dynamic-link: > ERROR: file: "libguile-srfi-srfi-1-v-3", message: "dlopen(libguile- > srfi-srfi-1-v-3.a, 9): image not found" > FAIL: test-require-extension > PASS: test-num2integral > PASS: test-round > PASS: test-gh > ERROR: In procedure dynamic-link: > ERROR: file: "libtest-asmobs", message: "dlopen(libtest-asmobs.a, 9): Sounds like this: http://comments.gmane.org/gmane.comp.gnu.libtool.general/8440 I need a bit longer to digest what the conclusions are, though! Will follow up when I've done that. Neil