Package: fabric
Version: 1.4.2-1.1
Severity: serious
Justification: Policy 3.5


fabric depends on python-paramiko, but its ssh library version
1.7.7.1 doesn't really work with it AFAICT. As far as I understand
http://pypi.python.org/pypi/ssh/1.7.14 should be used instead, but
this package isn't in Debian, so a workaround in
fabric/python-paramiko might be needed instead to resolve this issue
for wheezy.

,---- [ cmdline log ]
| % fab --version
| Fabric 1.4.2
| ssh (library) 1.7.7.1 (George)
| % fab initial
| [deploy@deploytest] Executing task 'initial'
| [deploy@deploytest] Executing task 'checkout'
| [deploy@deploytest] run: git clone --depth 1 --branch master [...]
| Traceback (most recent call last):
|   File "/usr/lib/python2.7/dist-packages/fabric/main.py", line 712, in main
|     *args, **kwargs
|   File "/usr/lib/python2.7/dist-packages/fabric/tasks.py", line 298, in 
execute
|     multiprocessing
|   File "/usr/lib/python2.7/dist-packages/fabric/tasks.py", line 197, in 
_execute
|     return task.run(*args, **kwargs)
|   File "/usr/lib/python2.7/dist-packages/fabric/tasks.py", line 112, in run
|     return self.wrapped(*args, **kwargs)
|   File "/usr/lib/python2.7/dist-packages/fabric/decorators.py", line 47, in 
inner_decorator
|     return func(*args, **kwargs)
|   File "/home/grml/foo.bar/foobar/fabfile.py", line 77, in initial
|     execute(checkout)
|   File "/usr/lib/python2.7/dist-packages/fabric/tasks.py", line 298, in 
execute
|     multiprocessing
|   File "/usr/lib/python2.7/dist-packages/fabric/tasks.py", line 197, in 
_execute
|     return task.run(*args, **kwargs)
|   File "/usr/lib/python2.7/dist-packages/fabric/tasks.py", line 112, in run
|     return self.wrapped(*args, **kwargs)
|   File "/usr/lib/python2.7/dist-packages/fabric/decorators.py", line 47, in 
inner_decorator
|     return func(*args, **kwargs)
|   File "/home/grml/foo.bar/foobar/fabfile.py", line 56, in checkout
|     run('git clone --depth 1 --branch {0} {1} {2}'.format(branch, url, 
os.path.join(tmpdir, 'foobar')))
|   File "/usr/lib/python2.7/dist-packages/fabric/network.py", line 459, in 
host_prompting_wrapper
|     return func(*args, **kwargs)
|   File "/usr/lib/python2.7/dist-packages/fabric/operations.py", line 909, in 
run
|     return _run_command(command, shell, pty, combine_stderr)
|   File "/usr/lib/python2.7/dist-packages/fabric/operations.py", line 820, in 
_run_command
|     combine_stderr)
|   File "/usr/lib/python2.7/dist-packages/fabric/operations.py", line 703, in 
_execute
|     forward = ssh.agent.AgentRequestHandler(channel)
| AttributeError: 'module' object has no attribute 'AgentRequestHandler'
| Disconnecting from deploy@localhost:6000... done.
`----

regards,
-mika-



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/2012-07-04t14-57...@devnull.michael-prokop.at

Reply via email to