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
yes, not sure why they thought this was a good idea, but let's fix it.
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(+)
Yeps, problem is gone with -r1. Thanks a lot !