Summary: | pam-login fails on first install | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Jörg Lesch <lesch> |
Component: | [OLD] Core system | Assignee: | PAM Gentoo Team (OBSOLETE) <pam-bugs+disabled> |
Status: | RESOLVED FIXED | ||
Severity: | blocker | CC: | Diego.Casadei, lesch, ppc |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | http://dev.gentoo.org/~seemant/jamesbong.log | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Jörg Lesch
2005-06-15 13:23:37 UTC
emerge info and compile output is in the irc log at my d.g.o url pointed to above. emerge info and compile output is in the irc log at my d.g.o url pointed to above. I also have run into this problem while emergering on x86. emerge info: livecd / # emerge info Portage 2.0.51.19 (default-linux/x86/2005.0, gcc-3.3.5-20050130, glibc-2.3.4.200 41102-r1, 2.6.11-gentoo-r3 i686) ================================================================= System uname: 2.6.11-gentoo-r3 i686 Pentium II (Deschutes) Gentoo Base System version 1.6.12 Python: dev-lang/python-2.3.4-r1 [2.3.4 (#1, Mar 10 2005, 18:18:11) ] dev-lang/python: 2.3.4-r1 sys-apps/sandbox: [Not Present] sys-devel/autoconf: [Not Present] sys-devel/automake: [Not Present] sys-devel/binutils: 2.15.92.0.2-r10 sys-devel/libtool: [Not Present] virtual/os-headers: 2.6.8.1-r2 ACCEPT_KEYWORDS="x86" AUTOCLEAN="yes" CFLAGS="-march=pentium2 -O2 -pipe -fomit-frame-pointer" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/ config /var/qmail/control" CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d" CXXFLAGS="-march=pentium2 -O2 -pipe -fomit-frame-pointer" DISTDIR="/usr/portage/distfiles" FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms strict" GENTOO_MIRRORS="ftp://ftp.ussg.iu.edu/pub/linux/gentoo ftp://130.207.108.136/pub /gentoo ftp://130.207.108.134/pub/gentoo ftp://130.207.108.135/pub/gentoo http:/ /open-systems.ufl.edu/mirrors/gentoo" MAKEOPTS="-j3" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage" USE="x86 X acl afs alsa apache2 apm arts avi bash-completion berkdb bitmap-fonts crypt cups dio emacs emboss encode foomaticdb fortran ftp gdbm gif gpm gtk2 har dened hardenedphp imap imlib ipv6 jpeg kerberos ldap libg++ libwww lm_sensors ma d mikmod motif mp3 mpeg mysql nas ncurses nls ogg oggvorbis opengl oss pam pdfli b perl php png python quicktime readline samba sdl sockets socks5 spell ssl tcpd truetype truetype-fonts type1-fonts vhosts vorbis xml2 xmms xv zlib userland_GN U kernel_linux elibc_glibc" Unset: ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLA Y Currently I am skipping it with emerge --emptytree --resume --skipfirst system but I am pretty sure I need it. Seemant see this thread http://forums.gentoo.org/viewtopic-t-348381-start-0-postdays-0-postorder-asc-highlight-.html pam wont install on stage1 until pam-login is installed and of course pam-login wont install without pam. This problem was brought up in this thread, where I posted a workaround that got pam-login to compile. I'm not sure if it's "safe", nor do I have my configuration lying around-gave up on that install. I had the same circular deps problem using a PIII800, so it's not architecture-specific. http://forums.gentoo.org/viewtopic-t-353281.html *** Bug 97385 has been marked as a duplicate of this bug. *** Hey guys, this is actually (as stated) a cyclic dependancy. The best way I've seen to solve this (during stage 2 emerge -e system) is to do an "emerge -1 pam-login pam" They'll be emerged properly, in proper order, and things that depend on them will work properly as well. One thing to note, you'd eventually (probably) want to emerge them normally, or insert them so they'll be updated like normal. Hope this helps. Urk, yeah, my fault for adding shadow to eutils's depend. |