Re: [gentoo-user] Portage hooks: Allow verbose output

2018-08-21 Thread Corentin “Nado” Pazdera
August 21, 2018 11:52 PM, "Ben Mezger" mailto:s...@seds.nl?to=%22Ben%20Mezger%22%20)> wrote: Corentin, Since I am running genkenel to do the compilation, I would like to see all the output coming from genkernel (and not the compilation itself). Using ebegin/eend would require me to write the erro

[gentoo-user] chatty dhcpcd, or iproute2?

2018-08-21 Thread Ian Zimmerman
Does everyone else also see low-level console output (looks like it may be from iproute2) when openrc runs dhcpcd? I see that /etc/init.d/dhcpcd already has a line command_args=-q so trying to stuff it somewhere won't help. I know this is superficial and all, but I'd prefer not to see those lin

[gentoo-user] Re: Running 3rd party apps intended for Ubuntu/RedHat

2018-08-21 Thread Grant Edwards
On 2018-08-21, james wrote: > On 8/21/18 6:25 PM, Grant Edwards wrote: >> There are a handful of 3rd party, closed-source apps that I run on my >> Gentoo systems. Often they're available for RedHat or Ubuntu, >> sometimes for "generic" Linux. [...] >> I've been thinking about trying to automate

Re: [gentoo-user] Running 3rd party apps intended for Ubuntu/RedHat

2018-08-21 Thread james
On 8/21/18 6:25 PM, Grant Edwards wrote: > There are a handful of 3rd party, closed-source apps that I run on my > Gentoo systems. Often they're available for RedHat or Ubuntu, > sometimes for "generic" Linux. > > The apps for "generic" Linux usually run without too much trouble, > since they ten

[gentoo-user] Running 3rd party apps intended for Ubuntu/RedHat

2018-08-21 Thread Grant Edwards
There are a handful of 3rd party, closed-source apps that I run on my Gentoo systems. Often they're available for RedHat or Ubuntu, sometimes for "generic" Linux. The apps for "generic" Linux usually run without too much trouble, since they tend to include most of the libraries they need bundled

Re: [gentoo-user] Portage hooks: Allow verbose output

2018-08-21 Thread Ben Mezger
Corentin, Since I am running genkenel to do the compilation, I would like to see all the output coming from genkernel (and not the compilation itself). Using ebegin/eend would require me to write the error/success messages myself, or not? Regards, On Tue, 21 Aug 2018 at 17:35 Corentin “Nado” Paz

Re: [gentoo-user] Portage hooks: Allow verbose output

2018-08-21 Thread Corentin “Nado” Pazdera
August 21, 2018 10:03 PM, "Ben Mezger" mailto:s...@seds.nl?to=%22Ben%20Mezger%22%20)> wrote: Greetings, My current portage configuration is configure to not output any compilation output, as so: --- /etc/portage/make.conf PORTAGE_ELOG_CLASSES="info warn error log qa" PORTAGE_ELOG_SYSTEM="e

[gentoo-user] Portage hooks: Allow verbose output

2018-08-21 Thread Ben Mezger
Greetings, My current portage configuration is configure to not output any compilation output, as so: --- /etc/portage/make.conf PORTAGE_ELOG_CLASSES="info warn error log qa" PORTAGE_ELOG_SYSTEM="echo save" FEATURES="split-elog buildpkg webrsync-gpg" EMERGE_DEFAULT_OPTS="--jobs=5 --load-aver