Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 68298 - missing dependency on gtk2-ssh-askpass in unison 2.10.2 ebuild
Summary: missing dependency on gtk2-ssh-askpass in unison 2.10.2 ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Team for the ML programming language family
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-20 11:45 UTC by Ulf Dreyer
Modified: 2005-09-21 10:07 UTC (History)
0 users

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 Ulf Dreyer 2004-10-20 11:45:18 UTC
unison 2.10.2 builds fine but misses ssh-askpass for graphical version.
error message is:
ssh_askpass: exec(/usr/lib/misc/ssh-askpass): No such file or directory

Reproducible: Always
Steps to Reproduce:
1.emerge unison with gtk gtk2
2.try to use the gui
3.fail ;)

Actual Results:  
ssh_askpass: exec(/usr/lib/misc/ssh-askpass): No such file or directory

Expected Results:  
graphical dialog for ssh-password

FIX:

 add net-misc/gtk2-ssh-askpass  to gtk2 dependency

AND

 create symlink 
ln -s /usr/bin/gtk2-ssh-askpass /usr/lib/misc/ssh-askpass
 or change the path in unison
Comment 1 Andreas Korinek 2004-11-02 12:46:40 UTC
x11-ssh-askpass works too
Comment 2 Matthieu Sozeau (RETIRED) gentoo-dev 2005-02-18 03:04:43 UTC
I proposed adding an ssh-askpass virtual but it was ignored, so i just added x11 or gtk2 ssh-askpass dependency if one builds a gtk ui.
Comment 3 Matthieu Sozeau (RETIRED) gentoo-dev 2005-09-21 10:07:49 UTC
Can't do more than that :)