Gentoo Archives: gentoo-dev

From: Ned Ludd <solar@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] fix binary debug support, part elevenity billion + 1
Date: Thu, 08 Jun 2006 14:14:34
Message-Id: 1149775563.19017.27.camel@onyx
In Reply to: Re: [gentoo-dev] fix binary debug support, part elevenity billion + 1 by Alec Warner
1 On Thu, 2006-06-08 at 09:41 -0400, Alec Warner wrote:
2 > Ned Ludd wrote:
3 > > On Thu, 2006-06-08 at 06:49 -0400, Alec Warner wrote:
4 > >
5 > >>Mike Frysinger wrote:
6 > >>
7 > >>>On Wednesday 07 June 2006 19:12, Alec Warner wrote:
8 > >>>
9 > >>>
10 > >>>>I would be more concerned with convincing the rest of the developers.
11 > >>>>adding crap in base profile.bashrc will affect 99% of users, so it
12 > >>>>better be friggin correct and useful, otherwise you will piss a ton of
13 > >>>>people off.
14 > >>>
15 > >>>
16 > >>>versus the people who are really annoyed that such support hasnt yet been
17 > >>>integrated into portage proper ?
18 > >>>
19 > >>>yes, from the portage side of things, it may be a pita to implement
20 > >>>per-package env ... but from the user side of things, it's a huge help
21 > >>>-mike
22 > >>
23 > >>My e-mail was basically worded as to say "Solar paste your crap to this
24 > >>ML."
25 > >
26 > >
27 > > Alright...
28 > >
29 > > tail -n 6 /usr/portage/profiles/uclibc/profile.bashrc
30 > >
31 > #for conf in ${PN}-${PV}-${PR} ${PN}-${PV} ${PN}; do
32 > > # if [[ -r /etc/portage/env/$CATEGORY/${conf} ]]; then
33 > > # . /etc/portage/env/$CATEGORY/${conf}
34 > > # break
35 > > # fi
36 > > #done
37 >
38 > Ideas on multipile sources?
39 >
40 > Aka, I want all these env things enable for kde-base/* but for
41 > kde-base/foo
42
43 -for conf in ${PN}-${PV}-${PR} ${PN}-${PV} ${PN}; do
44 +for conf in default ${PN}-${PV}-${PR} ${PN}-${PV} ${PN}; do
45
46 Call it 'default' ?
47
48
49 > I want extra stuff ( or to negate things ), it looks like
50 > this only sources things once?
51
52 yep.
53
54 > Could we define a stacking order here and let them stack?
55
56 Could remove the break;
57
58
59 > >> Is there any reason you need package.env in portage proper as
60 > >>opposed to bashrc?
61 > >
62 > >
63 > > Nope.. bashrc is the only way to access the variables in a way that
64 > > is the most friendly to the bash side of things.
65 > >
66 >
67 --
68 Ned Ludd <solar@g.o>
69 Gentoo Linux
70
71 --
72 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] fix binary debug support, part elevenity billion + 1 Donnie Berkholz <spyderous@g.o>