From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Greg Troxel Newsgroups: gmane.lisp.guile.devel Subject: Re: guile loses on NetBSD/sparc64 1.6.2 with gcc 3.3.2 Date: 25 Feb 2004 19:55:29 -0500 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: References: <878yiqkbjp.fsf@raven.defaultvalue.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1077757082 7136 80.91.224.253 (26 Feb 2004 00:58:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 26 Feb 2004 00:58:02 +0000 (UTC) Cc: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Feb 26 01:57:49 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Aw9qW-0005xv-00 for ; Thu, 26 Feb 2004 01:57:48 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1Aw9p3-0003IH-Lx for guile-devel@m.gmane.org; Wed, 25 Feb 2004 19:56:17 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1Aw9ou-0003Hs-0u for guile-devel@gnu.org; Wed, 25 Feb 2004 19:56:08 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1Aw9oL-00039u-9Y for guile-devel@gnu.org; Wed, 25 Feb 2004 19:56:04 -0500 Original-Received: from [192.1.100.210] (helo=fnord.ir.bbn.com) by monty-python.gnu.org with esmtp (Exim 4.30) id 1Aw9oK-00039c-Hs for guile-devel@gnu.org; Wed, 25 Feb 2004 19:55:32 -0500 Original-Received: by fnord.ir.bbn.com (Postfix, from userid 10853) id 7ABE22421; Wed, 25 Feb 2004 19:55:29 -0500 (EST) Original-To: Rob Browning In-Reply-To: <878yiqkbjp.fsf@raven.defaultvalue.org> Original-Lines: 43 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Developers list for Guile, the GNU extensibility library List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:3452 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:3452 If I couldn't easily see that you're using libguile-ltdl, I'd have thought your libltdl was the problem. Though it's of course possible that we still have some bugs of our own in there. Can you find out which dlopen it's failing on? I built (from pkgsrc) and ran make check. All worked except ERROR: srfi-19.test: SRFI date/time library: #date (time . tz-offset)> respects local DST if no TZ-OFFSET given - arguments: ((system-error "putenv" "~A" ("No such file or directory") (2))) It's all coming back to me from running make check. The problem was the readline module. gdt 39 /usr/pkgsrc/lang/guile > cd sunpal5 gdt 40 ~ > guile -q guile> (+ 2 3) 5 guile> (use-modules (ice-9 readline)) Segmentation fault (core dumped) I have in my .guile: ; This file was automatically generated by m4. DO NOT EDIT. ; Copyright (c) 1996,1997,1998,1999 Gregory D. Troxel. ; All rights reserved. ; Permission is granted to copy individual statements only if the ; the person copying the statement understands its functionality ; and agrees not to complain about their dotfiles at all while ; any code derived from this file is in them. ; This permission notice must be preserved on all copies and derived ; works. (use-modules (ice-9 readline)) (define (ar) (activate-readline) ) and had forgotten - I think my alpha woes were at least 3 or 4 years ago. I can try to track this down more at some point. Does readline work on your ia64 and alpha boxes? -- Greg Troxel _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel