[cl-ppcre-devel] I can't install CL-UNICODE

Desmond O. Chang dochang at gmail.com
Tue Jan 18 04:09:28 UTC 2011


Hi Hiroshi,

On Mon, Jan 17, 2011 at 21:22, Hiroshi Sakate
<sakate at sc.sys.es.osaka-u.ac.jp> wrote:
> Thank you for your quick replying!
>
> Hmmm, checking version of ASDF was difficult for me.
>
> I tried this command.
> (asdf:asdf-version)
> But I got
> =================================================================
>     Symbol "ASDF-VERSION" not found in the ASDF package.
> =================================================================

ASDF-VERSION only exists in ASDF2.  Try this:

(or #+asdf2 (asdf:asdf-version) #+asdf :old)

If it returns a version number, that's the version of ASDF
installed. If it returns the keyword :OLD, then you're using an old
version of ASDF (from before 1.635). If it returns NIL then ASDF is
not installed.

See ASDF manual 2.2 for details.

> And download sbcl source "sbcl_1.0.29.11.orig.tar.gz"  from
> https://launchpad.net/ubuntu/lucid/+source/sbcl/1:1.0.29.11-1ubuntu1
>
> Then I got this from contrib/asdf/asdf.lisp
> =================================================================
> ;;; This is asdf: Another System Definition Facility.  1.130
> =================================================================
>
>
> contrib/asdf-install/asdf-install.asd
> =================================================================
> (defsystem asdf-install
>   :depends-on (sb-posix sb-bsd-sockets)
>   :version "0.2"
>   #+sb-building-contrib :pathname
>   #+sb-building-contrib "SYS:CONTRIB;ASDF-INSTALL;"
>   :components ((:file "defpackage")
>                (:file "installer" :depends-on ("defpackage"))))
> =================================================================
>
> Is this correct information?
> If you want other information please ask me.

Please upgrade SBCL first.  It has included ASDF2 in recent versions.

Thanks,
Des


More information about the Cl-ppcre-devel mailing list