Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 148819 - Portage 2.1.2_pre1 doesn't log the messages at the and of merge
Summary: Portage 2.1.2_pre1 doesn't log the messages at the and of merge
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core - Ebuild Support (show other bugs)
Hardware: All Linux
: High normal
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-23 11:24 UTC by Peter Avramucz
Modified: 2006-09-23 11:44 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 Peter Avramucz 2006-09-23 11:24:52 UTC
I have "PORTAGE_ELOG_SYSTEM="save"" in my make.conf, but the testing version of portage doesn't log.
However stable version does.
Comment 1 Zac Medico gentoo-dev 2006-09-23 11:33:28 UTC
I always leave the elog save module enabled and the logs are created normally for me.  These are my settings:

PORTAGE_ELOG_SYSTEM="save"
PORTAGE_ELOG_CLASSES="warn error log info"

The logs are created in ${PORT_LOGDIR}/elog/ for me.  You're not getting any logs there?  The last portage version that worked for you was 2.1.1?
Comment 2 Peter Avramucz 2006-09-23 11:44:11 UTC
I have changed my make.conf, including your lines.
Now it works fine. Thank you!