Gentoo Archives: gentoo-dev

From: Edgar Hucek <gimli@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Re: The Age of the Universe
Date: Sat, 02 Sep 2006 14:11:06
Message-Id: 44F98FAF.5020508@gentoo.org
In Reply to: Re: [gentoo-dev] Re: The Age of the Universe by Simon Stelling
1 Simon Stelling schrieb:
2 > Edgar Hucek wrote:
3 >> Just a side hint. Try to enable all flags at the first cimpile time would
4 >> reduce trys drasticaly ;)
5 >
6 > If you had a look at the php ebuild (just because we took it as example
7 > here), you'd see that it is a bit more complicated than just enabling
8 > everything to have everything tested.
9 >
10 >> So you say a developer cant't test all useflags? That is a strange
11 >> message from you. How can a developer garantee that his package is correct.
12 >
13 > He can't. That's what we're saying. Nobody said we can, nor do, nor want to.
14 >
15 >> Realy funny, i only hear exuses but no real solution for the problem.
16 >
17 > You have heard the real solution for the specific problems you pointed
18 > out: File a bug. You have also heard why it is impossible to guarantee
19 > that it simply works.
20 >
21 >> The fact is, that long outstanding bugs are simple ignored. If a useflag
22 >> would only apply to one package it could be ok, but not when the same
23 >> useflag is in other packages and makes this one useflag for the "normal user"
24 >> unusable.
25 >
26 > man portage:
27 >
28 > package.use
29 > Per-package USE flags. Useful for tracking local USE
30 > flags or for enabling USE flags for certain packages
31 > only. Perhaps you develop GTK and thus you want documen-
32 > tation for it, but you don't want documentation for QT.
33 > Easy as pie my friend!
34 >
35 > Format:
36 > - comments begin with #
37 > - one DEPEND atom per line with space-delimited USE flags
38 >
39 > Example:
40 > # turn on docs for GTK 2.x
41 > =x11-libs/gtk+-2* doc
42 > # disable mysql support for QT
43 > x11-libs/qt -mysql
44 >
45 > Know your tools, man.
46 >
47
48 I know my tools but not necessarly the normal user who wanna use gentoo
49 and is ending frustrated.
50
51 cu
52
53 Edgar (gimli) Hucek
54 --
55 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] Re: The Age of the Universe Simon Stelling <blubb@g.o>
Re: [gentoo-dev] Re: The Age of the Universe "Stephen P. Becker" <geoman@g.o>