Bug 43327 - ccache.filetrigger calls egrep(1)
Summary: ccache.filetrigger calls egrep(1)
Status: NEW
Alias: None
Product: Sisyphus
Classification: Development
Component: ccache (show other bugs)
Version: unstable
Hardware: x86_64 Linux
: P5 normal
Assignee: Vitaly Lipatov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-07-24 20:47 MSK by Arseny Maslennikov
Modified: 2022-07-24 20:47 MSK (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Arseny Maslennikov 2022-07-24 20:47:29 MSK
https://git.altlinux.org/gears/c/ccache.git?p=ccache.git;a=blob;f=ccache.filetrigger;h=75c1e30931bdf03ae1f626d32b447fa6b21d6f3f;hb=bddc4df0eab6616e640ebfd2ec89997130f76afb

> if egrep -sq '^/usr/libexec/gcc/|^/usr/lib64/gcc/|^/usr/lib/gcc/|^/usr/lib/llvm-[^/]+/bin/|^/usr/sbin/update-ccache-symlinks$'; then

Скрипт обращается к egrep(1). Замените, пожалуйста, на 'grep -E' при следующем обновлении пакета.