Gentoo Archives: gentoo-dev

From: "Diego 'Flameeyes' Pettenò" <flameeyes@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] splitting build deps out from depends
Date: Fri, 01 Jul 2005 18:56:02
Message-Id: 200507012053.18684@enterprise.flameeyes.is-a-geek.org
In Reply to: Re: [gentoo-dev] splitting build deps out from depends by "Brian D. Harring"
1 On Friday 01 July 2005 20:42, Brian D. Harring wrote:
2 > Err... missing the point, and proving my point.  Current portage
3 > _will_ fail because it's an unstated dependency.  Why shouldn't
4 > portage be provided the deps it needs so it can figure out what is
5 > needed to get to what the user requested?
6 BDEPEND is not going to resolve the case Mike shown.
7
8 GCC bdepends over GCC to compile, you don't have GCC, you can't install GCC,
9 you can't install anything (a part from binpkgs).
10 But if you put GCC in profile, no need to depend on it, you'll always have one
11 also if nothign depends on it and the problem is resolved.
12
13 BTW, as I already stated on irc, GCC is a RDEPEND not a BDEPENED because of
14 libgcc_s.so and libstdc++.so, so...
15
16 --
17 Diego "Flameeyes" Pettenò
18 Gentoo Developer - http://dev.gentoo.org/~flameeyes/
19 (Gentoo/FreeBSD, Video, Gentoo/AMD64, Sound, PAM)

Replies

Subject Author
Re: [gentoo-dev] splitting build deps out from depends "Brian D. Harring" <ferringb@g.o>
Re: [gentoo-dev] splitting build deps out from depends Paul de Vrieze <pauldv@g.o>