Issue 67 in contentmirror: Unable to Install ContentMirror through Buildout.

0 views
Skip to first unread message

conten...@googlecode.com

unread,
Jun 30, 2010, 2:49:26 AM6/30/10
to conten...@googlegroups.com
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 67 by davydany: Unable to Install ContentMirror through Buildout.
http://code.google.com/p/contentmirror/issues/detail?id=67

I followed the instructions exactly as they are stated here:
http://code.google.com/p/contentmirror/wiki/Installation

I added the configurations inside the appropriate areas in buildout.cfg
under Plone/zinstance. I then ran

../Python-2.4/bin/python bootstrap
bin/buildout

However, Buildout cannot install ContentMirror. The following is the error:

ubuntu@ip-10-243-47-145:~/Plone/zinstance$ bin/buildout
Updating zope2.
Updating fake eggs
Updating productdistros.
Installing instance.
Getting distribution for 'ore.contentmirror'.
Download error: unknown url type: https -- Some packages may not be found!
Traceback (most recent call last):
File "<string>", line 1, in ?

File "/home/ubuntu/Plone/Python-2.4/lib/python2.4/site-packages/setuptools-0.6c11-py2.4.egg/setuptools/command/easy_install.py",
line 1712, in main
with_ei_usage(lambda:

File "/home/ubuntu/Plone/Python-2.4/lib/python2.4/site-packages/setuptools-0.6c11-py2.4.egg/setuptools/command/easy_install.py",
line 1700, in with_ei_usage
return f()

File "/home/ubuntu/Plone/Python-2.4/lib/python2.4/site-packages/setuptools-0.6c11-py2.4.egg/setuptools/command/easy_install.py",
line 1716, in <lambda>
distclass=DistributionWithoutHelpCommands, **kw
File "/home/ubuntu/Plone/Python-2.4/lib/python2.4/distutils/core.py",
line 149, in setup
dist.run_commands()
File "/home/ubuntu/Plone/Python-2.4/lib/python2.4/distutils/dist.py",
line 946, in run_commands
self.run_command(cmd)
File "/home/ubuntu/Plone/Python-2.4/lib/python2.4/distutils/dist.py",
line 966, in run_command
cmd_obj.run()

File "/home/ubuntu/Plone/Python-2.4/lib/python2.4/site-packages/setuptools-0.6c11-py2.4.egg/setuptools/command/easy_install.py",
line 211, in run
self.easy_install(spec, not self.no_deps)

File "/home/ubuntu/Plone/Python-2.4/lib/python2.4/site-packages/setuptools-0.6c11-py2.4.egg/setuptools/command/easy_install.py",
line 427, in easy_install
return self.install_item(None, spec, tmpdir, deps, True)

File "/home/ubuntu/Plone/Python-2.4/lib/python2.4/site-packages/setuptools-0.6c11-py2.4.egg/setuptools/command/easy_install.py",
line 476, in install_item
dists = self.install_eggs(spec, download, tmpdir)

File "/home/ubuntu/Plone/Python-2.4/lib/python2.4/site-packages/setuptools-0.6c11-py2.4.egg/setuptools/command/easy_install.py",
line 655, in install_eggs
return self.build_and_install(setup_script, setup_base)

File "/home/ubuntu/Plone/Python-2.4/lib/python2.4/site-packages/setuptools-0.6c11-py2.4.egg/setuptools/command/easy_install.py",
line 930, in build_and_install
self.run_setup(setup_script, setup_base, args)

File "/home/ubuntu/Plone/Python-2.4/lib/python2.4/site-packages/setuptools-0.6c11-py2.4.egg/setuptools/command/easy_install.py",
line 919, in run_setup
run_setup(setup_script, args)

File "/home/ubuntu/Plone/Python-2.4/lib/python2.4/site-packages/setuptools-0.6c11-py2.4.egg/setuptools/sandbox.py",
line 61, in run_setup
DirectorySandbox(setup_dir).run(

File "/home/ubuntu/Plone/Python-2.4/lib/python2.4/site-packages/setuptools-0.6c11-py2.4.egg/setuptools/sandbox.py",
line 105, in run
return func()

File "/home/ubuntu/Plone/Python-2.4/lib/python2.4/site-packages/setuptools-0.6c11-py2.4.egg/setuptools/sandbox.py",
line 64, in <lambda>
{'__file__':setup_script, '__name__':'__main__'}
File "setup.py", line 37, in ?
File "/home/ubuntu/Plone/Python-2.4/lib/python2.4/distutils/core.py",
line 110, in setup
_setup_distribution = dist = klass(attrs)

File "/home/ubuntu/Plone/Python-2.4/lib/python2.4/site-packages/setuptools-0.6c11-py2.4.egg/setuptools/dist.py",
line 260, in __init__
self.fetch_build_eggs(attrs.pop('setup_requires'))

File "/home/ubuntu/Plone/Python-2.4/lib/python2.4/site-packages/setuptools-0.6c11-py2.4.egg/setuptools/dist.py",
line 283, in fetch_build_eggs
for dist in working_set.resolve(

File "/home/ubuntu/Plone/Python-2.4/lib/python2.4/site-packages/setuptools-0.6c11-py2.4.egg/pkg_resources.py",
line 563, in resolve
dist = best[req.key] = env.best_match(req, self, installer)

File "/home/ubuntu/Plone/Python-2.4/lib/python2.4/site-packages/setuptools-0.6c11-py2.4.egg/pkg_resources.py",
line 799, in best_match
return self.obtain(req, installer) # try and download/install

File "/home/ubuntu/Plone/Python-2.4/lib/python2.4/site-packages/setuptools-0.6c11-py2.4.egg/pkg_resources.py",
line 811, in obtain
return installer(requirement)

File "/home/ubuntu/Plone/Python-2.4/lib/python2.4/site-packages/setuptools-0.6c11-py2.4.egg/setuptools/dist.py",
line 327, in fetch_build_egg
return cmd.easy_install(req)

File "/home/ubuntu/Plone/Python-2.4/lib/python2.4/site-packages/setuptools-0.6c11-py2.4.egg/setuptools/command/easy_install.py",
line 446, in easy_install
return self.install_item(spec, dist.location, tmpdir, deps)

File "/home/ubuntu/Plone/Python-2.4/lib/python2.4/site-packages/setuptools-0.6c11-py2.4.egg/setuptools/command/easy_install.py",
line 476, in install_item
dists = self.install_eggs(spec, download, tmpdir)

File "/home/ubuntu/Plone/Python-2.4/lib/python2.4/site-packages/setuptools-0.6c11-py2.4.egg/setuptools/command/easy_install.py",
line 655, in install_eggs
return self.build_and_install(setup_script, setup_base)

File "/home/ubuntu/Plone/Python-2.4/lib/python2.4/site-packages/setuptools-0.6c11-py2.4.egg/setuptools/command/easy_install.py",
line 930, in build_and_install
self.run_setup(setup_script, setup_base, args)

File "/home/ubuntu/Plone/Python-2.4/lib/python2.4/site-packages/setuptools-0.6c11-py2.4.egg/setuptools/command/easy_install.py",
line 919, in run_setup
run_setup(setup_script, args)

File "/home/ubuntu/Plone/Python-2.4/lib/python2.4/site-packages/setuptools-0.6c11-py2.4.egg/setuptools/sandbox.py",
line 61, in run_setup
DirectorySandbox(setup_dir).run(

File "/home/ubuntu/Plone/Python-2.4/lib/python2.4/site-packages/setuptools-0.6c11-py2.4.egg/setuptools/sandbox.py",
line 105, in run
return func()

File "/home/ubuntu/Plone/Python-2.4/lib/python2.4/site-packages/setuptools-0.6c11-py2.4.egg/setuptools/sandbox.py",
line 64, in <lambda>
{'__file__':setup_script, '__name__':'__main__'}
File "setup.py", line 42, in ?
File "/home/ubuntu/Plone/Python-2.4/lib/python2.4/distutils/core.py",
line 149, in setup
dist.run_commands()
File "/home/ubuntu/Plone/Python-2.4/lib/python2.4/distutils/dist.py",
line 946, in run_commands
self.run_command(cmd)
File "/home/ubuntu/Plone/Python-2.4/lib/python2.4/distutils/dist.py",
line 966, in run_command
cmd_obj.run()

File "/home/ubuntu/Plone/Python-2.4/lib/python2.4/site-packages/setuptools-0.6c11-py2.4.egg/setuptools/command/bdist_egg.py",
line 167, in run
self.run_command("egg_info")
File "/home/ubuntu/Plone/Python-2.4/lib/python2.4/distutils/cmd.py", line
333, in run_command
self.distribution.run_command(command)
File "/home/ubuntu/Plone/Python-2.4/lib/python2.4/distutils/dist.py",
line 966, in run_command
cmd_obj.run()

File "/home/ubuntu/Plone/Python-2.4/lib/python2.4/site-packages/setuptools-0.6c11-py2.4.egg/setuptools/command/egg_info.py",
line 177, in run
self.find_sources()

File "/home/ubuntu/Plone/Python-2.4/lib/python2.4/site-packages/setuptools-0.6c11-py2.4.egg/setuptools/command/egg_info.py",
line 252, in find_sources
mm.run()

File "/home/ubuntu/Plone/Python-2.4/lib/python2.4/site-packages/setuptools-0.6c11-py2.4.egg/setuptools/command/egg_info.py",
line 306, in run
self.add_defaults()

File "/home/ubuntu/Plone/Python-2.4/lib/python2.4/site-packages/setuptools-0.6c11-py2.4.egg/setuptools/command/egg_info.py",
line 333, in add_defaults
rcfiles = list(walk_revctrl())

File "/home/ubuntu/Plone/Python-2.4/lib/python2.4/site-packages/setuptools-0.6c11-py2.4.egg/setuptools/command/sdist.py",
line 45, in walk_revctrl
for item in ep.load()(dirname):

File "/home/ubuntu/Plone/Python-2.4/lib/python2.4/site-packages/setuptools-0.6c11-py2.4.egg/pkg_resources.py",
line 1953, in load
if require: self.require(env, installer)

File "/home/ubuntu/Plone/Python-2.4/lib/python2.4/site-packages/setuptools-0.6c11-py2.4.egg/pkg_resources.py",
line 1966, in require
working_set.resolve(self.dist.requires(self.extras),env,installer))

File "/home/ubuntu/Plone/Python-2.4/lib/python2.4/site-packages/setuptools-0.6c11-py2.4.egg/pkg_resources.py",
line 565, in resolve
raise DistributionNotFound(req) # XXX put more info here
pkg_resources.DistributionNotFound: bzr
An error occured when trying to install ore.contentmirror 0.6.0-rc2.Look
above this message for any errors thatwere output by easy_install.
While:
Installing instance.
Getting distribution for 'ore.contentmirror'.
Error: Couldn't install: ore.contentmirror 0.6.0-rc2
*************** PICKED VERSIONS ****************
[versions]

*************** /PICKED VERSIONS ***************


conten...@googlecode.com

unread,
Jul 8, 2010, 9:51:02 PM7/8/10
to conten...@googlegroups.com

Comment #1 on issue 67 by davydany: Unable to Install ContentMirror through
Buildout.
http://code.google.com/p/contentmirror/issues/detail?id=67

Please ignore Issue 67. I reposted it with more appropriate details in
http://code.google.com/p/contentmirror/issues/detail?id=69

Sorry for a bad post.

conten...@googlecode.com

unread,
Jul 9, 2010, 1:38:12 AM7/9/10
to conten...@googlegroups.com
Updates:
Status: Invalid

Comment #2 on issue 67 by kapilt: Unable to Install ContentMirror through
Buildout.
http://code.google.com/p/contentmirror/issues/detail?id=67

closing as per reporter request.

Reply all
Reply to author
Forward
0 new messages