Gentoo Archives: gentoo-dev

From: Daniel Robbins <drobbins@g.o>
To: gentoo-dev@××××××××××.org
Subject: Re: [gentoo-dev] DEPENDing on system components
Date: Mon, 23 Jul 2001 12:29:12
Message-Id: 20010723122912.A15997@cvs.gentoo.org
In Reply to: [gentoo-dev] DEPENDing on system components by Dan Armak
1 On Mon, Jul 23, 2001 at 09:25:46PM +0300, Dan Armak wrote:
2 > Hi all,
3 >
4 > Can someone enlighten me: why DEPEND/RDEPEND on packages which are *always*
5 > present on the system, and are even pre-built in build snapshots? For example
6 > some ebuilds explicitly depend on virtual/glibc, what's the point in that?
7 > Many ebuilds use things like flex bison etc. to compile. When creating
8 > non-critical, non-system ebuilds which certainly won't be built before glibc
9 > or the kernel - should I keep track of these things?
10
11 This is necessary so that you can build a complete system from scratch in the
12 right order, i.e:
13
14 # export ROOT=/mnt/gentoo
15 # emerge system
16
17 It's just safer to have some of these basic dependencies (like virtual/glibc)
18 since they help "emerge system" with the build ordering. Also, some of these
19 more basic dependencies *may not* be standard for embedded Gentoo Linux systems.
20
21 Best Regards,
22
23 --
24 Daniel Robbins <drobbins@g.o>
25 President/CEO http://www.gentoo.org
26 Gentoo Technologies, Inc.

Replies

Subject Author
Re: [gentoo-dev] DEPENDing on system components Dan Armak <danarmak@g.o>