GNU bug report logs -
#49813
[PATCH 00/34] Fix regexes in FIND-FILES invocations.
Previous Next
Reported by: Sarah Morgensen <iskarian <at> mgsn.dev>
Date: Sun, 1 Aug 2021 21:17:02 UTC
Severity: normal
Tags: patch
Done: Andreas Enge <andreas <at> enge.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#49813: [PATCH 00/34] Fix regexes in FIND-FILES invocations.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 49813 <at> debbugs.gnu.org.
--
49813: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=49813
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Closing.
Andreas
[Message part 3 (message/rfc822, inline)]
Hello Guix,
This is a start to addressing [0], which points out that there are many
incorrect usages of regexes in callers of FIND-FILES. I chose packages with 0-3
dependent packages, and according to `guix refresh -l`, this patchset
incurs just 25 rebuilds:
--8<---------------cut here---------------start------------->8---
$ xargs -a packages.txt guix refresh -l
Building the following 18 packages would ensure 25 dependent packages are rebuilt: c-reduce <at> 2.10.0 cataclysm-dda <at> 0.F kdevelop <at> 5.6.1 aegis <at> 4.24 openttd <at> 1.11.2 bitmask <at> 0.21.6 guile-gnome <at> 2.16.5 linphone-desktop <at> 4.2.5 kaldi-gstreamer-server <at> 0-2.f68cab4 python-keras <at> 2.2.4 claws-mail <at> 4.0.0 python-git-multimail <at> 1.5.0.post1 mumps <at> 5.2.1 shogun <at> 6.1.3 rcm <at> 1.3.4 t-todo-manager <at> 1.2.0-97.89ad444 superstarfighter <at> 0.6.4 openmw <at> 0.46.0
--8<---------------cut here---------------end--------------->8---
[0] <https://issues.guix.gnu.org/37150> Erroneous uses of regex in the
invokation of FIND-FILES
--
Sarah Morgensen (34):
gnu: wpa-supplicant-minimal: Fix regex in FIND-FILES invocation.
gnu: hostapd: Fix regex in FIND-FILES invocation.
gnu: infamous-plugins: Fix regex in FIND-FILES invocation.
gnu: tao: Fix regex in FIND-FILES invocation.
gnu: kcov: Fix regex in FIND-FILES invocation.
gnu: astyle: Fix regex in FIND-FILES invocation.
gnu: unshield: Fix regex in FIND-FILES invocation.
gnu: cook: Fix regex in FIND-FILES invocation.
gnu: libabigail: Fix regex in FIND-FILES invocation.
gnu: grfcodec: Fix regex in FIND-FILES invocation.
gnu: go-github-com-keybase-go-ps: Fix regex in FIND-FILES invocation.
gnu: guile-sly: Fix regex in FIND-FILES invocation.
gnu: g-wrap: Fix regex in FIND-FILES invocation.
gnu: guile-ncurses: Fix regex in FIND-FILES invocation.
gnu: guile-gi: Fix regex in FIND-FILES invocation.
gnu: guile-ac-d-bus: Fix regex in FIND-FILES invocation.
gnu: belle-sip: Fix regex in FIND-FILES invocation.
gnu: python-libsvm: Fix regex in FIND-FILES invocation.
gnu: kaldi: Fix regex in FIND-FILES invocation.
gnu: kaldi-gstreamer-server: Fix regex in FIND-FILES invocation.
gnu: tensorflow: Fix regex in FIND-FILES invocation.
gnu: sendmail: Fix regex in FIND-FILES invocation.
gnu: scotch: Fix regex in FIND-FILES invocation.
gnu: atlas: Fix regex in FIND-FILES invocation.
gnu: hypre: Fix regex in FIND-FILES invocation.
gnu: qtpass: Fix regex in FIND-FILES invocation.
gnu: john-the-ripper-jumbo: Fix regex in FIND-FILES invocation.
gnu: python-robotframework-sshlibrary: Fix regex in FIND-FILES
invocation.
gnu: python-cram: Fix regex in FIND-FILES invocation.
gnu: aegis: Fix regex in FIND-FILES invocation.
gnu: bullet: Fix regex in FIND-FILES invocation.
gnu: shogun: Fix regex in FIND-FILES invocation.
gnu: alpine: Fix regex in FIND-FILES invocation.
gnu: rtags: Fix regex in FIND-FILES invocation.
gnu/packages/admin.scm | 9 +++++----
gnu/packages/audio.scm | 7 ++++---
gnu/packages/code.scm | 9 +++++----
gnu/packages/compression.scm | 3 ++-
gnu/packages/cook.scm | 3 ++-
gnu/packages/elf.scm | 3 ++-
gnu/packages/game-development.scm | 5 +++--
gnu/packages/golang.scm | 2 +-
gnu/packages/guile-xyz.scm | 11 ++++++-----
gnu/packages/linphone.scm | 3 ++-
gnu/packages/machine-learning.scm | 29 +++++++++++++++--------------
gnu/packages/mail.scm | 7 ++++---
gnu/packages/maths.scm | 11 ++++++-----
gnu/packages/password-utils.scm | 13 +++++++------
gnu/packages/python-xyz.scm | 7 ++++---
gnu/packages/version-control.scm | 3 ++-
16 files changed, 70 insertions(+), 55 deletions(-)
base-commit: fcba63f8b7806493fc5060b267af93cdb7d21aa6
--
2.31.1
This bug report was last modified 15 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.