#574 closed defect (fixed)

python setup.py build_tahoe attempts to connect to local address: 192.168.1.126

Reported by: nejucomo Owned by: cgalvan
Priority: minor Milestone: undecided
Component: unknown Version: unknown
Keywords: build config Cc:
Launchpad Bug:

Description

During build there's a long timeout between these output lines:

Searching for Nevow>=0.6.0 Reading http://192.168.1.126:3567/uri/URI:DIR2-RO:snrfwfxatrci35zdgjnzxxx2ke:unarxv347edtku3xzmefy4mcdmfngxzeb72iyqcadbjzjpczjx5a Download error: (110, 'Connection timed out') -- Some packages may not be found!

Change History (3)

comment:1 Changed at 2009-01-11T03:29:50Z by zooko

  • Owner changed from zooko to cgalvan

comment:2 Changed at 2009-01-11T07:18:04Z by nejucomo

The offending patch is revealed on my system by running:

$ darcs diff -u --from-patch 'setup: attempt to remove the custom setuptools-ish logic in setup.py -- the result'

Omitting all but the relevant diff:

diff -rN -u old-tahoe-fixit/setup.cfg new-tahoe-fixit/setup.cfg --- old-tahoe-fixit/setup.cfg 2009-01-09 23:05:51.000000000 -0800 +++ new-tahoe-fixit/setup.cfg 2009-01-09 23:05:52.000000000 -0800 @@ -17,4 +17,10 @@

# dependencies in the tahoe-deps/ directory.

find_links=misc/dependencies tahoe-deps ../tahoe-deps

+ http://192.168.1.126:3567/uri/URI:DIR2-RO:snrfwfxatrci35zdgjnzxxx2ke:unarxv347edtku3xzmefy4mcdmfngxzeb72iyqcadbjzjpczjx5a + +# http://sourceforge.net/project/showfiles.php?group_id=78018&package_id=79063 + + +# http://pypi.python.org/pypi/pywin32 +

comment:3 Changed at 2009-01-11T16:40:37Z by zooko

  • Resolution set to fixed
  • Status changed from new to closed

fixed by ba0c6d1fd1c1dfa4 which changes setup.cfg to point to a specific directory on the allmydata.org test grid instead of to 192.168.1.126 to find packages; Thanks for the bug report!

Note: See TracTickets for help on using tickets.