FS#1579 - CMUCL lacking /etc/profile.d entry
Attached to Project:
Arch Linux
Opened by Ari (iamtheari) - Tuesday, 05 October 2004, 00:35 GMT
Last edited by Dale Blount (dale) - Tuesday, 05 October 2004, 02:40 GMT
Opened by Ari (iamtheari) - Tuesday, 05 October 2004, 00:35 GMT
Last edited by Dale Blount (dale) - Tuesday, 05 October 2004, 02:40 GMT
|
Details
The CMU Common Lisp package (18e-2) lacks an /etc/profile.d
entry (as the SBCL package has with /etc/profile.d/sbcl.sh).
The SBCL version does:
export SBCL_HOME=/usr/lib/sbcl The CMUCL version should do: export CMUCLLIB=/usr/lib/cmucl/lib This allows the Lisp system to find its suspended core file, which is required to run. Otherwise the user must type 'lisp -core /usr/lib/cmucl/lib/lisp.core' when, with the profile set correctly, 'lisp' would suffice. |
This task depends upon
Comment by Jason Chu (jason) - Friday,
08 October 2004, 06:02 GMT
fixed in -3.