Custom Query (1630 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1 - 3 of 1630)

1 2 3 4 5 6 7 8 9 10 11
Ticket Resolution Summary Owner Reporter
#13 worksforme chicken-install fails with TCP connect timeout felix winkelmann Ivan Raikov
Description

The TCP connect timeout error is back! I cannot install nemo under either Linux or Mac OS X. Any help is appreciated.

/bin/chicken/bin/chicken-install nemo
resolving alias `kitten-technologies' to: http://chicken.kitten-technologies.co.uk/henrietta.cgi
retrieving ...
connecting to host "chicken.kitten-technologies.co.uk", port 80 ...
requesting "/henrietta.cgi?name=nemo&mode=default" ...
reading response ...
TCP connect timeout
resolving alias `call-cc.org' to: http://code.call-cc.org/cgi-bin/henrietta.cgi
connecting to host "code.call-cc.org", port 80 ...
requesting "/cgi-bin/henrietta.cgi?name=nemo&mode=default" ...
reading response ...
TCP connect timeout
#36 worksforme chicken-install w/ local transport fails mgushee
Description

Chicken-install fails when attempting to install with -t local from an unpacked egg in the current directory. For example, if I execute:

$ chicken-install -t local -l . iconv

the installer first changes to ./iconv, then looks for ./iconv/iconv.setup, which of course fails. See attached transcript file for details.

#37 worksforme refactor posix*.scm files felix winkelmann
Description

posixwin.scm and posixunix.scm have a lot of duplicate code. The common parts should be moved into a third file that can then be included.

1 2 3 4 5 6 7 8 9 10 11
Note: See TracQuery for help on using queries.