Ticket #24092

Can't install CL-UNICODE

Eröffnet am: 2011-01-11 22:28 Letztes Update: 2011-02-09 22:13

Auswertung:
Verantwortlicher:
Typ:
Status:
Geschlossen
Komponente:
(Keine)
Meilenstein:
(Keine)
Priorität:
6
Schweregrad:
9 - Höchste
Lösung:
Keine
Datei:
Keine

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-Verlauf (3/7 Historien)

2011-01-11 22:28 Aktualisiert von: kumadasu
  • New Ticket "Can't install CL-UNICODE" created
2011-01-17 17:00 Aktualisiert von: kumadasu
  • Priorität Update from 5 - Mittel to 6
  • Schweregrad Update from 5 - Mittel to 9 - Höchste
2011-01-18 22:19 Aktualisiert von: kumadasu
Kommentar

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 Aktualisiert von: kumadasu
Kommentar

Try ASDF2.

2011-02-09 22:11 Aktualisiert von: kumadasu
Kommentar

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 Aktualisiert von: kumadasu
  • Verantwortlicher Update from (Keine) to kumadasu
2011-02-09 22:13 Aktualisiert von: kumadasu
  • Status Update from Offen to Geschlossen
  • Ticket Close date is changed to 2011-02-09 22:13

Dateianhangliste

Keine Anhänge

Bearbeiten

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