Summary
chicken-install fails incorrectly when egg does not exist
Metadata
- Id: d846601339b8443326fbcc4b2426f5318452b6f0
- Trac id: 1110
- Type: defect
- Reporter: acharlton
- Owner:
- Cc:
- Status: closed
- Component: unknown
- Estimated difficulty:
- Resolution: fixed
- Priority: minor
- Milestone: 4.11.0
- Version: 4.8.x
- Changetime: 2015-12-08 14:07:00 UTC
- Created: 2014-04-12 14:21:46 UTC
- Keywords:
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.
Changes and comments
[2014-07-02 08:51:19 UTC] sjamaan changed milestone from someday to 4.10.0
[2014-07-02 08:51:19 UTC] sjamaan wrote:
Should be an easy fix (hopefully)
[2015-08-27 08:59:23 UTC] sjamaan changed milestone from 4.10.0 to 4.11.0
[2015-12-08 14:07:00 UTC] sjamaan changed status from new to closed
[2015-12-08 14:07:00 UTC] sjamaan set resolution to fixed
[2015-12-08 14:07:00 UTC] sjamaan wrote:
Fixed by 5cdcbb3 / fac7415