#18233 closed defect (invalid)
svn error
Reported by: | ohtinsel@… | Owned by: | jmroot (Joshua Root) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.0 |
Keywords: | svn error | Cc: | MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), ohtinsel@… |
Port: | py25-modulegraph-devel |
Description (last modified by mf2k (Frank Schima))
sudo port install py25-modulegraph-devel ---> Fetching py25-modulegraph-devel Error: Target org.macports.fetch returned: Subversion check out failed Error: Status 1 encountered during processing.
This holds up my install of matplotlib and other ports I need for work.... :0
Mike
Change History (18)
comment:1 follow-up: 15 Changed 16 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Owner: | changed from macports-tickets@… to jmr@… |
---|
comment:2 follow-up: 5 Changed 16 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Cc: | mcalhoun@… added |
---|
Cc Me!
comment:3 follow-up: 4 Changed 16 years ago by jmroot (Joshua Root)
Works fine here too. Are you able to manually check out http://svn.pythonmac.org/modulegraph/modulegraph/trunk/ with svn?
comment:4 Changed 16 years ago by ohtinsel@…
Replying to jmr@…:
Works fine here too. Are you able to manually check out http://svn.pythonmac.org/modulegraph/modulegraph/trunk/ with svn?
svn checkout 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
Fetching external item into 'trunk/ez_setup' svn: Can't connect to host 'svn.eby-sarna.com': Connection refused
comment:5 Changed 16 years ago by ohtinsel@…
Replying to mcalhoun@…:
Cc Me!
sudo port -d install py25-modulegraph-devel Password: DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/python/py25-modulegraph-devel DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/python/py25-modulegraph-devel DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided DEBUG: Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/python25-1.0.tcl DEBUG: not using configure, so not adding the default universal variant DEBUG: Requested variant darwin is not provided by port py25-modulegraph-devel. DEBUG: Requested variant i386 is not provided by port py25-modulegraph-devel. DEBUG: Requested variant macosx is not provided by port py25-modulegraph-devel. DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/python25 DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/python25 DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided DEBUG: universal variant already exists, so not adding the default one DEBUG: Requested variant darwin is not provided by port python25. DEBUG: Requested variant i386 is not provided by port python25. DEBUG: Executing variant macosx provides macosx DEBUG: Executing variant darwin_9 provides darwin_9 DEBUG: Searching for dependency: python25 DEBUG: Found Dependency: receipt exists for python25 DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/python/py25-altgraph DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/python/py25-altgraph DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided DEBUG: Using group file /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/group/python25-1.0.tcl DEBUG: not using configure, so not adding the default universal variant DEBUG: Requested variant darwin is not provided by port py25-altgraph. DEBUG: Requested variant i386 is not provided by port py25-altgraph. DEBUG: Requested variant macosx is not provided by port py25-altgraph. DEBUG: Searching for dependency: py25-altgraph DEBUG: Found Dependency: receipt exists for py25-altgraph DEBUG: Executing org.macports.main (py25-modulegraph-devel) ---> Fetching py25-modulegraph-devel DEBUG: Executing org.macports.fetch (py25-modulegraph-devel) DEBUG: Environment: MACOSX_DEPLOYMENT_TARGET='10.5' 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: Can't connect to host 'svn.eby-sarna.com': Connection refused Error: Target org.macports.fetch returned: Subversion check out failed Warning: the following items did not execute (for py25-modulegraph-devel): org.macports.activate org.macports.fetch org.macports.extract org.macports.checksum org.macports.patch org.macports.configure org.macports.build org.macports.destroot org.macports.install Error: Status 1 encountered during processing.
comment:6 follow-up: 9 Changed 16 years ago by ohtinsel@…
Perhaps my company's firewall is the problem, but I've modified my ~/.subversion/servers file for the proxy and I can checkout other projects.
Thanks for any ideas.
Mike
comment:8 Changed 16 years ago by ohtinsel@…
Sorry, about the Cc Me! How do I get the full email address to CC you jmr@?
Mike
comment:9 Changed 16 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
The problem does not seem to be
svn checkout http://svn.pythonmac.org/modulegraph/modulegraph/trunk/
but one of the directories has the external property set and another project
svn checkout svn://svn.eby-sarna.com/svnroot/ez_setup
seems to be failing.
Perhaps it is the "svn" protocol which is proving problematic.
comment:10 follow-up: 11 Changed 16 years ago by ohtinsel@…
The README file at http://svn.eby-sarna.com/ez_setup/ suggests the same path for svn and I can see the directory via the browser. Note that I'm doing a full reinstall of macports including py25 etc. so you might have ez_setup already installed.
Mike
comment:11 Changed 16 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Replying to ohtinsel@…:
The README file at http://svn.eby-sarna.com/ez_setup/ suggests the same path for svn
I am sorry, but I do not quite understand what you meant by that.
My point was that if you try to check out modulegraph
svn checkout http://svn.pythonmac.org/modulegraph/modulegraph/trunk/
then using
svn propget svn:externals trunk
you can see that subversion tries to get ez_setup using the SVN protocol
svn://svn.eby-sarna.com/svnroot/ez_setup
If your security setup blocks the SVN protocol, then this would be the reason why the fetch fails.
Forgive me if I misunderstood what you were trying to say.
-Marcus
comment:12 follow-up: 13 Changed 16 years ago by ohtinsel@…
Oh, I meant that it's not that the path to ez_setup has changed or is incorrect. I just tried a couple svn checkouts via sourceforge etc and had no problem so it's not my security, or not obviously so. I get the exact errors you do of course.
this works, but of course svn still tries to get ez_setup via svn://svn.eby-sarna.com/svnroot/ez_setup $ curl -O http://peak.telecommunity.com/dist/ez_setup.py $ sudo python ez_setup.py -U setuptools
Mike
comment:13 Changed 16 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Replying to ohtinsel@…:
Thanks for clarifying.
Most subversion servers I have come across use the http or https protocols.
I thought perhaps it was the svn protocol which was the problem.
It was the only reason I could think of why you could get modulegraph but not ez_setup.
I am quickly running out of ideas.
-Marcus
comment:14 Changed 16 years ago by ohtinsel@…
I successfully installed ez_setup manually into the py25 framework and if I go to
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py25-modulegraph-devel/work/trunk/
and manually run setup it installs fine ... but of course ports that call ez_setup via svn://svn.eby-sarna.com/svnroot/ez_setup still fail.
Mike
comment:15 Changed 16 years ago by ohtinsel@…
Okay. I used the scorched earth method and removed macports completely, took my mac down the street to a university with open wifi and reinstalled... and it worked. Not sure what the problem was but thanks for looking at this for me and sorry if I wasted your time.
Mike
comment:16 Changed 16 years ago by jmroot (Joshua Root)
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:18 Changed 15 years ago by mf2k (Frank Schima)
Description: | modified (diff) |
---|
Assigning to maintainer.
I just tried this, and it worked for me.
What is the result when debugging is turned on
?
By the way, WikiFormatting is best for command output.