Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 873097 - app-shells/tcsh: adapt to recent grep changes
Summary: app-shells/tcsh: adapt to recent grep changes
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Fabian Groffen
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-09-26 20:52 UTC by Thomas Capricelli
Modified: 2022-10-04 09:12 UTC (History)
1 user (show)

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 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 !