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: Guile fails tests Date: Thu, 17 Dec 2009 23:54:40 +0000 Message-ID: <87zl5hp35r.fsf@ossau.uklinux.net> References: <4B2333E6.2030803@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1261094141 11518 80.91.229.12 (17 Dec 2009 23:55:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 17 Dec 2009 23:55:41 +0000 (UTC) Cc: bug-guile@gnu.org To: ChIIph Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Fri Dec 18 00:55:34 2009 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 1NLQBy-0003wO-1D for guile-bugs@m.gmane.org; Fri, 18 Dec 2009 00:55:34 +0100 Original-Received: from localhost ([127.0.0.1]:59788 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NLQBy-0007Qy-0A for guile-bugs@m.gmane.org; Thu, 17 Dec 2009 18:55:34 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NLQBt-0007Pj-8w for bug-guile@gnu.org; Thu, 17 Dec 2009 18:55:29 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NLQBo-0007JC-Bb for bug-guile@gnu.org; Thu, 17 Dec 2009 18:55:28 -0500 Original-Received: from [199.232.76.173] (port=43778 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NLQBo-0007J0-6L for bug-guile@gnu.org; Thu, 17 Dec 2009 18:55:24 -0500 Original-Received: from mail3.uklinux.net ([80.84.72.33]:41752) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NLQBn-0005iZ-SN for bug-guile@gnu.org; Thu, 17 Dec 2009 18:55:24 -0500 Original-Received: from arudy (host81-153-58-148.range81-153.btcentralplus.com [81.153.58.148]) by mail3.uklinux.net (Postfix) with ESMTP id A991D1F664D; Thu, 17 Dec 2009 23:54:44 +0000 (GMT) Original-Received: from arudy (arudy [127.0.0.1]) by arudy (Postfix) with ESMTP id E0B143801F; Thu, 17 Dec 2009 23:54:40 +0000 (GMT) In-Reply-To: <4B2333E6.2030803@gmail.com> (chiiph@gmail.com's message of "Sat, 12 Dec 2009 03:10:46 -0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/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:4404 Archived-At: ChIIph writes: > ERROR: In procedure dynamic-link: > ERROR: file: "libtest-asmobs", message: "file not found" > FAIL: test-asmobs > http://bugs.gentoo.org/show_bug.cgi?id=295093 We've fixed a similar problem in Guile's git repository: http://git.savannah.gnu.org/gitweb/?p=guile.git;a=commitdiff;h=5b98517a652ea51cbb0fd03e87a50c0b3add9707. However that is in our master branch, not the 1.8.x branch; I will apply this change to the 1.8.x branch after first checking that I see the same problem with libltdl 2.2.6b, and that the patch fixes it. Regards, Neil