Ticket #24092

Can't install CL-UNICODE

Open Date: 2011-01-11 22:28 Last Update: 2011-02-09 22:13

Reporter:
Owner:
Type:
Status:
Closed
Component:
(None)
MileStone:
(None)
Priority:
6
Severity:
9 - Highest
Resolution:
None
File:
None

Details

Can't install CL-UNICODE

This is not fatal error. CL-EMB works well without CL-UNICODE. But installation will be confused.

cl-unicode-0.1.1/lists.lisp: No such file or directory

Ticket History (3/7 Histories)

2011-01-11 22:28 Updated by: kumadasu
  • New Ticket "Can't install CL-UNICODE" created
2011-01-17 17:00 Updated by: kumadasu
  • Priority Update from 5 - Medium to 6
  • Severity Update from 5 - Medium to 9 - Highest
2011-01-18 22:19 Updated by: kumadasu
Comment

This problem occurs in the case that user remove ~/.sbcl So it doesn't occur at normally process.

But at Ubuntu 10.10, this problem doesn't appear. Version of SBCL and ASDF may be related.

2011-01-19 13:59 Updated by: kumadasu
Comment

Try ASDF2.

2011-02-09 22:11 Updated by: kumadasu
Comment

I tried ASDF2 and solved the problem.

After the problem occured.

  1. Download asdf.lisp
  2. Run sbcl and
    (load "/path/to/your/installed/asdf.lisp")
    (require :asdf)
    (require :asdf-install)
    (asdf-install:install :cl-ppcre)
    
  3. quit and run again sbcl and
    (require :cl-ppcre)
    (require :cl-unicode)
    

That's OK even if I didn't write anything on .sbclrc.

Probably we should create FAQ and describe about this topic.

2011-02-09 22:11 Updated by: kumadasu
  • Owner Update from (None) to kumadasu
2011-02-09 22:13 Updated by: kumadasu
  • Status Update from Open to Closed
  • Ticket Close date is changed to 2011-02-09 22:13

Attachment File List

No attachments

Edit

You are not logged in. I you are not logged in, your comment will be treated as an anonymous post. » Login