Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 769914 - apache-2.eclass: use einfo instead of elog for renaming configure.in
Summary: apache-2.eclass: use einfo instead of elog for renaming configure.in
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Lars Wendler (Polynomial-C) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 440484
  Show dependency tree
 
Reported: 2021-02-10 20:34 UTC by Pacho Ramos
Modified: 2021-02-10 20:43 UTC (History)
0 users

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 Pacho Ramos gentoo-dev 2021-02-10 20:34:45 UTC
I don't think this message is really useful for the users:
        # Don't rename configure.in _before_ any possible user patches!
        if [[ -f "configure.in" ]] ; then
                elog "Renaming configure.in to configure.ac"
                mv configure.{in,ac} || die
        fi


I would then not save it in the logs

Thanks
Comment 1 Larry the Git Cow gentoo-dev 2021-02-10 20:40:32 UTC
The bug has been closed via the following commit(s):

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

commit aca08fa492a8b161bee8ac802e76e6674ca2e0f8
Author:     Lars Wendler <polynomial-c@gentoo.org>
AuthorDate: 2021-02-10 20:39:52 +0000
Commit:     Lars Wendler <polynomial-c@gentoo.org>
CommitDate: 2021-02-10 20:40:29 +0000

    apache-2.eclass: Replace elog with einfo
    
    Closes: https://bugs.gentoo.org/769914
    Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>

 eclass/apache-2.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 2 Pacho Ramos gentoo-dev 2021-02-10 20:43:48 UTC
Thanks Lars!