Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 282993 - sys-auth/pam_ssh should depend on net-misc/openssh
Summary: sys-auth/pam_ssh should depend on net-misc/openssh
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: PAM Gentoo Team (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-28 04:04 UTC by Csaba Tóth
Modified: 2010-09-29 21:19 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 Csaba Tóth 2009-08-28 04:04:15 UTC
while im doing a clean stage3 got this error message during the configure part of sys-auth/pam_ssh:

[...]
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by x86_64-pc-linux-gnu-g++... /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64
checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for x86_64-pc-linux-gnu-g++ option to produce PIC... -fPIC
checking if x86_64-pc-linux-gnu-g++ PIC flag -fPIC works... yes
checking if x86_64-pc-linux-gnu-g++ static flag -static works... yes
checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o... yes
checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
(cached) (cached) checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking for ssh-agent... no
configure: error: Could not find ssh-agent, please install or check config.log

!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/sys-auth/pam_ssh-1.97-r1/work/pam_ssh-1.97/config.log
 *
 * ERROR: sys-auth/pam_ssh-1.97-r1 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_configure
 *             environment, line 2921:  Called econf '--with-pam-dir=/lib64/security'
 *               ebuild.sh, line  536:  Called die
 * The specific snippet of code:
 *                      die "econf failed"
 *  The die message:
 *   econf failed
 *
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/sys-auth/pam_ssh-1.97-r1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/sys-auth/pam_ssh-1.97-r1/temp/environment'.
 *



Here is the `emerge --resume -pv`:

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N    ] sys-auth/pam_ssh-1.97-r1  0 kB
[ebuild   R   ] sys-auth/pambase-20090620.1-r1  USE="consolekit* ssh* -cracklib -debug -gnome-keyring -mktemp -passwdqc (-selinux) -sha512" 0 kB
[ebuild  N    ] net-misc/openssh-5.2_p1-r3  USE="kerberos ldap pam tcpd -X -X509 -hpn -libedit -pkcs11 (-selinux) -skey -smartcard -static" 0 kB
[ebuild  N    ] app-admin/sudo-1.7.2_p1  USE="ldap pam -offensive (-selinux) -skey" 0 kB
[ebuild  N    ] net-misc/netkit-rsh-0.17-r9  USE="pam" 0 kB

Total: 5 packages (4 new, 1 reinstall), Size of downloads: 0 kB


So sys-auth/pam_ssh should depend on net-misc/openssh

Reproducible: Always
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2010-09-29 21:19:59 UTC
Fixed in tree (in -r2), thanks for reporting.