Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 45664 - Patch to /sbin/function.sh to save 'einfo' messages during emerge.
Summary: Patch to /sbin/function.sh to save 'einfo' messages during emerge.
Status: RESOLVED DUPLICATE of bug 11359
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-24 19:00 UTC by Matt Haley
Modified: 2005-07-17 13:06 UTC (History)
0 users

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


Attachments
Patches /sbin/functions.sh (functions.sh.patch,421 bytes, patch)
2004-03-24 19:01 UTC, Matt Haley
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Haley 2004-03-24 19:00:55 UTC
There are many times when during an emerge of multiple packages, important information is produced but scrolls by too quickly to read. Attached is a patch to /sbin/functions.sh that will allow you to save (only) the einfo messages to a file of your choice.

Usage:

SAVE_EINFO=/tmp/einfo.log emerge somepackage


Reproducible: Always
Steps to Reproduce:
1. emerge somepackages
2. 
3.

Actual Results:  
einfo messages scrolled by too quickly

Expected Results:  
Saved messages to a file.
Comment 1 Matt Haley 2004-03-24 19:01:42 UTC
Created attachment 27970 [details, diff]
Patches /sbin/functions.sh
Comment 2 Mamoru KOMACHI (RETIRED) gentoo-dev 2004-03-25 01:21:20 UTC

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