Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 22898 - Kdevelop 3 (Gideon) ebuilds need to include x11-ssh-askpass as a dependency
Summary: Kdevelop 3 (Gideon) ebuilds need to include x11-ssh-askpass as a dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High critical (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-15 20:37 UTC by Derek Gaston
Modified: 2003-06-18 08:46 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 Derek Gaston 2003-06-15 20:37:29 UTC
The new Kdevelop 3 uses x11-ssh-askpass to login to remote CVS - without this 
utility it will fail.  It is already in portage - and just needs the dependency added to 
the Kdevelop3 ebuilds 

Reproducible: Always
Steps to Reproduce:
1.  Use Kdevelop 3 
2.  Try to create (or use) a cvs tree hosted somewhere else (ie sourceforge) 
3.  It will fail saying that "ssh-askpass" could not be found 
Actual Results:  
Failure 

Expected Results:  
Login 

Portage 2.0.48-r1 (default-x86-1.4, gcc-3.2.2, glibc-2.3.1-r4) 
================================================================= 
System uname: 2.4.20-gentoo-r5 i686 AMD Athlon(tm) processor 
GENTOO_MIRRORS="ftp://ftp.ussg.iu.edu/pub/linux/gentoo ftp://ftp.gtlib.cc.gatech 
.edu/pub/gentoo http://csociety-ftp.ecn.purdue.edu/pub/gentoo/ rsync://csociety- 
ftp.ecn.purdue.edu/pub/gentoo/ ftp://ftp.ussg.iu.edu/pub/linux/gentoo ftp://csoc 
iety-ftp.ecn.purdue.edu/pub/gentoo/" 
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config 
/usr/kde/3/share              /config /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config 
/usr/share/config" 
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d" 
PORTDIR="/usr/portage" 
DISTDIR="/usr/portage/distfiles" 
PKGDIR="/usr/portage/packages" 
PORTAGE_TMPDIR="/var/tmp" 
PORTDIR_OVERLAY="" 
USE="x86 oss 3dnow apm avi crypt cups encode gif gpm jpeg gnome libg++ 
mikmod mm              x mpeg ncurses nls pdflib png quicktime spell truetype xml2 
xmms xv zlib gdbm be              rkdb slang readline arts tetex svga java guile X sdl 
tcpd pam libwww ssl perl py              thon esd imlib oggvorbis gtk qt kde motif 
opengl mozilla cdr" 
COMPILER="gcc3" 
CHOST="i686-pc-linux-gnu" 
CFLAGS="-mcpu=athlon-tbird -O3 -pipe" 
CXXFLAGS="-mcpu=athlon-tbird -O3 -pipe" 
ACCEPT_KEYWORDS="x86" 
MAKEOPTS="-j2" 
AUTOCLEAN="yes" 
SYNC="rsync://rsync.gentoo.org/gentoo-portage" 
FEATURES="sandbox ccache"
Comment 1 Caleb Tennis (RETIRED) gentoo-dev 2003-06-18 08:46:31 UTC
Instead of a dependency, which some users may not need, I've added a post_install note 
along with the others to install this package if you wish to use SSH CVS features. 
 
Thanks for the report.