Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 127381 - openssh wishes to downgrade to 3.9_p1-r3, and fails on configure
Summary: openssh wishes to downgrade to 3.9_p1-r3, and fails on configure
Status: RESOLVED DUPLICATE of bug 94458
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-23 22:09 UTC by Cyp
Modified: 2006-03-24 00:04 UTC (History)
0 users

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


Attachments
Log of failed openssh configure (openssh_log.txt,606.05 KB, text/plain)
2006-03-23 22:12 UTC, Cyp
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Cyp 2006-03-23 22:09:22 UTC
When emerge -avuDN world'ing, openssh wants to downgrade, but fails in the configure stage.

Reemerging pam has no effect.

# equery list -p -e openssh
[ Searching for package 'openssh' in all categories among: ]
 * installed packages
[I--] [M ] net-misc/openssh-4.2_p1 (0)
 * Portage tree (/usr/portage)
[-P-] [  ] net-misc/openssh-3.9_p1-r3 (0)
[-P-] [M~] net-misc/openssh-4.0_p1-r2 (0)
[-P-] [M~] net-misc/openssh-4.1_p1-r1 (0)
[-P-] [M ] net-misc/openssh-4.2_p1-r1 (0)
[-P-] [M~] net-misc/openssh-4.3_p1 (0)
[-P-] [M~] net-misc/openssh-4.3_p2-r1 (0)



# emerge info
Portage 2.0.54 (default-linux/amd64/2005.0, gcc-3.4.4, glibc-2.3.5-r2, 2.6.15-gentoo-r7 x86_64)
=================================================================
System uname: 2.6.15-gentoo-r7 x86_64 AMD Athlon(tm) 64 Processor 3200+
Gentoo Base System version 1.6.14
distcc 2.18.3 x86_64-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
dev-lang/python:     2.3.5-r2, 2.4.2
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.8.1-r1, 2.6.11-r2
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O3 -fomit-frame-pointer -s -pipe -D_ENABLE_SECRET_OPTIMIZATIONS"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/lib64/mozilla/defaults/pref /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O3 -fomit-frame-pointer -s -pipe -D_ENABLE_SECRET_OPTIMIZATIONS"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo http://mirror.gentoo.no http://mirror.uni-c.dk/gentoo"
LDFLAGS="-Wl,-O1,-z,now"
LINGUAS="en da pt_BR"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="amd64 X aalib acl alsa audiofile avi berkdb bitmap-fonts bzip2 crypt cups curl dri dvd dvdr dvdread editor eds emboss encode esd exif expat fam ffmpeg flac font-server foomaticdb fortran gif glut gmp gnutls gpm gstreamer gtk gtk2 hal idn imagemagick imlib java jpeg kde lcms ldap libwww lzw lzw-tiff mad mhash mikmod mng motif mozilla mozsvg mp3 mpeg mysql nas ncurses nls nodrm nvidia ogg oggvorbis openal opengl oss pam pcre pdflib perl png ppds python qt quicktime readline real recode rle samba scanner sdl speex spell ssl tcltk tcpd tetex tga theora tiff truetype truetype-fonts type1-fonts udev unicode usb v4l v4l2 vorbis xine xml2 xmms xpm xv xvid zlib linguas_en linguas_da linguas_pt_BR userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL




checking whether system supports SO_PEERCRED getsockopt... yes
checking if openpty correctly handles controlling tty... no
checking whether getpgrp requires zero arguments... yes
checking for dlopen in -ldl... no
checking for pam_set_item in -lpam... no
configure: error: *** libpam missing

!!! Please attach the config.log to your bug report:
!!! /var/tmp/portage/openssh-3.9_p1-r3/work/openssh-3.9p1/config.log

!!! ERROR: net-misc/openssh-3.9_p1-r3 failed.
!!! Function econf, Line 495, Exitcode 0
!!! econf failed
!!! If you need support, post the topmost build error, NOT this status message.


(I think I have to submit this, before I can attach the log file...)
Comment 1 Cyp 2006-03-23 22:12:00 UTC
Created attachment 82980 [details]
Log of failed openssh configure
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-03-24 00:04:40 UTC
re-emerge openldap

*** This bug has been marked as a duplicate of 94458 ***