Gentoo Archives: gentoo-user

From: Ben Mezger <su@××××.nl>
To: "gentoo-user@l.g.o" <gentoo-user@l.g.o>
Subject: [gentoo-user] Portage hooks: Allow verbose output
Date: Tue, 21 Aug 2018 20:03:10
Message-Id: CANLyGzYuo1+_kocWmWQ==ZupLS6emGPEWAdn3+HvO1xP2eV1gw@mail.gmail.com
1 Greetings,
2
3 My current portage configuration is configure to not output any compilation
4 output, as so:
5
6 --- /etc/portage/make.conf ----
7 PORTAGE_ELOG_CLASSES="info warn error log qa"
8 PORTAGE_ELOG_SYSTEM="echo save"
9 FEATURES="split-elog buildpkg webrsync-gpg"
10 EMERGE_DEFAULT_OPTS="--jobs=5 --load-average=4"
11
12 However, I have set a post_pkg_postinst hook to run "genkernel all" when
13 installing gentoo-sources. Is there anyway I can open an exception and
14 allow any output from a hook to be completely verbose when emerging?
15
16 Regards
17
18 - Ben
19 --
20
21 Ben Mezger

Replies

Subject Author
Re: [gentoo-user] Portage hooks: Allow verbose output "Corentin “Nado” Pazdera" <nado@××××××××××.be>