* Re: [gentoo-dev] Re: Re: Masking practics
2006-08-07 13:01 ` Enrico Weigelt
@ 2006-08-07 9:47 ` Alec Warner
2006-08-07 18:54 ` Enrico Weigelt
2006-08-07 13:11 ` Edward Catmur
` (2 subsequent siblings)
3 siblings, 1 reply; 37+ messages in thread
From: Alec Warner @ 2006-08-07 9:47 UTC (permalink / raw
To: gentoo-dev
Enrico Weigelt wrote:
> <big_snip />
>
> My problem still seems unsolved (or did I miss something) ?
>
> Lets say, if I've, installed foo-1.1, and it gets masked due
> some bug(s), but 1.0 isn't, I want to get informed with an big
> fat warning, *before* anything actually done, ie.
>
> [...]
> # WARNING: installed package foo-1.1 has been masked and would
> # be downgraded:
> # <masking comment ...>
> [...]
>
> An fully-automatic downgrade should *never* downgrade anything.
> This is too dangerous, because essential features can get lost.
> Again, my bugzilla example: assuming 2.22 will be unmasked some
> day and I installed it w/ postgres support. Now there are some
> bugs found, but not fixed fast enough, so it gets masked.
> I run an update w/o knowing that it downgrades, and my whole
> bugzilla hosting is suddenly broken.
>
> Do you consider this as stability, seriously ?!
>
I would call you a horrible administrator since this:
"I run an update w/o knowing that it downgrades"
should NEVER happen.
emerge -pv foo
[ebuild UD] cat/foo-currentversion [downgraded-version] <stuff>
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 37+ messages in thread
* Re: [gentoo-dev] Re: Re: Masking practics
2006-08-07 9:47 ` Alec Warner
@ 2006-08-07 18:54 ` Enrico Weigelt
2006-08-07 22:33 ` Alexandre Buisse
0 siblings, 1 reply; 37+ messages in thread
From: Enrico Weigelt @ 2006-08-07 18:54 UTC (permalink / raw
To: gentoo-dev
* Alec Warner <antarus@gentoo.org> schrieb:
<snip>
> I would call you a horrible administrator since this:
> "I run an update w/o knowing that it downgrades"
> should NEVER happen.
>
> emerge -pv foo
> [ebuild UD] cat/foo-currentversion [downgraded-version] <stuff>
Great. I have to explicitly compare the versions on each package.
Not actually an great help.
cu
--
---------------------------------------------------------------------
Enrico Weigelt == metux IT service - http://www.metux.de/
---------------------------------------------------------------------
Please visit the OpenSource QM Taskforce:
http://wiki.metux.de/public/OpenSource_QM_Taskforce
Patches / Fixes for a lot dozens of packages in dozens of versions:
http://patches.metux.de/
---------------------------------------------------------------------
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 37+ messages in thread
* Re: [gentoo-dev] Re: Re: Masking practics
2006-08-07 13:01 ` Enrico Weigelt
2006-08-07 9:47 ` Alec Warner
@ 2006-08-07 13:11 ` Edward Catmur
2006-08-07 13:20 ` Simon Stelling
2006-08-07 17:14 ` [gentoo-dev] " Duncan
3 siblings, 0 replies; 37+ messages in thread
From: Edward Catmur @ 2006-08-07 13:11 UTC (permalink / raw
To: gentoo-dev
On Mon, 2006-08-07 at 15:01 +0200, Enrico Weigelt wrote:
> Lets say, if I've, installed foo-1.1, and it gets masked due
> some bug(s), but 1.0 isn't, I want to get informed with an big
> fat warning, *before* anything actually done, ie.
>
> [...]
> # WARNING: installed package foo-1.1 has been masked and would
> # be downgraded:
> # <masking comment ...>
> [...]
>
> An fully-automatic downgrade should *never* downgrade anything.
> This is too dangerous, because essential features can get lost.
> Again, my bugzilla example: assuming 2.22 will be unmasked some
> day and I installed it w/ postgres support. Now there are some
> bugs found, but not fixed fast enough, so it gets masked.
> I run an update w/o knowing that it downgrades, and my whole
> bugzilla hosting is suddenly broken.
That would not happen. bugzilla is a webapp and as such is fully
SLOTted. Upgrades (and downgrades) are manual.
Ed
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 37+ messages in thread
* Re: [gentoo-dev] Re: Re: Masking practics
2006-08-07 13:01 ` Enrico Weigelt
2006-08-07 9:47 ` Alec Warner
2006-08-07 13:11 ` Edward Catmur
@ 2006-08-07 13:20 ` Simon Stelling
2006-08-07 17:14 ` [gentoo-dev] " Duncan
3 siblings, 0 replies; 37+ messages in thread
From: Simon Stelling @ 2006-08-07 13:20 UTC (permalink / raw
To: gentoo-dev
Enrico Weigelt wrote:
> <big_snip />
>
> My problem still seems unsolved (or did I miss something) ?
>
> Lets say, if I've, installed foo-1.1, and it gets masked due
> some bug(s), but 1.0 isn't, I want to get informed with an big
> fat warning, *before* anything actually done, ie.
>
> [...]
> # WARNING: installed package foo-1.1 has been masked and would
> # be downgraded:
> # <masking comment ...>
> [...]
>
> An fully-automatic downgrade should *never* downgrade anything.
> This is too dangerous, because essential features can get lost.
> Again, my bugzilla example: assuming 2.22 will be unmasked some
> day and I installed it w/ postgres support. Now there are some
> bugs found, but not fixed fast enough, so it gets masked.
> I run an update w/o knowing that it downgrades, and my whole
> bugzilla hosting is suddenly broken.
>
> Do you consider this as stability, seriously ?!
If your bugzilla hosting breaks with lower versions, then the ebuild contains a
RDEPEND="postgres? ( >=dev-db/postgresql-2.22 )". Now if >=postgresql-2.22 gets
masked, portage will bail out with an error because it can't find a valid
dependency tree. This will cause the comment above the masking line in p.mask to
be shown. You can then decide whether the breakage affects you or not and
depending on that unmask it locally or remove your bugzilla installation.
If there is a bugzilla-ebuild which works with <postgresql-2.22, it will be
downgraded too, leaving you with a working bugzilla.
I can't quite see the massive problem.
--
Kind Regards,
Simon Stelling
Gentoo/AMD64 Developer
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 37+ messages in thread
* [gentoo-dev] Re: Re: Re: Masking practics
2006-08-07 13:01 ` Enrico Weigelt
` (2 preceding siblings ...)
2006-08-07 13:20 ` Simon Stelling
@ 2006-08-07 17:14 ` Duncan
2006-08-07 17:34 ` Joshua Nichols
2006-08-07 19:14 ` Enrico Weigelt
3 siblings, 2 replies; 37+ messages in thread
From: Duncan @ 2006-08-07 17:14 UTC (permalink / raw
To: gentoo-dev
Enrico Weigelt <weigelt@metux.de> posted
20060807130156.GE25236@nibiru.local, excerpted below, on Mon, 07 Aug 2006
15:01:57 +0200:
> My problem still seems unsolved (or did I miss something) ?
You missed something.
> Lets say, if I've, installed foo-1.1, and it gets masked due some bug(s),
> but 1.0 isn't, I want to get informed with an big fat warning, *before*
> anything actually done, ie.
>
> [...]
> # WARNING: installed package foo-1.1 has been masked and would # be
> downgraded:
> # <masking comment ...>
> [...]
That's precisely what emerge --pretend --verbose covers. Or, if you want
the display with a question to continue or not, use --ask instead of
--verbose.
A good Gentoo user (read that as a good system administrator, because
that's exactly what a Gentoo distribution user is in this context) will
never run a straight "fully automatic" upgrade/downgrade, without knowing
exactly what's going to be done, because that's foolhardy, as you
correctly point out. They will always know what to expect, because they
will have either used --pretend first, or will use --ask as a matter of
course.
Are you actually suggesting that you run emerge --update /blind/,
/without/ having viewed the --pretend (or --ask) output to see what it's
going to actually do, first? No /wonder/ you are having problems if so!
That's why the --pretend and --ask switches are /there/! Use them for
what they are intended for, and you'll no longer be troubled by downgrades
without warning. Only /after/ you are comfortable that the command will
do what you expect/want, do you run it without the --pretend, or say yes to
the --ask.
--
Duncan - List replies preferred. No HTML msgs.
"Every nonfree program has a lord, a master --
and if you use the program, he is your master." Richard Stallman
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 37+ messages in thread
* Re: [gentoo-dev] Re: Re: Re: Masking practics
2006-08-07 17:14 ` [gentoo-dev] " Duncan
@ 2006-08-07 17:34 ` Joshua Nichols
2006-08-07 19:14 ` Enrico Weigelt
1 sibling, 0 replies; 37+ messages in thread
From: Joshua Nichols @ 2006-08-07 17:34 UTC (permalink / raw
To: gentoo-dev
Duncan wrote:
> That's precisely what emerge --pretend --verbose covers. Or, if you want
> the display with a question to continue or not, use --ask instead of
> --verbose.
>
I'm pretty sure you mean to use --ask instead of --pretend, not --verbose.
--
Joshua Nichols
Gentoo/Java - Project Lead
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 37+ messages in thread
* Re: [gentoo-dev] Re: Re: Re: Masking practics
2006-08-07 17:14 ` [gentoo-dev] " Duncan
2006-08-07 17:34 ` Joshua Nichols
@ 2006-08-07 19:14 ` Enrico Weigelt
2006-08-07 19:22 ` Steve Dibb
1 sibling, 1 reply; 37+ messages in thread
From: Enrico Weigelt @ 2006-08-07 19:14 UTC (permalink / raw
To: gentoo-dev
* Duncan <1i5t5.duncan@cox.net> schrieb:
<snip>
> > # WARNING: installed package foo-1.1 has been masked and would # be
> > downgraded:
> > # <masking comment ...>
> > [...]
>
> That's precisely what emerge --pretend --verbose covers. Or, if you want
> the display with a question to continue or not, use --ask instead of
> --verbose.
Ah, emerge actually tells you that it's going to *downgrade*
(not just printing out two version numbers and letting the user
compare each packege's version number for its own) ?
> A good Gentoo user (read that as a good system administrator, because
> that's exactly what a Gentoo distribution user is in this context) will
> never run a straight "fully automatic" upgrade/downgrade, without knowing
> exactly what's going to be done, because that's foolhardy, as you
> correctly point out. They will always know what to expect, because they
> will have either used --pretend first, or will use --ask as a matter of
> course.
Of course I always use -p, but having to look at each package's
version numbers if it someday may want to downgrade. For such number
comparison, humans are not the best processor, the computer is
far much better for it.
Why can't emerge just print out an fat warning if its going to
downgrade ? Would save people from much, much trouble.
cu
--
---------------------------------------------------------------------
Enrico Weigelt == metux IT service - http://www.metux.de/
---------------------------------------------------------------------
Please visit the OpenSource QM Taskforce:
http://wiki.metux.de/public/OpenSource_QM_Taskforce
Patches / Fixes for a lot dozens of packages in dozens of versions:
http://patches.metux.de/
---------------------------------------------------------------------
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 37+ messages in thread
* Re: [gentoo-dev] Re: Re: Re: Masking practics
2006-08-07 19:14 ` Enrico Weigelt
@ 2006-08-07 19:22 ` Steve Dibb
2006-08-07 19:48 ` Enrico Weigelt
0 siblings, 1 reply; 37+ messages in thread
From: Steve Dibb @ 2006-08-07 19:22 UTC (permalink / raw
To: gentoo-dev
Enrico Weigelt wrote:
> Why can't emerge just print out an fat warning if its going to
> downgrade ? Would save people from much, much trouble.
>
# emerge -pv =coreutils-5.2.1-r7
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild UD] sys-apps/coreutils-5.2.1-r7 [5.94-r1] USE="-acl -build
-nls -static" 0 kB
Total size of downloads: 0 kB
See the little "D"?
It's not big, it's not fat, but it's warning you. :)
Steve
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 37+ messages in thread
* Re: [gentoo-dev] Re: Re: Re: Masking practics
2006-08-07 19:22 ` Steve Dibb
@ 2006-08-07 19:48 ` Enrico Weigelt
2006-08-07 20:33 ` Steve Dibb
` (5 more replies)
0 siblings, 6 replies; 37+ messages in thread
From: Enrico Weigelt @ 2006-08-07 19:48 UTC (permalink / raw
To: gentoo-dev
* Steve Dibb <beandog@gentoo.org> schrieb:
<snip>
> [ebuild UD] sys-apps/coreutils-5.2.1-r7 [5.94-r1] USE="-acl -build
> -nls -static" 0 kB
>
> Total size of downloads: 0 kB
>
> See the little "D"?
>
> It's not big, it's not fat, but it's warning you. :)
Not actually an eye-catching.
To be fair, do *you* actually look through *all* the emerge
output if there's any "D" flag, without the risk of overlooking
it someday ?
Why can't emerge shout out some more verbose text ? Something
really eye-catching ?
cu
--
---------------------------------------------------------------------
Enrico Weigelt == metux IT service - http://www.metux.de/
---------------------------------------------------------------------
Please visit the OpenSource QM Taskforce:
http://wiki.metux.de/public/OpenSource_QM_Taskforce
Patches / Fixes for a lot dozens of packages in dozens of versions:
http://patches.metux.de/
---------------------------------------------------------------------
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 37+ messages in thread
* Re: [gentoo-dev] Re: Re: Re: Masking practics
2006-08-07 19:48 ` Enrico Weigelt
@ 2006-08-07 20:33 ` Steve Dibb
2006-08-07 20:41 ` Steev Klimaszewski
` (4 subsequent siblings)
5 siblings, 0 replies; 37+ messages in thread
From: Steve Dibb @ 2006-08-07 20:33 UTC (permalink / raw
To: gentoo-dev
Enrico Weigelt wrote:
> * Steve Dibb <beandog@gentoo.org> schrieb:
>
> <snip>
>
>
>> [ebuild UD] sys-apps/coreutils-5.2.1-r7 [5.94-r1] USE="-acl -build
>> -nls -static" 0 kB
>>
>> Total size of downloads: 0 kB
>>
>> See the little "D"?
>>
>> It's not big, it's not fat, but it's warning you. :)
>>
>
> Not actually an eye-catching.
>
No, but it's going to be on every ebuild that's downgrading. They're in
*color* too. Whee! :D
> To be fair, do *you* actually look through *all* the emerge
> output if there's any "D" flag, without the risk of overlooking
> it someday ?
>
Yes. I do. :)
emerge -puvN world | less
> Why can't emerge shout out some more verbose text ? Something
> really eye-catching ?
>
>
Well the devs could expand on FEATURES="candy" or whatever it's called.
Feel free to submit a patch. I don't know how to code it either, or I
would.
Steve
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 37+ messages in thread
* Re: [gentoo-dev] Re: Re: Re: Masking practics
2006-08-07 19:48 ` Enrico Weigelt
2006-08-07 20:33 ` Steve Dibb
@ 2006-08-07 20:41 ` Steev Klimaszewski
2006-08-07 21:01 ` Enrico Weigelt
2006-08-07 20:44 ` Richard Fish
` (3 subsequent siblings)
5 siblings, 1 reply; 37+ messages in thread
From: Steev Klimaszewski @ 2006-08-07 20:41 UTC (permalink / raw
To: gentoo-dev
Enrico Weigelt wrote:
> Not actually an eye-catching.
Ummm, D, as opposed to U... Yeah, that catches my eye. I am weird like
that though.
>
> To be fair, do *you* actually look through *all* the emerge
> output if there's any "D" flag, without the risk of overlooking
> it someday ?
Yes, honestly, I DO look at it - I wouldn't be much of a system
administrator if I didn't. I *always* *always* run emerge -uDpv world
when I do an update world - and not only that - but I *always* *always*
run emerge -av packagename/world - I never ever blindly run an emerge -
even if it is the same one I just ran a -p on. I dunno, guess I am just
careful like that. Obviously, not everyone wants to be vigilant - but
if you aren't - then you don't get to whine about it when it breaks.....
well actually I guess you do...
>
> Why can't emerge shout out some more verbose text ? Something
> really eye-catching ?
>
Well, why not look into color.map - and as has been mentioned in this or
other flags, read the finely written documentation - in fact, I know of
other distros who use OUR documentation when pointing out how to do
things to others on THEIR distros. Documentation isn't exactly written
because the doc writers were bored. It was written so things aren't
constantly repeated as have been over and over and over...infinity.
Seriously, stop trying to be lazy and be a responsible system admin.
> cu
No, cu!
Steev
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 37+ messages in thread
* Re: [gentoo-dev] Re: Re: Re: Masking practics
2006-08-07 20:41 ` Steev Klimaszewski
@ 2006-08-07 21:01 ` Enrico Weigelt
2006-08-07 21:17 ` Thomas Cort
2006-08-08 14:41 ` Patrick McLean
0 siblings, 2 replies; 37+ messages in thread
From: Enrico Weigelt @ 2006-08-07 21:01 UTC (permalink / raw
To: gentoo-dev
* Steev Klimaszewski <steev@gentoo.org> schrieb:
<snip>
> Obviously, not everyone wants to be vigilant - but
> if you aren't - then you don't get to whine about it when it breaks.....
> well actually I guess you do...
So, you don't have any intention to help people who don't have
such an eagle-eye on single chars, even it could be easy ?
<snip>
> > Why can't emerge shout out some more verbose text ? Something
> > really eye-catching ?
> >
>
> Well, why not look into color.map - and as has been mentioned in this or
Would be a first start. But doesnt help much in emails or monochrome
terminals. Even piping to less kills colors.
So I'll probably have no other chance than writing a frontend
to emerge, parsing its output - hoping the output syntax remains
the same for an sufficiant time :(
cu
--
---------------------------------------------------------------------
Enrico Weigelt == metux IT service - http://www.metux.de/
---------------------------------------------------------------------
Please visit the OpenSource QM Taskforce:
http://wiki.metux.de/public/OpenSource_QM_Taskforce
Patches / Fixes for a lot dozens of packages in dozens of versions:
http://patches.metux.de/
---------------------------------------------------------------------
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 37+ messages in thread
* Re: [gentoo-dev] Re: Re: Re: Masking practics
2006-08-07 21:01 ` Enrico Weigelt
@ 2006-08-07 21:17 ` Thomas Cort
2006-08-08 14:41 ` Patrick McLean
1 sibling, 0 replies; 37+ messages in thread
From: Thomas Cort @ 2006-08-07 21:17 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 620 bytes --]
On Mon, 7 Aug 2006 23:01:45 +0200
Enrico Weigelt <weigelt@metux.de> wrote:
> > Obviously, not everyone wants to be vigilant - but
> > if you aren't - then you don't get to whine about it when it breaks.....
> > well actually I guess you do...
>
> So, you don't have any intention to help people who don't have
> such an eagle-eye on single chars, even it could be easy ?
Users can help themselves. The D is in the exact same place (right
before the ']') and in a different color (dark blue). You can
use grep to find the downgrades:
emerge -uD world -vp | grep D\]
or
grep D\] email.txt
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 37+ messages in thread
* Re: [gentoo-dev] Re: Re: Re: Masking practics
2006-08-07 21:01 ` Enrico Weigelt
2006-08-07 21:17 ` Thomas Cort
@ 2006-08-08 14:41 ` Patrick McLean
2006-08-08 15:08 ` FieldySnuts
2006-08-08 19:38 ` Joshua Nichols
1 sibling, 2 replies; 37+ messages in thread
From: Patrick McLean @ 2006-08-08 14:41 UTC (permalink / raw
To: gentoo-dev
Enrico Weigelt wrote:
> So I'll probably have no other chance than writing a frontend
> to emerge, parsing its output - hoping the output syntax remains
> the same for an sufficiant time :(
>
[ebuild R ] sys-fs/cryptsetup-luks-1.0.3-r2
[ebuild U ] x11-terms/rxvt-unicode-7.9 [7.8-r1]
[ebuild U ] sci-chemistry/gromacs-3.3.1 [3.3]
[ebuild UD] app-foo/bar-1.0.2 [1.1.0]
[ebuild U ] app-text/evince-0.5.5 [0.5.4]
Why do you think emerge has columnar output like this, notice how the D
is in a different column than anything else, it makes it pretty easy to
spot, if you are too lazy to at least scan the output of emerge -p
before actually running the emerge, don't complain when you break your
system.
We generally assume that our users have some intelligence, we don't put
big fat warnings on everything that might break. We give the users all
the information and let them decide if its going to break. Gentoo never
was and never will be idiot-proof. We do not, and never will try to
protect people from their own stupidity.
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 37+ messages in thread
* Re: [gentoo-dev] Re: Re: Re: Masking practics
2006-08-08 14:41 ` Patrick McLean
@ 2006-08-08 15:08 ` FieldySnuts
[not found] ` <20060808203638.GD1477@nibiru.local>
2006-08-08 19:38 ` Joshua Nichols
1 sibling, 1 reply; 37+ messages in thread
From: FieldySnuts @ 2006-08-08 15:08 UTC (permalink / raw
To: gentoo-dev
On Tuesday 08 August 2006 10:41, Patrick McLean wrote:
> We generally assume that our users have some intelligence, we don't put
> big fat warnings on everything that might break. We give the users all
> the information and let them decide if its going to break. Gentoo never
> was and never will be idiot-proof. We do not, and never will try to
> protect people from their own stupidity.
As an end user and also an administrator, I am very pleased to see this laid
out so clearly. I mean, I knew it, but it seems like it needs to be yelled
once in a while...
Thanks Patrick.
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 37+ messages in thread
* Re: [gentoo-dev] Re: Re: Re: Masking practics
2006-08-08 14:41 ` Patrick McLean
2006-08-08 15:08 ` FieldySnuts
@ 2006-08-08 19:38 ` Joshua Nichols
2006-08-08 19:42 ` Simon Stelling
1 sibling, 1 reply; 37+ messages in thread
From: Joshua Nichols @ 2006-08-08 19:38 UTC (permalink / raw
To: gentoo-dev
Patrick McLean wrote:
> Enrico Weigelt wrote:
> [ebuild R ] sys-fs/cryptsetup-luks-1.0.3-r2
> [ebuild U ] x11-terms/rxvt-unicode-7.9 [7.8-r1]
> [ebuild U ] sci-chemistry/gromacs-3.3.1 [3.3]
> [ebuild UD] app-foo/bar-1.0.2 [1.1.0]
> [ebuild U ] app-text/evince-0.5.5 [0.5.4]
>
> Why do you think emerge has columnar output like this, notice how the D
> is in a different column than anything else, it makes it pretty easy to
> spot, if you are too lazy to at least scan the output of emerge -p
> before actually running the emerge, don't complain when you break your
> system.
>
While it is columnar, the D is in a dark blue font. If you happen to be
using a dark background, there is extremely little contrast. Perhaps it
could be a different color that would stick out in both light and dark
backgrounds?
Also something that has always bugged me... isn't the U supposed to be
for upgrade and the D for downgrade? In this case, it would make sense
to only show the D when downgrades will occur, and not both, wouldn't it?
Not that I have ever had a problem with downgrades (that I remember),
but I think these two tidbits would probably be an overall improvement.
--
Joshua Nichols
Gentoo/Java - Project Lead
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 37+ messages in thread
* Re: [gentoo-dev] Re: Re: Re: Masking practics
2006-08-08 19:38 ` Joshua Nichols
@ 2006-08-08 19:42 ` Simon Stelling
0 siblings, 0 replies; 37+ messages in thread
From: Simon Stelling @ 2006-08-08 19:42 UTC (permalink / raw
To: gentoo-dev
Joshua Nichols wrote:
> While it is columnar, the D is in a dark blue font. If you happen to be
> using a dark background, there is extremely little contrast. Perhaps it
> could be a different color that would stick out in both light and dark
> backgrounds?
There is color-mapping support in portage 2.1, i guess it could be done with that.
> Also something that has always bugged me... isn't the U supposed to be
> for upgrade and the D for downgrade? In this case, it would make sense
> to only show the D when downgrades will occur, and not both, wouldn't it?
I always interpreted it as 'update' instead of 'upgrade'.
--
Kind Regards,
Simon Stelling
Gentoo/AMD64 Developer
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 37+ messages in thread
* Re: [gentoo-dev] Re: Re: Re: Masking practics
2006-08-07 19:48 ` Enrico Weigelt
2006-08-07 20:33 ` Steve Dibb
2006-08-07 20:41 ` Steev Klimaszewski
@ 2006-08-07 20:44 ` Richard Fish
2006-08-07 21:06 ` Michael Weyershäuser
` (2 subsequent siblings)
5 siblings, 0 replies; 37+ messages in thread
From: Richard Fish @ 2006-08-07 20:44 UTC (permalink / raw
To: gentoo-dev
On 8/7/06, Enrico Weigelt <weigelt@metux.de> wrote:
> To be fair, do *you* actually look through *all* the emerge
> output if there's any "D" flag, without the risk of overlooking
> it someday ?
Um, sorry, but users *should* be looking at the output of --pretend to
get an idea of what portage wants to do to their systems. And not
just for the 'D' either.
> Why can't emerge shout out some more verbose text ? Something
> really eye-catching ?
Please don't. Portage already has enough messages that try to be "eye
catching". I've only got two eyes after all...
-Richard
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 37+ messages in thread
* Re: [gentoo-dev] Re: Re: Re: Masking practics
2006-08-07 19:48 ` Enrico Weigelt
` (2 preceding siblings ...)
2006-08-07 20:44 ` Richard Fish
@ 2006-08-07 21:06 ` Michael Weyershäuser
2006-08-07 21:32 ` Benno Schulenberg
2006-08-08 6:24 ` Curtis Napier
5 siblings, 0 replies; 37+ messages in thread
From: Michael Weyershäuser @ 2006-08-07 21:06 UTC (permalink / raw
To: gentoo-dev
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Enrico Weigelt wrote:
> To be fair, do *you* actually look through *all* the emerge
> output if there's any "D" flag, without the risk of overlooking
> it someday ?
Yes.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
iD8DBQFE16tG6q4f+IV6B/wRApCbAJoC6r1YXAsp1SEcrVz0ODCQ1ngqVACfcrvg
X0acTdrIGo9FN2l8aD7YmDo=
=bsrK
-----END PGP SIGNATURE-----
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 37+ messages in thread
* Re: [gentoo-dev] Re: Re: Re: Masking practics
2006-08-07 19:48 ` Enrico Weigelt
` (3 preceding siblings ...)
2006-08-07 21:06 ` Michael Weyershäuser
@ 2006-08-07 21:32 ` Benno Schulenberg
2006-08-08 6:24 ` Curtis Napier
5 siblings, 0 replies; 37+ messages in thread
From: Benno Schulenberg @ 2006-08-07 21:32 UTC (permalink / raw
To: gentoo-dev
Enrico Weigelt wrote:
> * Steve Dibb <beandog@gentoo.org> schrieb:
> > See the little "D"?
> >
> > It's not big, it's not fat, but it's warning you. :)
>
> Not actually an eye-catching.
>
> To be fair, do *you* actually look through *all* the emerge
> output if there's any "D" flag, without the risk of overlooking
> it someday ?
You don't have to look at it. Write your own little emerge wrapper
script, let it amongst other things grep for "UD", and let it howl
when it finds it.
Benno
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 37+ messages in thread
* Re: [gentoo-dev] Re: Re: Re: Masking practics
2006-08-07 19:48 ` Enrico Weigelt
` (4 preceding siblings ...)
2006-08-07 21:32 ` Benno Schulenberg
@ 2006-08-08 6:24 ` Curtis Napier
5 siblings, 0 replies; 37+ messages in thread
From: Curtis Napier @ 2006-08-08 6:24 UTC (permalink / raw
To: gentoo-dev
-----BEGIN PGP SIGNED MESSAGE-----
Hash: MD5
Enrico Weigelt wrote:
> * Steve Dibb <beandog@gentoo.org> schrieb:
>
> <snip>
>
>> [ebuild UD] sys-apps/coreutils-5.2.1-r7 [5.94-r1] USE="-acl -build
>> -nls -static" 0 kB
>>
>> Total size of downloads: 0 kB
>>
>> See the little "D"?
>>
>> It's not big, it's not fat, but it's warning you. :)
>
> Not actually an eye-catching.
>
> To be fair, do *you* actually look through *all* the emerge
> output if there's any "D" flag, without the risk of overlooking
> it someday ?
Yes. I look at the entire output of emerge -pv *EVERY* single time. Not
doing so would be insane and I would get what I deserve... a broken system.
>
> Why can't emerge shout out some more verbose text ? Something
> really eye-catching ?
>
How much more eye-catching does it need to be? It's color coded in a
column along the left hand side of the screen in a nice format that is
easily parse-able and grep-able. You don't even have to scan left to
right when reading it!
It's obvious to me that you haven't been a long time Gentoo user. All of
the issues you have brought up in the several different threads are all
mistakes that n00bs make when changing their Linux Admin paradigm to the
Gentoo Way(tm).
We see a thousand questions a year just like yours in the forums from
new Gentoo users. Every single one of those users comes back in a few
months and recants once they get a good understanding of what they are
doing and how powerful Gentoo actually is.
Once you use it for a while you will find that the current system (USE,
SLOTs, etc...) is *extremely* powerful and flexible from just about any
POV. No binary distro can beat it.
- --Curtis
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iQEVAwUBRNguEUb8Q0uRCeTQAQFmyAgAqUxtDU2HP0UPunU9yvvxL4ab3LqYsOF5
zHqn8gqZyU0zMoY57JkwulyjQfRVMg9VuZ/D9+Rel6eqsJ1GXVRbyyOx9mK80hnP
mYbT7q1kuH3pwSXzmmNn8MN5gKvTVJUVSfmdYn/ZhiXmnMTQOjCoLfoGSS4vfdpK
R82WQWJ/ozw4um6kVyci1M3JVdQSmaPxFDgUrU6Y9+LzbnzBcalW8ns1oVIRL6Za
0XGfZcDRtVIlGzUKcimhRxzucaGu3Ua8ySIC2R+y0WnSBUAUI6qiVQ0A5TUYiynZ
PFB9Zhwr6LDk4Itkxh1UfL70igLWv61GQxpML+Bysx3eMo2EY9JYlQ==
=5OM1
-----END PGP SIGNATURE-----
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 37+ messages in thread