Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 18079 - portage feature: deferred information output (lazyinfo)
Summary: portage feature: deferred information output (lazyinfo)
Status: RESOLVED DUPLICATE of bug 11359
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Nicholas Jones (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-24 01:59 UTC by Stanislav Karchebny
Modified: 2011-10-30 22:21 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stanislav Karchebny 2003-03-24 01:59:27 UTC
I propose that a feature is added to portage that all information that is
usually output after package has been emerged, should be emitted after all
packages in a emerge list have been emerged.
e.g. when i say 'emerge kde' it will pull out a list of kdenetwork, kdelibs et
cetera. sometimes it prints crucial information after one or another package is
merged, but since the install is mostly unattended those are gone unnoticed.
what portage should do is defer output of post-install information until all
packages in a list are emerged and then output them in a bunch like

Package: kdelibs
 * WARNING: this or that

Package: kdenetwork
 * NOTICE: that or something else

etc...

This way it'll be easier to track what has changed dramatically and what to
watch out for.

Reproducible: Didn't try
Steps to Reproduce:
1.
2.
3.
Comment 1 Stanislav Karchebny 2003-03-24 02:03:09 UTC
Well, probably /var/log/emerge.log should do.
But for the sake of clarity and n00bs out there...

At least print "See /var/log/emerge.log" after long-long-long emerges.
Comment 2 SpanKY gentoo-dev 2003-07-30 16:08:23 UTC

*** This bug has been marked as a duplicate of 11359 ***