V Tue, Jul 27, 2021 at 03:03:36PM +0200, Michael Schwendt napsal(a):
> Something in grep/sed/rpm is broken since today or yesterday.
> 
> On July 24th, a %global definition in a spec file still worked.
> It still works with a local Mock build for Rawhide/F35.
> It fails in koji Rawhide:
> https://kojipkgs.fedoraproject.org//work/tasks/3604/72743604/build.log

It's a locale in sed:

$ grep '[ ]*#define[ ]*_AUD_PLUGIN_VERSION[ ]\+' 
/usr/include/libaudcore/plugin.h 2>/dev/null | LC_ALL=C.UTF-8 sed 
's!.*_AUD_PLUGIN_VERSION[ ]*\([0-9]\+\).*!\1!'
48     /* 3.8-devel */
$ grep '[ ]*#define[ ]*_AUD_PLUGIN_VERSION[ ]\+' 
/usr/include/libaudcore/plugin.h 2>/dev/null | LC_ALL=en_US.UTF-8 sed 
's!.*_AUD_PLUGIN_VERSION[ ]*\([0-9]\+\).*!\1!'
48

-- Petr

Attachment: signature.asc
Description: PGP signature

_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to