Opened 15 years ago
Closed 15 years ago
#108 closed defect (fixed)
ASDF-INSTALL fails to download
| Reported by: | Mark Evenson | Owned by: | Mark Evenson |
|---|---|---|---|
| Priority: | major | Milestone: | unscheduled |
| Component: | libraries | Version: | 0.22 |
| Keywords: | ASDF-INSTALL | Cc: | |
| Parent Tickets: |
Description
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):
Change History (4)
comment:1 Changed 15 years ago by
| Owner: | changed from nobody to Mark Evenson |
|---|---|
| Status: | new → assigned |
comment:2 Changed 15 years ago by
| Resolution: | → worksforme |
|---|---|
| Status: | assigned → closed |
comment:3 Changed 15 years ago by
| Resolution: | worksforme |
|---|---|
| Status: | closed → reopened |
Duplicated bug report by setting LANG=en_US.UTF-8 under x64-opensolaris-5.11.snv111b.
comment:4 Changed 15 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | reopened → closed |
Note: See
TracTickets for help on using
tickets.
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.