[24796] in SIPB bug reports

home help back first fref pref prev next nref lref last post

Re: clisp on Suns- Athena 9.4

daemon@ATHENA.MIT.EDU (pete gamache)
Tue May 3 11:21:17 2005

From gamache@ftso.net Tue May 03 15:21:17 2005
Return-Path: <gamache@ftso.net>
Delivered-To: bug-sipb-mtg@CHARON.mit.edu
Received: (qmail 9091 invoked from network); 3 May 2005 15:21:17 -0000
Received: from pacific-carrier-annex.mit.edu (18.7.21.83)
  by charon.mit.edu with SMTP; 3 May 2005 15:21:17 -0000
Received: from ae5.org (ae5.org [205.237.204.212])
	by pacific-carrier-annex.mit.edu (8.12.4/8.9.2) with ESMTP id j43FL7gp007832;
	Tue, 3 May 2005 11:21:07 -0400 (EDT)
Received: from localhost (localhost [127.0.0.1])
	by ae5.org (Postfix) with ESMTP id B09C1171C3;
	Tue,  3 May 2005 11:21:03 -0400 (EDT)
Date: Tue, 3 May 2005 11:21:02 -0400 (EDT)
From: pete gamache <gamache@ftso.net>
X-X-Sender: gamache@ae5.org
To: Alex T Prengel <alexp@MIT.EDU>
Cc: bug-clisp@MIT.EDU
Subject: Re: clisp on Suns- Athena 9.4
In-Reply-To: <200504281702.j3SH2Bfb016535@central.mit.edu>
Message-ID: <Pine.NEB.4.58.0505031120370.2465@ae5.org>
References: <200504281702.j3SH2Bfb016535@central.mit.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
X-Spam-Score: -4.9
X-Spam-Flag: NO
X-Scanned-By: MIMEDefang 2.42

I have made the changes to /mit/clisp; let me know how it works.

-pete



On Thu, 28 Apr 2005, Alex T Prengel wrote:

>
> Hi, I sent the following to gamache@ftso.net but I'm not sure if you got it:
>
>                                                  Alex
>
> >I have linked /usr/athena/lib/libintl.so.2 in /mit/clisp/arch/sun4x_59/lib/.
> >I do not have a 9.4 Sun on which I can test the results, so please tell me
> >if the problem persists.
>
> Hi Pete-
>
> It's still broken on Athena 9.4. This is a bit tricky because
> /mit/clisp/arch/sun4x_59/bin/clisp is a binary, and because it needs
> to find the library through the LD_LIBRARY_PATH variable in a shell
> invoking the binary.
>
> The following should work:
>
> 1. Create directory /mit/clisp/arch/sun4x_510/lib. In that directory,
> make a link:
>
> libintl.so.2 -> /usr/athena/lib/libintl.so.3
>
> Notes: the Sun sysname in Athena 9.4 is sun4x_510, and the library has moved
> up one step, to libintl.so.3; but the newer version should be backward
> compatible with the older one that clisp wants.
>
> 2. rename /mit/clisp/arch/sun4x_59/bin/clisp to
> /mit/clisp/arch/sun4x_59/bin/clisp.real, and create an executable script
> /mit/clisp/arch/sun4x_59/bin/clisp with contents:
>
> #!/bin/sh
> if [ "${ATHENA_SYS}" = "sun4x_510" ]
> then
>  if test ${LD_LIBRARY_PATH-undefined} = "undefined"
>   then
>   LD_LIBRARY_PATH="/mit/clisp/arch/sun4x_510/lib"
>   else
>   LD_LIBRARY_PATH="/mit/clisp/arch/sun4x_510/lib:${LD_LIBRARY_PATH}"
>  fi
> export LD_LIBRARY_PATH
> fi
> exec "/mit/clisp/arch/sun4x_59/bin/clisp.real" "$@"
>
>                                                    Alex
>
>

-.
  \       .-.     _  gamache@ftso.net.....www.ftso.net.....pete gamache
---\-----/---\---/-`------------- -.- .-. ----- - ..- ... --------------
    \   /     `-'    CC10 E03C 2CDD EBDD 46E2  907D FE77 570B 88A4 52EA
     `-'

home help back first fref pref prev next nref lref last post