Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 169263 - All einfo messages should be displayed after all ebuilds has been emerged
Summary: All einfo messages should be displayed after all ebuilds has been emerged
Status: RESOLVED DUPLICATE of bug 11359
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Enhancement/Feature Requests (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-04 11:05 UTC by J.O. Aho
Modified: 2007-03-04 11:12 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 J.O. Aho 2007-03-04 11:05:21 UTC
If you don't pipe all output from emerge to a file, you will miss a lot of information when you do large updates. If all einfo are stored in a buffer until emerge finished and then display it, you get all the information visible and you will easily find all important infromation.

Reproducible: Always

Steps to Reproduce:
1. emerge -u world

Actual Results:  
You will miss all the information echoed from the ebuild, as you won't have an unlimited text/scroll buffer.

Expected Results:  
The information is shown after all ebuilds has been finished or saved to a default log file, eg /tmp/emerge-200703041206.einfo
Comment 1 Zac Medico gentoo-dev 2007-03-04 11:12:00 UTC
See the ELOG stuff in /etc/make.conf.example.

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