Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 169263

Summary: All einfo messages should be displayed after all ebuilds has been emerged
Product: Portage Development Reporter: J.O. Aho <bugs-gentoo>
Component: Enhancement/Feature RequestsAssignee: Portage team <dev-portage>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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 ***