Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 316347 - >=dev-python/twisted-conch-9.0.0 misses dev-python/pyasn1 dependency (net-misc/openssh-5.2_p1-r3 fails interop-tests)
Summary: >=dev-python/twisted-conch-9.0.0 misses dev-python/pyasn1 dependency (net-mis...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on: 288287 315151 316355
Blocks:
  Show dependency tree
 
Reported: 2010-04-20 12:34 UTC by SpanKY
Modified: 2010-06-19 18:02 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description SpanKY gentoo-dev 2010-04-20 12:34:34 UTC
+++ This bug was initially created as a clone of Bug #288287 +++

Openssh fails interop test on amd64 as it tries to run `conch`, but that fails since pyasn1 was not installed by twisted-conch deps

$ conch
Traceback (most recent call last):
  File "/usr/bin/conch-2.6", line 19, in <module>
    from twisted.conch.scripts.conch import run
  File "/usr/lib64/python2.6/site-packages/twisted/conch/scripts/conch.py",
line 11, in <module>
    from twisted.conch.client import connect, default, options
  File "/usr/lib64/python2.6/site-packages/twisted/conch/client/connect.py",
line 5, in <module>
    import direct
  File "/usr/lib64/python2.6/site-packages/twisted/conch/client/direct.py",
line 7, in <module>
    from twisted.conch.ssh import transport
  File "/usr/lib64/python2.6/site-packages/twisted/conch/ssh/transport.py",
line 30, in <module>
    from twisted.conch.ssh import keys
  File "/usr/lib64/python2.6/site-packages/twisted/conch/ssh/keys.py", line 20,
in <module>
    from pyasn1.type import univ
ImportError: No module named pyasn1.type
Comment 1 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2010-06-19 18:02:40 UTC
Fixed.