Opened 12 years ago
Closed 10 years ago
#1110 closed defect (fixed)
chicken-install fails incorrectly when egg does not exist
| Reported by: | acharlton | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 4.11.0 |
| Component: | unknown | Version: | 4.8.x |
| Keywords: | Cc: | ||
| Estimated difficulty: |
Description
The result from trying chicken-install not-an-egg is:
retrieving ... connecting to host "chicken.kitten-technologies.co.uk", port 80 ... requesting "/henrietta.cgi?name=fdlskjla&mode=default" ... reading response ... HTTP/1.1 200 OK Date: Sat, 12 Apr 2014 11:46:26 GMT Server: Apache/2.2.25 (Unix) DAV/2 SVN/1.8.1 PHP/5.4.19 mod_fastcgi/2.4.6 Connection: close Content-Length: 54 Content-Type: text/plain reading files ... Error: unrecognized file-information - possibly corrupt transmission: "(error \"no such extension or version\" \"not-an-egg\" #f)"
Clearly the error that should be signalled is the one given in the string and not that of unrecognized file-information.
Change History (3)
comment:1 Changed 11 years ago by
| Milestone: | someday → 4.10.0 |
|---|
comment:2 Changed 10 years ago by
| Milestone: | 4.10.0 → 4.11.0 |
|---|
comment:3 Changed 10 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Fixed by 5cdcbb3 / fac7415
Note: See
TracTickets for help on using
tickets.

Should be an easy fix (hopefully)