[Bug 1046851] [NEW] "juju-origin: lp:juju" fails to install dependencies
Launchpad Bug Tracker
1046851 at bugs.launchpad.net
Thu Sep 6 14:10:09 UTC 2012
You have been subscribed to a public bug:
units/*/output.log just contains lots to these:
Traceback (most recent call last):
File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"__main__", fname, loader, pkg_name)
File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/usr/lib/juju/juju/juju/agents/unit.py", line 15, in <module>
from juju.agents.base import BaseAgent
File "/usr/lib/juju/juju/juju/agents/base.py", line 18, in <module>
from juju.control.options import setup_twistd_options
File "/usr/lib/juju/juju/juju/control/__init__.py", line 19, in <module>
import deploy
File "/usr/lib/juju/juju/juju/control/deploy.py", line 13, in <module>
from juju.charm.repository import resolve
File "/usr/lib/juju/juju/juju/charm/repository.py", line 12, in <module>
from txaws.client.ssl import VerifyingContextFactory
ImportError: No module named txaws.client.ssl
Adding the dependencies of the Ubuntu juju package to the apt-get
install line in juju/lib/lxc/data/juju-create fixed it. e.g.
elif [[ $JUJU_ORIGIN = lp:* ]]; then
apt-get install $APT_OPTIONS python-txzookeeper python-setuptools python-twisted python-txaws python-yaml openssh-client tmux python-oauth
** Affects: juju (Ubuntu)
Importance: Undecided
Status: New
--
"juju-origin: lp:juju" fails to install dependencies
https://bugs.launchpad.net/bugs/1046851
You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to juju in Ubuntu.
More information about the Ubuntu-server-bugs
mailing list