Opened 15 years ago

Closed 15 years ago

#20504 closed defect (invalid)

py25-modulegraph-devel svn external broken (again?)

Reported by: walter_mundt@… Owned by: jmroot (Joshua Root)
Priority: Normal Milestone:
Component: ports Version: 1.7.1
Keywords: ez_setup Cc:
Port: py25-modulegraph-devel

Description

I'm running into the same issue described in #18233 again just now. py25-modulegraph-devel (depended on by a number of useful Python packages including pyobjc and py2app) fails to install because one of the SVN externals links in its checkout doesn't appear to work...

A paste from the end of 'port -d install py25-modulegraph-devel': (long first line broken for readability)

DEBUG: Assembled command: 'cd "/opt/local/var/macports/build\
/_opt_local_var_macports_sources_rsync.macports.\
org_release_ports_python_py25-modulegraph-devel/work" && \
/usr/bin/svn --non-interactive checkout http://svn.pythonmac.org/modulegraph/modulegraph/trunk/'

Fetching external item into 'trunk/ez_setup'
svn: Connection closed unexpectedly

And some more info:

$ svn co --ignore-externals http://svn.pythonmac.org/modulegraph/modulegraph/trunk/
A    trunk/modulegraph
A    trunk/modulegraph/find_modules.py
A    trunk/modulegraph/util.py
A    trunk/modulegraph/__init__.py
A    trunk/modulegraph/modulegraph.py
A    trunk/setup.py
A    trunk/setup.cfg
 U   trunk
Checked out revision 21.
$ svn pg svn:externals trunk/
ez_setup svn://svn.eby-sarna.com/svnroot/ez_setup
$ svn ls svn://svn.eby-sarna.com/svnroot/ez_setup
svn: Connection closed unexpectedly

Note that I have tried to access the svn:// repository from two different servers in different parts of the country and behind different firewalls, so I don't think network configuration is an issue this time.

Change History (2)

comment:1 Changed 15 years ago by mf2k (Frank Schima)

Owner: changed from macports-tickets@… to jmr@…

comment:2 Changed 15 years ago by jmroot (Joshua Root)

Resolution: invalid
Status: newclosed

I can't do anything about upstream's svn server.

Note: See TracTickets for help on using tickets.