Changes between Initial Version and Version 8 of Ticket #13
- Timestamp:
- 04/30/11 06:12:33 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13
-
Property
Status
changed from
new
toreopened
-
Property
Version
changed from
4.0.0
to4.6.x
-
Property
Milestone
changed from
to
4.7.0
-
Property
Status
changed from
-
Ticket #13 – Description
initial v8 1 Using Debian Linux kernel version 2.6.26, I get the following error when trying to install eggs: 1 The TCP connect timeout error is back! I cannot install nemo under either Linux or Mac OS X. Any help is appreciated. 2 2 3 3 4 4 {{{ 5 /bin/chicken/bin/chicken-install datatype 5 /bin/chicken/bin/chicken-install nemo 6 resolving alias `kitten-technologies' to: http://chicken.kitten-technologies.co.uk/henrietta.cgi 6 7 retrieving ... 7 8 connecting to host "chicken.kitten-technologies.co.uk", port 80 ... 8 requesting "/henrietta.cgi?name= datatype" ...9 requesting "/henrietta.cgi?name=nemo&mode=default" ... 9 10 reading response ... 10 11 TCP connect timeout 11 connecting to host "galinha.ucpel.tche.br", port 80 ... 12 requesting "/cgi-bin/henrietta?name=datatype" ... 12 resolving alias `call-cc.org' to: http://code.call-cc.org/cgi-bin/henrietta.cgi 13 connecting to host "code.call-cc.org", port 80 ... 14 requesting "/cgi-bin/henrietta.cgi?name=nemo&mode=default" ... 13 15 reading response ... 14 16 TCP connect timeout 15 Error: extension or version not found16 17 }}} 17 18 Retrieving the egg with a browser or telnet works fine. Some investigation of setup-download.scm reveals that if the output port returned by tcp-connect is closed, and then reading from the input port is attempted, TCP timeout error occurs.19 20 It appears that the call to close-output-port should be after the egg is read with read-line in setup-download.scm. I tried commenting out the call to close-output-port and recompiling chicken-install, and I was able to install several eggs, but I still get timeout error when trying to install sxml-transforms.