Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 88837 - log file of portage should be more transparent (parallel emerge activities)
Summary: log file of portage should be more transparent (parallel emerge activities)
Status: RESOLVED DUPLICATE of bug 147516
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Enhancement/Feature Requests (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
: 139873 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-04-12 05:24 UTC by Thomas Bettler
Modified: 2007-01-11 03:57 UTC (History)
2 users (show)

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 Thomas Bettler 2005-04-12 05:24:09 UTC
The /var/log/emerge.log should be more transparent in case there are more parallel emerge activities. This might be the parallel fetching / merging / depency calculating / syncing whatever. Of course some of the activities might conflict and people may not use them together, but other activities don't conflict at all (i.g. fetching / merging).

This time the log doesn't allow to idetify, which emerge session "terminated successfully" or what session "aborted". Maybe this misconception could be fixed using the timestamp at the beginning as session id, and could be added as additional information.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-07-10 07:09:54 UTC
*** Bug 139873 has been marked as a duplicate of this bug. ***
Comment 2 John Herdy 2006-07-10 07:49:19 UTC
i searched for parallel-fetch, couldn't find anything, posting my message from bug #139873 as well so other people can find this bug.


if feature parallel-fetch is activated in portage an entry in the
portagelogfile is created when fetching is finished <time>:  *** terminating.
this breaks logparsers because the same message apears when emerge failed and
also when emerge finished. i suggest all <time>:  *** terminating writing to
the logfiles is replaced with actual events for example; succesfully downloaded
sources, failed downloading sources, emerge failed prematurely or emerge is
succesfully finished, etc. this would make logparsing a lot easier.
Comment 3 Zac Medico gentoo-dev 2006-07-10 12:43:31 UTC
In svn r3833 I've added a hack for the parallel-fetch case.  The rest of this bug may not get fixed for a while because parallel use of emerge isn't really supported.
Comment 4 Zac Medico gentoo-dev 2006-07-31 11:35:37 UTC
The parallel-fetch fix is also in svn r4070 for 2.1-r2.
Comment 5 Marius Mauch (RETIRED) gentoo-dev 2007-01-11 03:57:31 UTC

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