ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] GREP_OPTIONS is deprecated
@ 2020-12-02  3:40 Alexey V. Vissarionov
  2020-12-02  9:59 ` Dmitry V. Levin
  0 siblings, 1 reply; 4+ messages in thread
From: Alexey V. Vissarionov @ 2020-12-02  3:40 UTC (permalink / raw)
  To: devel

Обратил внимание, что при установке некоторых пакетов вылезает ругань:

grep: warning: GREP_OPTIONS is deprecated; please use an alias or script

Могу предположить, что со временем эта переменная превратится в тыкву,
поэтому рекомендую всем, кто ее использует, перейти к явному указанию
нужных параметров.


Выглядит это примерно так:

229: crontab-control-1.1-alt1           ######################### [ 93%]
230: vixie-cron-4.1.20060426-alt10.2    ######################### [ 94%]
grep: warning: GREP_OPTIONS is deprecated; please use an alias or script
grep: warning: GREP_OPTIONS is deprecated; please use an alias or script
grep: warning: GREP_OPTIONS is deprecated; please use an alias or script
grep: warning: GREP_OPTIONS is deprecated; please use an alias or script
grep: warning: GREP_OPTIONS is deprecated; please use an alias or script
grep: warning: GREP_OPTIONS is deprecated; please use an alias or script
231: crontabs-1.8-alt1                  ######################### [ 94%]
232: logrotate-3.16.0-alt1.git35_6e8dfb8######################### [ 95%]
233: dhcp-common-1:4.4.2-alt1           ######################### [ 95%]
234: dhcp-server-1:4.4.2-alt1           ######################### [ 96%]
235: libutempter-1.2.1-alt1             ######################### [ 96%]
236: screen-4.6.2-alt2                  ######################### [ 96%]
237: passwd-1.0.14-alt1                 ######################### [ 97%]
grep: warning: GREP_OPTIONS is deprecated; please use an alias or script
grep: warning: GREP_OPTIONS is deprecated; please use an alias or script
grep: warning: GREP_OPTIONS is deprecated; please use an alias or script
grep: warning: GREP_OPTIONS is deprecated; please use an alias or script
grep: warning: GREP_OPTIONS is deprecated; please use an alias or script
238: tcpdump-1:4.9.3-alt2               ######################### [ 97%]

-- 
Alexey V. Vissarionov
gremlin ПРИ altlinux ТЧК org; +vii-cmiii-ccxxix-lxxix-xlii
GPG: 0D92F19E1C0DC36E27F61A29CD17E2B43D879005 @ hkp://keys.gnupg.net


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [devel] GREP_OPTIONS is deprecated
  2020-12-02  3:40 [devel] GREP_OPTIONS is deprecated Alexey V. Vissarionov
@ 2020-12-02  9:59 ` Dmitry V. Levin
  2020-12-02 11:01   ` Alexey V. Vissarionov
  0 siblings, 1 reply; 4+ messages in thread
From: Dmitry V. Levin @ 2020-12-02  9:59 UTC (permalink / raw)
  To: ALT Devel discussion list

On Wed, Dec 02, 2020 at 06:40:12AM +0300, Alexey V. Vissarionov wrote:
> Обратил внимание, что при установке некоторых пакетов вылезает ругань:
> 
> grep: warning: GREP_OPTIONS is deprecated; please use an alias or script

Могу предположить, что переменная GREP_OPTIONS уже была определена
снаружи, а при установке пакетов просто выполнялся grep.

> Могу предположить, что со временем эта переменная превратится в тыкву,

В grep >= 3.6 уже превратилось в тыкву.

> поэтому рекомендую всем, кто ее использует, перейти к явному указанию
> нужных параметров.

Разработчики полагают, что никто уже не использует.


-- 
ldv


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [devel] GREP_OPTIONS is deprecated
  2020-12-02  9:59 ` Dmitry V. Levin
@ 2020-12-02 11:01   ` Alexey V. Vissarionov
  2020-12-02 13:59     ` Vladimir D. Seleznev
  0 siblings, 1 reply; 4+ messages in thread
From: Alexey V. Vissarionov @ 2020-12-02 11:01 UTC (permalink / raw)
  To: ALT Linux Team development discussions

On 2020-12-02 12:59:18 +0300, Dmitry V. Levin wrote:

 >> Обратил внимание, что при установке некоторых пакетов
 >> вылезает ругань:
 >> grep: warning: GREP_OPTIONS is deprecated; please use
 >> an alias or script
 > Могу предположить, что переменная GREP_OPTIONS уже была
 > определена снаружи,

% grep -c GREP_OPTIONS .tcshrc
0

Если даже и да, то вряд ли мной.

 > а при установке пакетов просто выполнялся grep.

Вполне допускаю.

 >> Могу предположить, что со временем эта переменная
 >> превратится в тыкву,
 > В grep >= 3.6 уже превратилось в тыкву.

Туда ей и дорога. Но все же интересно, откуда вылезло.


-- 
Alexey V. Vissarionov
gremlin ПРИ altlinux ТЧК org; +vii-cmiii-ccxxix-lxxix-xlii
GPG: 0D92F19E1C0DC36E27F61A29CD17E2B43D879005 @ hkp://keys.gnupg.net


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [devel] GREP_OPTIONS is deprecated
  2020-12-02 11:01   ` Alexey V. Vissarionov
@ 2020-12-02 13:59     ` Vladimir D. Seleznev
  0 siblings, 0 replies; 4+ messages in thread
From: Vladimir D. Seleznev @ 2020-12-02 13:59 UTC (permalink / raw)
  To: ALT Linux Team development discussions

On Wed, Dec 02, 2020 at 02:01:37PM +0300, Alexey V. Vissarionov wrote:
> On 2020-12-02 12:59:18 +0300, Dmitry V. Levin wrote:
> 
>  >> Обратил внимание, что при установке некоторых пакетов
>  >> вылезает ругань:
>  >> grep: warning: GREP_OPTIONS is deprecated; please use
>  >> an alias or script
>  > Могу предположить, что переменная GREP_OPTIONS уже была
>  > определена снаружи,
> 
> % grep -c GREP_OPTIONS .tcshrc
> 0

В окружении, с которого шло обновление, лучше проверить

	env |grep GREP_OPTIONS

(ну, или как в в csh пайпы делаются)

> Если даже и да, то вряд ли мной.
> 
>  > а при установке пакетов просто выполнялся grep.
> 
> Вполне допускаю.
> 
>  >> Могу предположить, что со временем эта переменная
>  >> превратится в тыкву,
>  > В grep >= 3.6 уже превратилось в тыкву.
> 
> Туда ей и дорога. Но все же интересно, откуда вылезло.

-- 
   WBR,
   Vladimir D. Seleznev


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-12-02 13:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-02  3:40 [devel] GREP_OPTIONS is deprecated Alexey V. Vissarionov
2020-12-02  9:59 ` Dmitry V. Levin
2020-12-02 11:01   ` Alexey V. Vissarionov
2020-12-02 13:59     ` Vladimir D. Seleznev

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git