Gentoo Archives: gentoo-alt

From: Michael Yang <yangofzeal@×××××.com>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] Re: emerge -u system not working
Date: Tue, 30 Jun 2009 02:23:21
Message-Id: 2125c95f0906291923qcc01f68j39592197d609cae8@mail.gmail.com
In Reply to: Re: [gentoo-alt] Re: emerge -u system not working by Michael Yang
1 one further note: this same x86 system needed the same "-pam" and
2 also "-gdbm" added to the $EPREFIX/etc/make.conf USE flags later on
3 following emerge -u system. Otherwise, perl-5.8.8-r5 complained about
4 ndbm.h missing (see: gentoo bug 65055 at
5 http://bugs.gentoo.org/65055). thanks again.
6
7 On Mon, Jun 29, 2009 at 10:11 PM, Michael Yang<yangofzeal@×××××.com> wrote:
8 > adding -pam to USE flags worked.  thanks!
9 >
10 > On Mon, Jun 29, 2009 at 2:40 PM, Jeremy Olexa<darkside@g.o> wrote:
11 >> On Mon, Jun 29, 2009 at 1:02 PM, Michael Yang<yangofzeal@×××××.com> wrote:
12 >>> (sorry for the potential re-post.  wasn't sure if I was subscribed to
13 >>> the list yet)
14 >>>
15 >>> Hi Gentoo-prefix project,
16 >>>
17 >>> I'm trying to do a gentoo prefix installation on Ubuntu Linux.  I ran
18 >>> the instructions at:
19 >>>
20 >>> http://dev.gentoo.org/~darkside/bootstrap.xml  successfully until I
21 >>> reached 2.15:
22 >>>
23 >>> emerge -u system
24 >>>
25 >>> Error message:
26 >>>
27 >>> emerge: there are no ebuilds to satisfy ">=sys-libs/glibc-2.7".
28 >>> (dependency required by "sys-libs/pam-1.1.0" [ebuild])
29 >>> (dependency required by "net-misc/openssh-5.2_p1-r2" [ebuild])
30 >>> (dependency required by "@system" [argument])
31 >>>
32 >>> I tried emerging glibc, but apparently emerge can't find glibc.
33 >>>
34 >>> Any help would be appreciated.  I am running this in Ubuntu:
35 >>> $ uname -a
36 >>> Linux gateway 2.6.28-13-generic #44-Ubuntu SMP Tue Jun 2 07:57:31 UTC
37 >>> 2009 i686 GNU/Linux
38 >>>
39 >>> -mike
40 >>>
41 >>>
42 >>
43 >> The linux profiles pull in USE=pam. You should be able to safely set
44 >> USE=-pam. I'm in the process of testing and masking this flag because
45 >> pam auth won't work in Gentoo Prefix anyway. You want one auth system,
46 >> the host system or prefix and it doesn't make any sense to *not* use
47 >> the host system. (similar to glibc itself).
48 >>
49 >> -Jeremy
50 >>
51 >>
52 >