You are not logged in.

#1 2008-01-22 06:27:07

Bob-Hur
Member
Registered: 2007-12-09
Posts: 43

CMUCL install can't find some files

I'm stuck on this one, I installed cmucl,

[root@arch64 bin]# pacman -Ss cmucl
extra/cmucl 19d-1
    CMU Common Lisp

[root@arch64 bin]# pacman -Q cmucl
cmucl 19d-1
[root@arch64 bin]#

but when I run it I get this error

[bob@arch64 ~]$ cmucl
/usr/bin/cmucl: line 16: /usr/lib/cmucl/bin/lisp: No such file or directory
/usr/bin/cmucl: line 16: exec: /usr/lib/cmucl/bin/lisp: cannot execute: No such file or directory
[bob@arch64 ~]$

I looked, there's no "lisp" file in /usr/lib/cmucl/bin. In fact, I can't find it anywhere.

Could someone shed some light on this? Many thanks.

Offline

#2 2008-01-22 15:12:44

bender02
Member
From: UK
Registered: 2007-02-04
Posts: 1,328

Re: CMUCL install can't find some files

Yes, the package is a bit broken. You should probably file a bug report.
A dirty fix is that you edit the file /usr/bin/cmucl (it's a shell script), and replace the path in the last line (which is originally /usr/lib/cmucl/bin/lisp) by just /usr/bin/lisp.

Offline

Board footer

Powered by FluxBB