Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 453896 - dev-db/mysql-workbench with dev-python/paramiko-1.9.0 breaks administration plug-in
Summary: dev-db/mysql-workbench with dev-python/paramiko-1.9.0 breaks administration p...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal major (vote)
Assignee: Hans de Graaff
URL:
Whiteboard:
Keywords:
Depends on: 454320
Blocks:
  Show dependency tree
 
Reported: 2013-01-24 18:56 UTC by Don Bishop
Modified: 2013-01-27 15:29 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 Don Bishop 2013-01-24 18:56:37 UTC
Upgrading from 1.7.7.1 to 1.9.0 prevents mysql-workbench 5.2.44 from loading administration plug-in. Downgraded to paramiko 1.7.7.1 allows mysql-workbench to work again. Here's the error from the scripting engine:
File "/usr/lib64/mysql-workbench/modules/wb_admin_ssh.py", line 51, in <module>
    if paramiko and paramiko._version_info_ >= (1, 7, 4):
AttributeError: 'module' object has no attribute '__version_info__'
Comment 1 Hans de Graaff gentoo-dev Security 2013-01-27 14:06:28 UTC
It looks like this was already fixed in mysql-workbench 5.2.45.
Comment 2 Hans de Graaff gentoo-dev Security 2013-01-27 14:07:22 UTC
If you can confirm that this fixes the problem for you then I'll ask for early stabilization for this version.
Comment 3 Don Bishop 2013-01-27 14:26:30 UTC
Understood, but I will leave paramiko-1.9.0 masked locally until mysql-workbench-5.2.45 in unmasked upstream since mysql-workbench the only thing on my machine using it (`equery d paramiko`)

mysql-workbench is a complex package and therefore I would not push for it to be stabilized over this type of issue when there may be other more serious problems lurking and I do not use many of its features.

But you should change this bug to "confirmed" since it is clear from your comments that others are having the exact same problem.
Comment 4 Hans de Graaff gentoo-dev Security 2013-01-27 15:29:19 UTC
(In reply to comment #3)

> But you should change this bug to "confirmed" since it is clear from your
> comments that others are having the exact same problem.

I guess I should have said "it looks like this may have been inadvertently fixed by an unrelated change". In the mean time I've verified that this is the case and filed the stable bug.