I recently started using abcl 0.22.0 but have run into issues installing packages using asdf-install. Here is an example error message. Does anyone know of a solution to this?
CL-USER(7): (asdf-install:install 'hunchentoot) Install where? 1) System-wide install: System in /usr/local/asdf-install/site-systems/ Files in /usr/local/asdf-install/site/ 2) Personal installation: System in /home/raison/.asdf-install-dir/systems/ Files in /home/raison/.asdf-install-dir/site/ 0) Abort installation. --> 2
;;; ASDF-INSTALL: Downloading 139617 bytes from http://weitz.de/files/hunchentoot.tar.gz to /home/raison/asdf-install-0.asdf-install-tmp ... #<THREAD "interpreter" {4DA42824}>: Debugger invoked on condition of type STREAM-ERROR Input value 0xdc4a is malformed while recoding with charset UTF-8 Restarts: 0: TOP-LEVEL Return to top level. [1] CL-USER(8): 0 CL-USER(9):
Thanks! Kevin
On 10/7/2010 3:05 PM, Kevin Raison wrote:
I recently started using abcl 0.22.0 but have run into issues installing packages using asdf-install. Here is an example error message. Does anyone know of a solution to this?
Not to go off on a tangent, but it might be worthwhile to try with Quicklisp, as it's more actively maintained at the moment.
On Freenode, you can get immediate help on #quicklisp
Regards
- mahmud
Logged as [ticket #108][1]. Thanks for the bug report.
[1]: http://trac.common-lisp.net/armedbear/ticket/108
On 10/7/10 9:05 PM, Kevin Raison wrote:
I recently started using abcl 0.22.0 but have run into issues installing packages using asdf-install. Here is an example error message. Does anyone know of a solution to this?
[…]
Although I thought that I had remembered encountering something like this error, but I can't replicate with either abcl-0.22.0 or abcl-trunk-20101118, so I have closed the [ticket #110][1] as 'worksforme'.
There was [a change in r12902][2] that did address a coding error, but this code was shipped as part of abcl-0.22.0 so it doesn't jive with Kevin's report.
If anyone has evidence that this problems still exists, please try to help me reproduce it.
[1]: http://trac.common-lisp.net/armedbear/ticket/108 [2]: http://code.google.com/p/abcl-dynamic-install/source/detail?r=077b446f875005...
On Nov 18, 2010, at 08:09 , Mark Evenson wrote:
On 10/7/10 9:05 PM, Kevin Raison wrote:
I recently started using abcl 0.22.0 but have run into issues installing packages using asdf-install. Here is an example error message. Does anyone know of a solution to this?
[…]
Although I thought that I had remembered encountering something like this error, but I can't replicate with either abcl-0.22.0 or abcl-trunk-20101118, so I have closed the [ticket #110][1] as 'worksforme'.
Duplicated bug by using a non-ASCII locale, setting LANG=en_US.UTF-8 under x64-opensolaris-5.11.snv111b.
Bug reopened.
-- "A screaming comes across the sky. It has happened before, but there is nothing to compare to it now."
Finally fixed it [r13027][1], by giving an 8bit encoding to all streams involved.
[1]: http://trac.common-lisp.net/armedbear/changeset/13027
armedbear-devel@common-lisp.net