Jump to content

Lisp? [solved]


neddie
 Share

Recommended Posts

I was interested in trying out lisp, so tried to install the package "clisp". After downloading (I tried this twice) all I got was the error message:

 

So I tried manually using a different repository:

$ wget ftp://ftp.informatik.hu-berlin.de/pub/Lin...2008.1.i586.rpm

 

# urpmi clisp-2.44.1-1mdv2008.1.i586.rpm

installing clisp-2.44.1-1mdv2008.1.i586.rpm

Preparing... ##############################################################

1/1: clisp ##############################################################

error: unpacking of archive failed on file /usr/lib/clisp/base/lispinit.mem;49199c25: cpio: read

Has anyone got this working, is it a temporary package problem or something more permanently broken?

Edited by neddie
Link to comment
Share on other sites

That is a corrupted rpm.

[greg@halfway temp]$ rpm2cpio clisp-2.44.1-1mdv2008.1.i586.rpm | cpio -ivd
./usr/bin/clisp
./usr/lib/clisp
./usr/lib/clisp/base
./usr/lib/clisp/base/lisp.run
cpio: premature end of file

I can't find one anywhere for 2008.1 that isn't corrupted, nor can I find any bug reports about it or any complaints about it.

 

You said you wanted to experiment, so I suppose you'll have to start with compiling it from source. :P

 

sourceforge.net

Link to comment
Share on other sites

Thanks for the feedback, Greg2, at least I know now it's not just me or my mirror.

Does seem odd that noone has noticed this since 2008.1 came out, maybe it's not one of the more popular languages :unsure:

 

Good news is that I tried the 2009.0 rpm and it installed ok (despite being over 1M smaller) so I'm now good to go! :thumbs:

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...