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

Bug 873097

Summary: app-shells/tcsh: adapt to recent grep changes
Product: Gentoo Linux Reporter: Thomas Capricelli <orzel>
Component: Current packagesAssignee: Fabian Groffen <grobian>
Status: RESOLVED FIXED    
Severity: normal CC: gentoo
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Thomas Capricelli 2022-09-26 20:52:18 UTC
Each shell i start prints the following line:
egrep: warning: egrep is obsolescent; using /bin/grep -E

I guess it comes from /etc/csh.cshrc and /etc/csh.login, they both use the now obsolate 'egrep' command.

Reproducible: Always
Comment 1 Fabian Groffen gentoo-dev 2022-09-29 18:55:25 UTC
yes, not sure why they thought this was a good idea, but let's fix it.
Comment 2 Larry the Git Cow gentoo-dev 2022-10-02 17:11:22 UTC
The bug has been closed via the following commit(s):

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

commit e765140dd27ed066aa1eb16bb457df0e40425a2a
Author:     Fabian Groffen <grobian@gentoo.org>
AuthorDate: 2022-10-02 17:10:51 +0000
Commit:     Fabian Groffen <grobian@gentoo.org>
CommitDate: 2022-10-02 17:10:51 +0000

    app-shells/tcsh-6.24.01-r1: bump config for egrep fixes
    
    Closes: https://bugs.gentoo.org/873097
    Signed-off-by: Fabian Groffen <grobian@gentoo.org>

 app-shells/tcsh/Manifest               |   1 +
 app-shells/tcsh/tcsh-6.24.01-r1.ebuild | 111 +++++++++++++++++++++++++++++++++
 2 files changed, 112 insertions(+)
Comment 3 Thomas Capricelli 2022-10-04 09:12:07 UTC
Yeps, problem is gone with -r1. Thanks a lot !