From harven at free.fr Fri Mar 23 15:35:09 2012 From: harven at free.fr (harven at free.fr) Date: Fri, 23 Mar 2012 16:35:09 +0100 Subject: [babel-devel] error downloading babel Message-ID: <87fwcz2uvm.fsf@ergodik.univ-brest.fr> Hello, I encounter a problem trying to download babel using quicklisp. I am on debian squeeze and I use the last version of sbcl 1.0.55 that I downloaded 5mns ago from the website, together with a fresh install of quicklisp. I can reproduce the error using the version of sbcl 1.0.40 in the debian repositories. The relevant part of the log which is attached to this message seems to be * (ql:quickload "babel") To load "babel": Load 1 ASDF system: babel ; Loading "babel" ; file: /home/harven/.quicklisp/dists/quicklisp/software/babel-20120208-git/src/enc-unicode.lisp ; in: DEFINE-UTF-16 :UTF-16 ; (BABEL-ENCODINGS::DEFINE-UTF-16 :UTF-16) ; ; caught ERROR: ; (during macroexpansion of (DEFINE-UTF-16 :UTF-16)) ; #:~A-CODE-POINT-COUNTER fell through ETYPECASE expression. ; Wanted one of (STRING SIMPLE-STRING). A similar error has been reported on github https://github.com/cl-babel/babel/issues/9 where it was suggested to run the command (alexandria:format-symbol t '#:~a-code-point-counter "UTF16") Here is what I get. * (ql:quickload "alexandria") To load "alexandria": Load 1 ASDF system: alexandria ; Loading "alexandria" ("alexandria") * (alexandria:format-symbol t '#:~a-code-point-counter "UTF16") debugger invoked on a SB-KERNEL:CASE-FAILURE in thread #: #:~A-CODE-POINT-COUNTER fell through ETYPECASE expression. Wanted one of (STRING SIMPLE-STRING). Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL. restarts (invokable by number or by possibly-abbreviated name): 0: [ABORT] Exit debugger, returning to top level. (SB-KERNEL:CASE-FAILURE ETYPECASE #:~A-CODE-POINT-COUNTER (STRING SIMPLE-STRING)) 0] 0 Any help ? -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: error-babel-quicklisp.txt URL: -------------- next part -------------- Sincerely, -- Harven From sionescu at cddr.org Fri Mar 23 16:08:44 2012 From: sionescu at cddr.org (Stelian Ionescu) Date: Fri, 23 Mar 2012 17:08:44 +0100 Subject: [babel-devel] error downloading babel In-Reply-To: <87fwcz2uvm.fsf@ergodik.univ-brest.fr> References: <87fwcz2uvm.fsf@ergodik.univ-brest.fr> Message-ID: <1332518924.3281.9.camel@cathai> On Fri, 2012-03-23 at 16:35 +0100, harven at free.fr wrote: > Hello, > > I encounter a problem trying to download babel using quicklisp. > > I am on debian squeeze and I use the last version of sbcl 1.0.55 that I > downloaded 5mns ago from the website, together with a fresh install of > quicklisp. I can reproduce the error using the version of sbcl 1.0.40 > in the debian repositories. > > > The relevant part of the log which is attached to this message seems to be > * (ql:quickload "babel") > To load "babel": > Load 1 ASDF system: > babel > ; Loading "babel" > > ; file: /home/harven/.quicklisp/dists/quicklisp/software/babel-20120208-git/src/enc-unicode.lisp > ; in: DEFINE-UTF-16 :UTF-16 > ; (BABEL-ENCODINGS::DEFINE-UTF-16 :UTF-16) > ; > ; caught ERROR: > ; (during macroexpansion of (DEFINE-UTF-16 :UTF-16)) > ; #:~A-CODE-POINT-COUNTER fell through ETYPECASE expression. > ; Wanted one of (STRING SIMPLE-STRING). [...] > Any help ? First update quicklisp to dist 2012-03-07, then try again -- Stelian Ionescu a.k.a. fe[nl]ix Quidquid latine dictum sit, altum videtur. http://common-lisp.net/project/iolib -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: This is a digitally signed message part URL: From harven at free.fr Fri Mar 23 16:27:15 2012 From: harven at free.fr (harven at free.fr) Date: Fri, 23 Mar 2012 17:27:15 +0100 (CET) Subject: [babel-devel] error downloading babel In-Reply-To: <1332518924.3281.9.camel@cathai> Message-ID: <1463210121.59629175.1332520035738.JavaMail.root@zimbra20-e3.priv.proxad.net> ----- Mail original ----- De: "Stelian Ionescu" ?: harven at free.fr Cc: babel-devel at common-lisp.net Envoy?: Vendredi 23 Mars 2012 17:08:44 Objet: Re: [babel-devel] error downloading babel On Fri, 2012-03-23 at 16:35 +0100, harven at free.fr wrote: > Hello, > > I encounter a problem trying to download babel using quicklisp. > > I am on debian squeeze and I use the last version of sbcl 1.0.55 that I > downloaded 5mns ago from the website, together with a fresh install of > quicklisp. I can reproduce the error using the version of sbcl 1.0.40 > in the debian repositories. > > > The relevant part of the log which is attached to this message seems to be > * (ql:quickload "babel") > To load "babel": > Load 1 ASDF system: > babel > ; Loading "babel" > > ; file: /home/harven/.quicklisp/dists/quicklisp/software/babel-20120208-git/src/enc-unicode.lisp > ; in: DEFINE-UTF-16 :UTF-16 > ; (BABEL-ENCODINGS::DEFINE-UTF-16 :UTF-16) > ; > ; caught ERROR: > ; (during macroexpansion of (DEFINE-UTF-16 :UTF-16)) > ; #:~A-CODE-POINT-COUNTER fell through ETYPECASE expression. > ; Wanted one of (STRING SIMPLE-STRING). [...] > Any help ? First update quicklisp to dist 2012-03-07, then try again Thanks, it worked. I thought my version of quicklisp was up to date, but apparently I was wrong. Best wishes, -- Harven