Gentoo Archives: gentoo-dev

From: Jason Stubbs <jstubbs@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] manpages that requires dependencies
Date: Sun, 27 Nov 2005 15:07:01
Message-Id: 200511280005.53197.jstubbs@gentoo.org
In Reply to: Re[2]: [gentoo-dev] manpages that requires dependencies by Jakub Moc
1 On Sunday 27 November 2005 23:43, Jakub Moc wrote:
2 > 27.11.2005, 15:39:48, Jason Stubbs wrote:
3 > > On Sunday 27 November 2005 22:09, Ned Ludd wrote:
4 > >> On Sun, 2005-11-27 at 07:58 -0500, Ned Ludd wrote:
5 > >> > On Fri, 2005-11-25 at 12:46 +0200, Marius Mauch wrote:
6 > >> > > Except that no{man,info,doc} are on the to-die list anyway.
7 > >> >
8 > >> > They are very valuable features and quite easy to use without mucking
9 > >> > with INSTALL_MASK. I'm against this change without some justification.
10 > >>
11 > >> further investigation shows that you can't simply get rid of these as
12 > >> several core ebuilds use the feature to control the creation of
13 > >> packages. A quick grep shows that several ebuilds do stuff like.
14 > >> has noman FEATURES && do_stuff
15 > >>
16 > >> openssl/glibc/gcc/dhcp/boa/gdb to name a few that take advantage of the
17 > >> no{man,info,doc} FEATURES= already.
18 > >
19 > > Core packages or not, they are all broken. When the requirement came up,
20 > > the respective maintainers should have spoken up so that a proper
21 > > solution could be found. When are the quick hacks going to stop? :|
22 >
23 > I can't see why exactly do we need to get rid of useful features? :-(
24
25 Nobody said anything about getting rid of the features. The only thing that
26 has been stated is that FEATURES="noman" cannot be relied upon to mean that
27 portage won't install man pages or vice-versa.
28
29 There are three possibilities that I can see:
30 1) FEATURES="noman" becomes FEATURES="man"
31 2) FEATURES="noman" is dropped in favour of INSTALL_MASK="/usr/share/man"
32 3) FEATURES="noman" is dropped in favour of USE="man" or USE="manpages"
33
34 In light of the above requirements and the fact that dyn_* will likely be
35 moved into the tree down the track, #3 seems to be the best in my mind.
36 Similarly, it would solve the previously discussed problems related to
37 FEATURES="test".
38
39 --
40 Jason Stubbs
41 --
42 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] manpages that requires dependencies Jason Stubbs <jstubbs@g.o>