Skip to content

This document is a WORK IN PROGRESS.
This is just a quick personal cheat sheet: treat its contents with caution!


elogv

elogv is a curses based tool that parses the contents of elogs created by Portage.

Reference(s)

Table of contents


Install

# emerge -a app-portage/elogv

Config

To use elogv, the Portage elog system needs to be configured in /etc/portage/make.conf with the following addition:

# vi /etc/portage/make.conf
    > ...
    > # Logging
    > PORTAGE_ELOG_CLASSES="warn error log"
    > PORTAGE_ELOG_SYSTEM="save"
    > ...

For additional variable definitions see the /usr/share/portage/config/make.conf.example file.


Use

Run elogv:

$ elogv --help


If this cheat sheet has been useful to you, then please consider leaving a star here.