New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #20504 (closed defect: invalid)

Opened 3 years ago

Last modified 3 years ago

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

Reported by: walter_mundt@… Owned by: jmr@…
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

Changed 3 years ago by macsforever2000@…

  • owner changed from macports-tickets@… to jmr@…

Changed 3 years ago by jmr@…

  • status changed from new to closed
  • resolution set to invalid

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

Note: See TracTickets for help on using tickets.