Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 795354

Summary: kernel-2.eclass: use einfo instead of elog for "Preparing" messages
Product: Gentoo Linux Reporter: Pacho Ramos <pacho>
Component: Current packagesAssignee: Gentoo Kernel Bug Wranglers and Kernel Maintainers <kernel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Pacho Ramos gentoo-dev 2021-06-11 08:53:45 UTC
I was reviewing the logs and I found:
>>> Messages generated by process 179134 on 2021-06-10 13:40:52 CEST for package sys-kernel/gentoo-sources-5.12.9:

LOG: setup
>>> Preparing to unpack ...
LOG: install
>>> Copying sources ...
LOG: postinst
If you are upgrading from a previous kernel, you may be interested
in the following document:
  - General upgrade guide: https://wiki.gentoo.org/wiki/Kernel/Upgrade



I think "Preparing to unpack" and "Copying sources" are not so important to be logged there. Probably einfo could be used for them

Thanks
Comment 1 Larry the Git Cow gentoo-dev 2021-06-16 23:13:31 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ebf0796efd8578098ab4afe14a677be3c3c990b

commit 6ebf0796efd8578098ab4afe14a677be3c3c990b
Author:     Mike Pagano <mpagano@gentoo.org>
AuthorDate: 2021-06-16 23:12:06 +0000
Commit:     Mike Pagano <mpagano@gentoo.org>
CommitDate: 2021-06-16 23:12:06 +0000

    eclass/kernel-2: Fix einfo/elog messages
    
    Fix einfo/elog messages to be more aligned with guidance outlined
    in the devmanual
    
    Closes: https://bugs.gentoo.org/795354
    
    Reported-by: Pacho Ramos
    Signed-off-by: Mike Pagano <mpagano@gentoo.org>

 eclass/kernel-2.eclass | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)