#108: ASDF-INSTALL fails to download --------------------------+------------------------------------------------- Reporter: mevenson | Owner: nobody Type: defect | Status: new Priority: major | Milestone: unscheduled Component: libraries | Version: 0.22 Keywords: ASDF-INSTALL | --------------------------+------------------------------------------------- ASDF-INSTALL is improperly casting its download streams to something other than raw bytes, causing the following sort of errors.
From http://article.gmane.org/gmane.lisp.armedbear.devel/1468
{{{ 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):
}}}
#108: ASDF-INSTALL fails to download ------------------------+--------------------------------------------------- Reporter: mevenson | Owner: mevenson Type: defect | Status: assigned Priority: major | Milestone: unscheduled Component: libraries | Version: 0.22 Resolution: | Keywords: ASDF-INSTALL ------------------------+--------------------------------------------------- Changes (by mevenson):
* owner: nobody => mevenson * status: new => assigned
#108: ASDF-INSTALL fails to download -------------------------+-------------------------------------------------- Reporter: mevenson | Owner: mevenson Type: defect | Status: closed Priority: major | Milestone: unscheduled Component: libraries | Version: 0.22 Resolution: worksforme | Keywords: ASDF-INSTALL -------------------------+-------------------------------------------------- Changes (by mevenson):
* status: assigned => closed * resolution: => worksforme
Comment:
I can't seem to replicate the error, although I thought I had encountered it myself in pre abcl-0.22.0 code.
Closing for lack of test case. If someone has evidence to the contrary, please resubmit a report to the armedbear-develop list.
#108: ASDF-INSTALL fails to download ------------------------+--------------------------------------------------- Reporter: mevenson | Owner: mevenson Type: defect | Status: reopened Priority: major | Milestone: unscheduled Component: libraries | Version: 0.22 Resolution: | Keywords: ASDF-INSTALL ------------------------+--------------------------------------------------- Changes (by mevenson):
* status: closed => reopened * resolution: worksforme =>
Comment:
Duplicated bug report by setting LANG=en_US.UTF-8 under x64-opensolaris-5.11.snv111b.
#108: ASDF-INSTALL fails to download ------------------------+--------------------------------------------------- Reporter: mevenson | Owner: mevenson Type: defect | Status: closed Priority: major | Milestone: unscheduled Component: libraries | Version: 0.22 Resolution: fixed | Keywords: ASDF-INSTALL ------------------------+--------------------------------------------------- Changes (by mevenson):
* status: reopened => closed * resolution: => fixed
Comment:
Fixed in r13207 (although the comment in that commit mistakenly refers to ticket #110).
armedbear-ticket@common-lisp.net