Changes between Initial Version and Version 8 of Ticket #13


Ignore:
Timestamp:
04/30/11 06:12:33 (13 years ago)
Author:
Ivan Raikov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13

    • Property Status changed from new to reopened
    • Property Version changed from 4.0.0 to 4.6.x
    • Property Milestone changed from to 4.7.0
  • Ticket #13 – Description

    initial v8  
    1 Using Debian Linux kernel version 2.6.26, I get the following error when trying to install eggs:
     1The TCP connect timeout error is back!  I cannot install nemo under either Linux or Mac OS X. Any help is appreciated.
    22
    33
    44{{{
    5 /bin/chicken/bin/chicken-install datatype
     5/bin/chicken/bin/chicken-install nemo
     6resolving alias `kitten-technologies' to: http://chicken.kitten-technologies.co.uk/henrietta.cgi
    67retrieving ...
    78connecting to host "chicken.kitten-technologies.co.uk", port 80 ...
    8 requesting "/henrietta.cgi?name=datatype" ...
     9requesting "/henrietta.cgi?name=nemo&mode=default" ...
    910reading response ...
    1011TCP connect timeout
    11 connecting to host "galinha.ucpel.tche.br", port 80 ...
    12 requesting "/cgi-bin/henrietta?name=datatype" ...
     12resolving alias `call-cc.org' to: http://code.call-cc.org/cgi-bin/henrietta.cgi
     13connecting to host "code.call-cc.org", port 80 ...
     14requesting "/cgi-bin/henrietta.cgi?name=nemo&mode=default" ...
    1315reading response ...
    1416TCP connect timeout
    15 Error: extension or version not found
    1617}}}
    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.