From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Roger Mc Murtrie Newsgroups: gmane.lisp.guile.bugs Subject: Re: Intel Mac-mini OSX 10.5.1 guile test results Date: Fri, 25 Jan 2008 00:36:38 +1100 Message-ID: <4C6B44CC-8612-43D9-BBEB-53FCDB4D1D95@iinet.net.au> References: <6D512751-B4BD-4E2B-A903-9732A68E7DF4@iinet.net.au> <87hchl33cv.fsf@ossau.uklinux.net> <873asoktvn.fsf@ossau.uklinux.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v915) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1201181859 10783 80.91.229.12 (24 Jan 2008 13:37:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 24 Jan 2008 13:37:39 +0000 (UTC) Cc: bug-guile@gnu.org To: Neil Jerram Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Thu Jan 24 14:37:58 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 1JI2H4-0006Kn-P8 for guile-bugs@m.gmane.org; Thu, 24 Jan 2008 14:37:47 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JI2Ge-00010b-OK for guile-bugs@m.gmane.org; Thu, 24 Jan 2008 08:37:20 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JI2G7-0000cO-Fj for bug-guile@gnu.org; Thu, 24 Jan 2008 08:36:47 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JI2G4-0000Yl-Hu for bug-guile@gnu.org; Thu, 24 Jan 2008 08:36:47 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JI2G4-0000YW-7p for bug-guile@gnu.org; Thu, 24 Jan 2008 08:36:44 -0500 Original-Received: from outbound.icp-qv1-irony-out3.iinet.net.au ([203.59.1.148]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JI2G3-0008QQ-QM for bug-guile@gnu.org; Thu, 24 Jan 2008 08:36:44 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ao8CAMIjmEfL2Tu0/2dsb2JhbAAIr0Q X-IronPort-AV: E=Sophos;i="4.25,244,1199631600"; d="scan'208";a="217855743" Original-Received: from unknown (HELO [10.0.1.2]) ([203.217.59.180]) by outbound.icp-qv1-irony-out3.iinet.net.au with ESMTP; 24 Jan 2008 22:36:35 +0900 In-Reply-To: <873asoktvn.fsf@ossau.uklinux.net> X-Mailer: Apple Mail (2.915) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:3719 Archived-At: I did as you suggested but make check produced the same result. As before ./configure failed with a couple of undefined symbols so I had build without shared libraries. As your changes appear to be concerned with dynamic libraries, I wonder if building only static libraries has anything to do with the problem. Irrespective, I'll see if I can find those undefined symbols and get it to build shared libraries. Roger On 24/01/2008, at 10:24 AM, Neil Jerram wrote: > Neil Jerram writes: > >> 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. > > For the build that was failing with dynamic-link problems (per above), > can you try patching pre-inst-guile-env.in and pre-inst-guile.in as > below, and report if that helps? > > You may first want to do > > sudo touch /var/db/.AllowDYLDEnvironmentVariables > > to make sure that > http://docs.info.apple.com/article.html?artnum=305509 is not a factor. > > (You'll need to make distclean and run the ./configure step again, so > that pre-inst-guile-env and pre-inst-guile are regenerated from the > patched .in files.) > > Thanks, > Neil >