From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 01 17:16:53 2021 Received: (at submit) by debbugs.gnu.org; 1 Aug 2021 21:16:53 +0000 Received: from localhost ([127.0.0.1]:37051 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAIpI-00063S-P8 for submit@debbugs.gnu.org; Sun, 01 Aug 2021 17:16:53 -0400 Received: from lists.gnu.org ([209.51.188.17]:45768) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAIp6-000637-SK for submit@debbugs.gnu.org; Sun, 01 Aug 2021 17:16:51 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:45824) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mAIp6-0007J6-Ln for guix-patches@gnu.org; Sun, 01 Aug 2021 17:16:40 -0400 Received: from out2.migadu.com ([2001:41d0:2:aacc::]:16992) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mAIp2-0004pc-CT for guix-patches@gnu.org; Sun, 01 Aug 2021 17:16:40 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mgsn.dev; s=key1; t=1627852592; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=DffXxZUHXbu4ZO2rRFqKO6XrQBtnfXk0lFcUO1aEVTE=; b=R2L02O/YAvBiAYJSXzuOA/UOw5lNBPofeujNQdyVWe1J8yq82I9Dzngw9sLx9Hyq41a2KW sfWP0VMfTEkrpf8ofpz1GiR9P05ggCW1I4TBuJv0mfBrJmQhyPec9a2RszQzDfgizzYFHq zPh9nT2AimzdjEPh+5WxpTParkEIjSI= From: Sarah Morgensen To: guix-patches@gnu.org Subject: [PATCH 00/34] Fix regexes in FIND-FILES invocations. Date: Sun, 1 Aug 2021 14:16:28 -0700 Message-Id: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: iskarian@mgsn.dev Received-SPF: pass client-ip=2001:41d0:2:aacc::; envelope-from=iskarian@mgsn.dev; helo=out2.migadu.com X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) 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@2.10.0 cataclysm-dda@0.F kdevelop@5.6.1 aegis@4.24 openttd@1.11.2 bitmask@0.21.6 guile-gnome@2.16.5 linphone-desktop@4.2.5 kaldi-gstreamer-server@0-2.f68cab4 python-keras@2.2.4 claws-mail@4.0.0 python-git-multimail@1.5.0.post1 mumps@5.2.1 shogun@6.1.3 rcm@1.3.4 t-todo-manager@1.2.0-97.89ad444 superstarfighter@0.6.4 openmw@0.46.0 --8<---------------cut here---------------end--------------->8--- [0] 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 From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 01 17:18:56 2021 Received: (at 49813) by debbugs.gnu.org; 1 Aug 2021 21:18:56 +0000 Received: from localhost ([127.0.0.1]:37056 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAIrI-00066x-BK for submit@debbugs.gnu.org; Sun, 01 Aug 2021 17:18:56 -0400 Received: from out1.migadu.com ([91.121.223.63]:21342) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAIrF-00066j-48 for 49813@debbugs.gnu.org; Sun, 01 Aug 2021 17:18:54 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mgsn.dev; s=key1; t=1627852731; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ShDGiL+/0fS6tlyI72pu3xBjRPN5ooYnJM4kJclIj70=; b=F4+8CMeSHLsX+8wGFHvbWjCYKmPj/GM8Zp/06xR0FBh2bhDUnZDl3fRJfgWsolG0p2bWSv 1urbZ43b1tQWeitiAK1aC0V/hwB9p/bq1Sw0AdAptERznxZBGTZGf3mDkT+/bLAg/w/98X uzjMYEZwX74puuCoGniasXGYdMkHYio= From: Sarah Morgensen To: 49813@debbugs.gnu.org Subject: [PATCH 01/34] gnu: wpa-supplicant-minimal: Fix regex in FIND-FILES invocation. Date: Sun, 1 Aug 2021 14:18:41 -0700 Message-Id: <24781538bbc2bb6d0e84ae21b6fee41157e0e41e.1627850945.git.iskarian@mgsn.dev> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: iskarian@mgsn.dev X-Spam-Score: 1.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: See for more information. * gnu/packages/admin.scm (wpa-supplicant-minimal)[arguments]: Fix regex. --- gnu/packages/admin.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record -0.0 RCVD_IN_MSPIKE_H4 RBL: Very Good reputation (+4) [91.121.223.63 listed in wl.mailspike.net] -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [91.121.223.63 listed in list.dnswl.org] 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: selfhosted.xyz (xyz)] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 RCVD_IN_MSPIKE_WL Mailspike good senders X-Debbugs-Envelope-To: 49813 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.3 (/) See for more information. * gnu/packages/admin.scm (wpa-supplicant-minimal)[arguments]: Fix regex. --- gnu/packages/admin.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index ecea149f0e..223a23f5fc 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -42,6 +42,7 @@ ;;; Copyright © 2021 David Larsson ;;; Copyright © 2021 WinterHound ;;; Copyright © 2021 Brice Waegeneire +;;; Copyright © 2021 Sarah Morgensen ;;; ;;; This file is part of GNU Guix. ;;; @@ -1844,9 +1845,9 @@ features of sudo with a fraction of the codebase.") (mkdir-p man5) (mkdir man8) (for-each (copy-man-page man5) - (find-files "doc/docbook" "\\.5")) + (find-files "doc/docbook" "\\.5$")) (for-each (copy-man-page man8) - (find-files "doc/docbook" "\\.8")) + (find-files "doc/docbook" "\\.8$")) ;; wpa_supplicant.conf(5) does not explain all configuration ;; options but refers to the example config file, so install it -- 2.31.1 From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 01 17:19:07 2021 Received: (at 49813) by debbugs.gnu.org; 1 Aug 2021 21:19:07 +0000 Received: from localhost ([127.0.0.1]:37059 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAIrJ-00067B-KJ for submit@debbugs.gnu.org; Sun, 01 Aug 2021 17:19:07 -0400 Received: from out0.migadu.com ([94.23.1.103]:32727) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAIrI-00066v-Ad for 49813@debbugs.gnu.org; Sun, 01 Aug 2021 17:18:56 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mgsn.dev; s=key1; t=1627852734; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=0zekOM/lQy3rZckZZ6PXkt6nvqv0ocPFAFyindbUd4s=; b=HIV/1LW6OMlxDbNU3n08Koo6uLApw5KX/+0fF18yAGTZE9ZfhxXeFZ6dduVmlOWt5DGD4T wZbmZmR1YFn38EnQevaDKR1bVRcHdhp/sJc3VipQpkRnWZJthtScP8d70Lhw6nEY6tyYh7 J+mxD69t4EH3oXrHUXBqvPwUXxhfhtc= From: Sarah Morgensen To: 49813@debbugs.gnu.org Subject: [PATCH 02/34] gnu: hostapd: Fix regex in FIND-FILES invocation. Date: Sun, 1 Aug 2021 14:18:42 -0700 Message-Id: <64487db569a94a2f3e9fcb0a634f77847c6e0088.1627850945.git.iskarian@mgsn.dev> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: iskarian@mgsn.dev X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 49813 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) See for more information. * gnu/packages/admin.scm (hostapd)[arguments]: Fix regex. --- gnu/packages/admin.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 223a23f5fc..47cca0c3ab 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -2006,9 +2006,9 @@ command.") (install-file file target))) (for-each (copy-man-page man1) - (find-files "." "\\.1")) + (find-files "." "\\.1$")) (for-each (copy-man-page man8) - (find-files "." "\\.8")) + (find-files "." "\\.8$")) #t)))) #:make-flags (list (string-append "CC=" ,(cc-for-target)) -- 2.31.1 From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 01 17:19:07 2021 Received: (at 49813) by debbugs.gnu.org; 1 Aug 2021 21:19:08 +0000 Received: from localhost ([127.0.0.1]:37067 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAIrT-00068I-F5 for submit@debbugs.gnu.org; Sun, 01 Aug 2021 17:19:07 -0400 Received: from out1.migadu.com ([91.121.223.63]:21361) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAIrJ-00067A-Hk for 49813@debbugs.gnu.org; Sun, 01 Aug 2021 17:19:04 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mgsn.dev; s=key1; t=1627852736; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=aaYIT2cbiiDPVMF8PLCtqPBoUrRZzRcI/2WYiR1m5zI=; b=AgZwvpFqofFdMAA9Hfx8bsC9A2xNBxG7gOKLTyfR6L/7mXdQBE9HoeYUy6fbAs+jsUMqpa cjKjz/gluzEa9EP5953ATyxfYZtVzrkGxtuhF/vFjWcjn/GWIt5IEuYtxVqyipJFoEmybK WFzMELgkYuK5STm1u0iGF6noP5wN9gc= From: Sarah Morgensen To: 49813@debbugs.gnu.org Subject: [PATCH 03/34] gnu: infamous-plugins: Fix regex in FIND-FILES invocation. Date: Sun, 1 Aug 2021 14:18:43 -0700 Message-Id: <3ab29a32ca84ef31cf6eff132d84fac03cf84f8c.1627850945.git.iskarian@mgsn.dev> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: iskarian@mgsn.dev X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 49813 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) See for more information. * gnu/packages/audio.scm (infamous-plugins)[arguments]: Fix regex. --- gnu/packages/audio.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index b9ac034f36..f56ac61c4c 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -34,6 +34,7 @@ ;;; Copyright © 2020 Giacomo Leidi ;;; Copyright © 2020, 2021 Vinicius Monego ;;; Copyright © 2020 Michael Rohleder +;;; Copyright © 2021 Sarah Morgensen ;;; ;;; This file is part of GNU Guix. ;;; @@ -1039,13 +1040,13 @@ generators of mostly elementary and occasionally exotic nature.") (modify-phases %standard-phases (add-after 'unpack 'remove-compiler-flags (lambda _ - (substitute* (find-files "." "CMakeLists.txt") + (substitute* (find-files "." "^CMakeLists\\.txt$") (("-msse2 -mfpmath=sse") "")) #t)) (add-after 'unpack 'fix-build-with-newer-lv2 (lambda _ ;; https://github.com/ssj71/infamousPlugins/commit/4c7275b1fa8ea3296446421cbd29ec2df66588c0 - (substitute* (find-files "src" ".*\\.cxx") + (substitute* (find-files "src" "\\.cxx$") (("_LV2UI_Descriptor") "LV2UI_Descriptor")) #t))))) (inputs -- 2.31.1 From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 01 17:19:13 2021 Received: (at 49813) by debbugs.gnu.org; 1 Aug 2021 21:19:14 +0000 Received: from localhost ([127.0.0.1]:37069 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAIrT-00068Q-Qo for submit@debbugs.gnu.org; Sun, 01 Aug 2021 17:19:13 -0400 Received: from out1.migadu.com ([91.121.223.63]:21399) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAIrP-00067i-Oj for 49813@debbugs.gnu.org; Sun, 01 Aug 2021 17:19:05 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mgsn.dev; s=key1; t=1627852743; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Kzle99vA4mtQa3Pjr7TNoCvn0hIc8EtxOsDaz45Kl44=; b=hvEmogC6qzM2t1fJBZWd24uPXd7qqOURCcSQhIw+nRLIK4yxBp8YoQS6DzQnn45cTox6Ms Pquf6D3I/iPg/jMzUKs7dgkYevDRP+nmJfRbaZkGn31BpNL0SSukcLtODkxZnM1ACVzDzu Kx22T7Xa1SQVRd3oRasla5rwo9zXlwM= From: Sarah Morgensen To: 49813@debbugs.gnu.org Subject: [PATCH 06/34] gnu: astyle: Fix regex in FIND-FILES invocation. Date: Sun, 1 Aug 2021 14:18:46 -0700 Message-Id: In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: iskarian@mgsn.dev X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 49813 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) See for more information. * gnu/packages/code.scm (astyle)[arguments]: Fix regex. --- gnu/packages/code.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/code.scm b/gnu/packages/code.scm index 542ac880fb..c71c31d634 100644 --- a/gnu/packages/code.scm +++ b/gnu/packages/code.scm @@ -806,12 +806,12 @@ Objective@tie{}C, D, Java, Pawn, and Vala). Features: (for-each (lambda (l) (copy-file l (string-append libdir "/" (basename l)))) - (find-files "bin" "lib*")) + (find-files "bin" "^lib")) (for-each (lambda (sofile) (make-so-link sofile "(\\.[0-9]){3}$") ;; link .so (make-so-link sofile "(\\.[0-9]){2}$")) ;; link .so.3 - (find-files libdir "lib.*\\.so\\..*"))) + (find-files libdir "^lib.*\\.so\\."))) #t))))) (home-page "http://astyle.sourceforge.net/") (synopsis "Source code indenter, formatter, and beautifier") -- 2.31.1 From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 01 17:19:14 2021 Received: (at 49813) by debbugs.gnu.org; 1 Aug 2021 21:19:14 +0000 Received: from localhost ([127.0.0.1]:37073 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAIrZ-00068p-Tj for submit@debbugs.gnu.org; Sun, 01 Aug 2021 17:19:14 -0400 Received: from out1.migadu.com ([91.121.223.63]:21389) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAIrN-00067I-Rz for 49813@debbugs.gnu.org; Sun, 01 Aug 2021 17:19:05 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mgsn.dev; s=key1; t=1627852741; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Fr3R09IOUJhOGGU68udwkzePoftt9exDtZox2AdhC+U=; b=QuBBR+JNCtUvnLWpnlDBBVDdQcG8ysn8R6ISK9A13+k0fUXhcETjzwekeTuS/GH4kOjsVE xkM9XbQs44pw9+Zwn5rSDOBRT2We67AMYsmXVwrFWfsRvzmWROZ1U1EaCeK3wPB98j48zo /qxk0jflp6cE9eeBrSNXzMDuugcIKqM= From: Sarah Morgensen To: 49813@debbugs.gnu.org Subject: [PATCH 05/34] gnu: kcov: Fix regex in FIND-FILES invocation. Date: Sun, 1 Aug 2021 14:18:45 -0700 Message-Id: <53ab4388c71da7fc12a676dddd0f1821e7c5fe3e.1627850945.git.iskarian@mgsn.dev> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: iskarian@mgsn.dev X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 49813 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) See for more information. * gnu/packages/code.scm (kcov)[arguments]: Fix regex. --- gnu/packages/code.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/code.scm b/gnu/packages/code.scm index a414cde3de..542ac880fb 100644 --- a/gnu/packages/code.scm +++ b/gnu/packages/code.scm @@ -16,6 +16,7 @@ ;;; Copyright © 2020, 2021 Marius Bakke ;;; Copyright © 2020 Julien Lepiller ;;; Copyright © 2021 lu hui +;;; Copyright © 2021 Sarah Morgensen ;;; ;;; This file is part of GNU Guix. ;;; @@ -564,7 +565,7 @@ results and determine build stability.") (modify-phases %standard-phases (add-after 'unpack 'fix-/bin/bash-references (lambda _ - (substitute* (find-files "src" ".*\\.cc?$") + (substitute* (find-files "src" "\\.cc?$") (("/bin/bash") (which "bash")) (("/bin/sh") (which "sh"))) #t))))) -- 2.31.1 From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 01 17:19:14 2021 Received: (at 49813) by debbugs.gnu.org; 1 Aug 2021 21:19:14 +0000 Received: from localhost ([127.0.0.1]:37075 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAIra-00068w-8N for submit@debbugs.gnu.org; Sun, 01 Aug 2021 17:19:14 -0400 Received: from out0.migadu.com ([94.23.1.103]:32745) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAIrL-00067D-Fa for 49813@debbugs.gnu.org; Sun, 01 Aug 2021 17:19:05 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mgsn.dev; s=key1; t=1627852739; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=9KdJ6uoMYu7yufVfXnz/OzwbQJeeAi6yGwLWJb9K5Xk=; b=HD4K4qaZZQQYUttQHkNFSnffK68N4P4+WFzHztedMIPIsHqU8i4TFjD7KFFTo79wVF09dy Avq+imItN53z7xUqd5G8aCm+VgLmi1+0Z3NgxJ+3QOKHxrGLnMLVwBePk1g5c+dEdwAULu VrjAL0o/HlbUTeGJDX40HTa5ZwU8LqA= From: Sarah Morgensen To: 49813@debbugs.gnu.org Subject: [PATCH 04/34] gnu: tao: Fix regex in FIND-FILES invocation. Date: Sun, 1 Aug 2021 14:18:44 -0700 Message-Id: In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: iskarian@mgsn.dev X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 49813 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) See for more information. * gnu/packages/audio.scm (tao)[arguments]: Fix regex. --- gnu/packages/audio.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index f56ac61c4c..432949c2a0 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -1222,7 +1222,7 @@ emulation (valve, tape), bit fiddling (decimator, pointer-cast), etc.") (install-file "user-scripts/error.parse" share) (copy-recursively "examples" (string-append share "examples")) (for-each (lambda (file) (install-file file inc)) - (find-files "include" "\\.h")) + (find-files "include" "\\.h$")) #t)))))) (inputs `(("audiofile" ,audiofile) -- 2.31.1 From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 01 17:19:15 2021 Received: (at 49813) by debbugs.gnu.org; 1 Aug 2021 21:19:15 +0000 Received: from localhost ([127.0.0.1]:37077 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAIra-000693-HH for submit@debbugs.gnu.org; Sun, 01 Aug 2021 17:19:15 -0400 Received: from out0.migadu.com ([94.23.1.103]:32784) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAIrR-00067y-L2 for 49813@debbugs.gnu.org; Sun, 01 Aug 2021 17:19:05 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mgsn.dev; s=key1; t=1627852745; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=i6jBR7fOLb9K8SqDvANlHckg330/rY47xkjpapXLtFY=; b=S7wJtfsrj6e9jmhD8tC3WhhdspLWFgI6ChHKmyZuqnWEpyrQmHBzdjx3/vQxNb8DNJgH+b /FdS+FAugphOW9wuoGceFtK+dXoAQ9p+GqJpkkkX0KRC0GzY0YRLgmlzGdsWWIIRwlmF4Q RsemiZ+edD21yT10UnZUb3v4EQ+FCKc= From: Sarah Morgensen To: 49813@debbugs.gnu.org Subject: [PATCH 07/34] gnu: unshield: Fix regex in FIND-FILES invocation. Date: Sun, 1 Aug 2021 14:18:47 -0700 Message-Id: <09cd39e9362a87824319b2c1ede4566c9620f291.1627850945.git.iskarian@mgsn.dev> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: iskarian@mgsn.dev X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 49813 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) See for more information. * gnu/packages/compression.scm (unshield)[arguments]: Fix regex. --- gnu/packages/compression.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm index 26cddb12fa..42282d5e0c 100644 --- a/gnu/packages/compression.scm +++ b/gnu/packages/compression.scm @@ -33,6 +33,7 @@ ;;; Copyright © 2021 Antoine Côté ;;; Copyright © 2021 Vincent Legoll ;;; Copyright © 2021 Maxim Cournoyer +;;; Copyright © 2021 Sarah Morgensen ;;; ;;; This file is part of GNU Guix. ;;; @@ -1529,7 +1530,7 @@ or junctions, and always follows hard links.") '("unshield-avigomanager11b22.zip" "unshield-baldurs_gate_patch_v1_1_4315_international.zip" "unshield-the-feeble-files-spanish.zip")) - (substitute* (find-files "test/" "/*\\.sh") + (substitute* (find-files "test/" "\\.sh$") ;; Tests expect the unshield binary in a specific ;; location. (("/var/tmp/unshield/bin/unshield") -- 2.31.1 From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 01 17:19:15 2021 Received: (at 49813) by debbugs.gnu.org; 1 Aug 2021 21:19:16 +0000 Received: from localhost ([127.0.0.1]:37079 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAIrb-00069B-LD for submit@debbugs.gnu.org; Sun, 01 Aug 2021 17:19:15 -0400 Received: from out0.migadu.com ([94.23.1.103]:32797) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAIrT-00068N-Og for 49813@debbugs.gnu.org; Sun, 01 Aug 2021 17:19:08 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mgsn.dev; s=key1; t=1627852747; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=0TKYIZ3ifPL1LdRuWVkb5y61GKPOnTiqWhBOZLn+few=; b=COhZkHaLqjOoitcUA9eQNw5wZfH7rlrYuC6JINKuEPa0RrURPzq/RmCBn5tzxXAD5b/xtf OwdL+JUL42IjGteCbXfty7ADaysmkgt6X6ePnMkkeU+7zN0OCzUSgs6ahwR/5N/AQgIJ5i j5ebMUPmWnUiFgqj0xZfZg2V63IXCzQ= From: Sarah Morgensen To: 49813@debbugs.gnu.org Subject: [PATCH 08/34] gnu: cook: Fix regex in FIND-FILES invocation. Date: Sun, 1 Aug 2021 14:18:48 -0700 Message-Id: In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: iskarian@mgsn.dev X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 49813 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) See for more information. * gnu/packages/cook.scm (cook)[arguments]: Fix regex. --- gnu/packages/cook.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/cook.scm b/gnu/packages/cook.scm index ba13709eda..baeb08cfc5 100644 --- a/gnu/packages/cook.scm +++ b/gnu/packages/cook.scm @@ -2,6 +2,7 @@ ;;; Copyright © 2014 John Darrington ;;; Copyright © 2018 Tobias Geerinckx-Rice ;;; Copyright © 2020 Marius Bakke +;;; Copyright © 2021 Sarah Morgensen ;;; ;;; This file is part of GNU Guix. ;;; @@ -47,7 +48,7 @@ (add-before 'configure 'pre-conf (lambda _ (substitute* (append '("common/env.c") - (find-files "test" "\\.sh")) + (find-files "test" "\\.sh$")) (("/bin/sh") (which "sh"))) ;; Guix's binutils (because it wants bit-reproducable builds) is -- 2.31.1 From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 01 17:19:16 2021 Received: (at 49813) by debbugs.gnu.org; 1 Aug 2021 21:19:16 +0000 Received: from localhost ([127.0.0.1]:37081 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAIrb-00069I-Vr for submit@debbugs.gnu.org; Sun, 01 Aug 2021 17:19:16 -0400 Received: from out1.migadu.com ([91.121.223.63]:21443) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAIrV-00068e-Vn for 49813@debbugs.gnu.org; Sun, 01 Aug 2021 17:19:11 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mgsn.dev; s=key1; t=1627852749; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=cF/qVpoSqTSnhFyQINoPe3DnkEYVgABkzaCG+xdR478=; b=k1pnXndFixLWdJfsidDdbjxaiVw5vreIKuLD7gq7ZsRsU5TIYkyYLy6eVooXZF+J01j71e pLXc3lGmkdr8RqqtQgwBlXjaV9nJtCuBD8pCtNnuKw3lTuFIc27otADpyQd9X6tnTHjYQC aoYFID9V0sfkBoBeIiz30Wtm9OY5chw= From: Sarah Morgensen To: 49813@debbugs.gnu.org Subject: [PATCH 09/34] gnu: libabigail: Fix regex in FIND-FILES invocation. Date: Sun, 1 Aug 2021 14:18:49 -0700 Message-Id: <9371c80eb940bd3df09f091958881425434e075c.1627850945.git.iskarian@mgsn.dev> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: iskarian@mgsn.dev X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 49813 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) See for more information. * gnu/packages/elf.scm (libabigail)[arguments]: Fix regex. --- gnu/packages/elf.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/elf.scm b/gnu/packages/elf.scm index aab912648b..9328e5411d 100644 --- a/gnu/packages/elf.scm +++ b/gnu/packages/elf.scm @@ -9,6 +9,7 @@ ;;; Copyright © 2020 Mark Wielaard ;;; Copyright © 2020 Michael Rohleder ;;; Copyright © 2021 Leo Le Bouter +;;; Copyright © 2021 Sarah Morgensen ;;; ;;; This file is part of GNU Guix. ;;; @@ -164,7 +165,7 @@ object or archive file), @command{eu-strip} (for discarding symbols), file (string-append (assoc-ref outputs "out") "/share/bash-completion" "/completions"))) - (find-files "bash-completion" ".*abi.*")) + (find-files "bash-completion" "abi")) #t))))) (native-inputs `(("pkg-config" ,pkg-config) -- 2.31.1 From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 01 17:21:05 2021 Received: (at 49813) by debbugs.gnu.org; 1 Aug 2021 21:21:05 +0000 Received: from localhost ([127.0.0.1]:37092 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAItN-0006Da-G8 for submit@debbugs.gnu.org; Sun, 01 Aug 2021 17:21:05 -0400 Received: from out0.migadu.com ([94.23.1.103]:33312) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAItL-0006DQ-IQ for 49813@debbugs.gnu.org; Sun, 01 Aug 2021 17:21:04 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mgsn.dev; s=key1; t=1627852862; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=PlubkJGZZWU9ZatLFrYHeOk0+OjQL2FG1NqXRnFG+rs=; b=PL3gDXk8flwyu/I/oJ8j4JFclZBI2qwQNlm8upnZRPKzZPOejmxhdp/WXtfmBQBKN2lvq0 7vRwaQb1HgDUK/QOLE0Wy/cU97djuXowT69j3WiU0cN3/gMAP3bpW9T6oK2uY8OsLegp/k EeG9Er6yqz3X3pPQw4CmqwIqEju5psI= From: Sarah Morgensen To: 49813@debbugs.gnu.org Subject: [PATCH 10/34] gnu: grfcodec: Fix regex in FIND-FILES invocation. Date: Sun, 1 Aug 2021 14:20:52 -0700 Message-Id: <680974401ccf1cf407b1e02d75b8a8cdc3f874db.1627850945.git.iskarian@mgsn.dev> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: iskarian@mgsn.dev X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 49813 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) See for more information. * gnu/packages/game-development.scm (grfcodec)[arguments]: Fix regex. --- gnu/packages/game-development.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm index e1593c0f82..9996830077 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -21,6 +21,7 @@ ;;; Copyright © 2020 Timotej Lazar ;;; Copyright © 2020 Giacomo Leidi ;;; Copyright © 2021 Alexandru-Sergiu Marton +;;; Copyright © 2021 Sarah Morgensen ;;; ;;; This file is part of GNU Guix. ;;; @@ -231,7 +232,7 @@ DeuTex has functions such as merging wads, etc.") "readme" "readme.rpn")) (for-each (lambda (file) (install-file file man)) - (find-files "." "\\.1")))) + (find-files "." "\\.1$")))) #t))))) (inputs `(("boost" ,boost) -- 2.31.1 From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 01 17:21:08 2021 Received: (at 49813) by debbugs.gnu.org; 1 Aug 2021 21:21:08 +0000 Received: from localhost ([127.0.0.1]:37095 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAItP-0006Dp-QS for submit@debbugs.gnu.org; Sun, 01 Aug 2021 17:21:08 -0400 Received: from out1.migadu.com ([91.121.223.63]:21945) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAItN-0006Db-Tm for 49813@debbugs.gnu.org; Sun, 01 Aug 2021 17:21:06 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mgsn.dev; s=key1; t=1627852865; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=4hlbMRbzSTH8jwIsFb5hoqs5BV6ibva2HJBopzXiaHY=; b=k/Ffso3UUjFL9cby66JSgp/f+U40uvfTG4DfOyh/VZHL+5XvH+bNg3qZ/MxkT8Wf3ucBs6 cB+D/NjLMH5U5FBAr+cVY27qxSBIo/SeOsbdhYzU69/DfX+eWgd00X1hZCNq3zGhwcpZwJ Q25azgIFysbmOiZcWtu87j/ujYFwmQs= From: Sarah Morgensen To: 49813@debbugs.gnu.org Subject: [PATCH 11/34] gnu: go-github-com-keybase-go-ps: Fix regex in FIND-FILES invocation. Date: Sun, 1 Aug 2021 14:20:53 -0700 Message-Id: <8627a97e442f4e37d4db76d9e94228f0ae29bb14.1627850945.git.iskarian@mgsn.dev> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: iskarian@mgsn.dev X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 49813 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) See for more information. * gnu/packages/golang.scm (go-github-com-keybase-go-ps)[arguments]: Fix regex. --- gnu/packages/golang.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index a830afa022..eedf00dfaa 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -875,7 +875,7 @@ Go.") (modify-phases %standard-phases (add-after 'unpack 'fix-tests (lambda* (#:key native-inputs inputs #:allow-other-keys) - (substitute* (find-files "." "test\\.go") + (substitute* (find-files "." "test\\.go$") (("/bin/sleep" command) (string-append (assoc-ref (or native-inputs inputs) "coreutils") -- 2.31.1 From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 01 17:21:11 2021 Received: (at 49813) by debbugs.gnu.org; 1 Aug 2021 21:21:11 +0000 Received: from localhost ([127.0.0.1]:37099 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAItT-0006EC-2N for submit@debbugs.gnu.org; Sun, 01 Aug 2021 17:21:11 -0400 Received: from out2.migadu.com ([188.165.223.204]:18072) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAItQ-0006Dq-NA for 49813@debbugs.gnu.org; Sun, 01 Aug 2021 17:21:09 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mgsn.dev; s=key1; t=1627852867; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=JEhdk1y/VWWKXMX22bt3NEUh/7hcl+66VoU4zJv372o=; b=cnAgzkTlo0Hg5v9OtAbjciCMmAkEvEYlVo+0QKya0p6nVbg1laW4dbxX67NpmhN9+xEpd/ rYEYVlEyMMI/Lq/pgy0J1hkvZxQ0J76TmXoACNDwHcO9IXbLn5vo7hvmNfUxtiPFs24mqK bq4c/WT73n1y7ysqXoQrSgk+CRLeWX4= From: Sarah Morgensen To: 49813@debbugs.gnu.org Subject: [PATCH 12/34] gnu: guile-sly: Fix regex in FIND-FILES invocation. Date: Sun, 1 Aug 2021 14:20:54 -0700 Message-Id: In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: iskarian@mgsn.dev X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 49813 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) See for more information. * gnu/packages/guile-xyz.scm (guile-sly)[arguments]: Fix regex. --- gnu/packages/guile-xyz.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index e91bf88247..c3910a6d38 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -38,6 +38,7 @@ ;;; Copyright © 2021 Leo Le Bouter ;;; Copyright © 2021 Zelphir Kaltstahl ;;; Copyright © 2021 Oleg Pykhalov +;;; Copyright © 2021 Sarah Morgensen ;;; ;;; This file is part of GNU Guix. ;;; @@ -1949,7 +1950,7 @@ users and in some situations.") "_guile_required_version=\"2\"") (("ac_subst_vars='") "ac_subst_vars='GUILE_EFFECTIVE_VERSION\n")) - (substitute* (find-files "." "Makefile.in") + (substitute* (find-files "." "^Makefile\\.in$") (("moddir = .*$") (string-append "moddir = " -- 2.31.1 From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 01 17:21:12 2021 Received: (at 49813) by debbugs.gnu.org; 1 Aug 2021 21:21:12 +0000 Received: from localhost ([127.0.0.1]:37102 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAItU-0006EN-Cl for submit@debbugs.gnu.org; Sun, 01 Aug 2021 17:21:12 -0400 Received: from out0.migadu.com ([94.23.1.103]:33344) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAItS-0006E5-0y for 49813@debbugs.gnu.org; Sun, 01 Aug 2021 17:21:10 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mgsn.dev; s=key1; t=1627852869; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=59m8vxm6eO1DlM2NCU/ja1y/LPNhdNQEYTfqEDUDH6s=; b=BVvrbHF7fLcV/2qQs2Y6Wn0fNiUKIQRSfNQDwwS4b5cE50dkqV3+eTHl3lz5iQM9KiqQHH KSXKglIQ/FIupNMNHciBWk8EazF2xoDIrjaK7JA5/TYJnIraR7/LplWw2Y7U/AsWwuWwA0 4boMx7ytXlNDu66B0FxVfFRn16Ffigo= From: Sarah Morgensen To: 49813@debbugs.gnu.org Subject: [PATCH 13/34] gnu: g-wrap: Fix regex in FIND-FILES invocation. Date: Sun, 1 Aug 2021 14:20:55 -0700 Message-Id: In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: iskarian@mgsn.dev X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 49813 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) See for more information. * gnu/packages/guile-xyz.scm (g-wrap)[arguments]: Fix regex. --- gnu/packages/guile-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index c3910a6d38..18f9c8e70d 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -2097,7 +2097,7 @@ object-oriented programming system, GOOPS.") (add-before 'configure 'pre-configure (lambda* (#:key outputs #:allow-other-keys) (let ((out (assoc-ref outputs "out"))) - (substitute* (find-files "." "^Makefile.in$") + (substitute* (find-files "." "^Makefile\\.in$") (("guilemoduledir =.*guile/site" all) (string-append all "/@GUILE_EFFECTIVE_VERSION@"))) #t)))))) -- 2.31.1 From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 01 17:21:27 2021 Received: (at 49813) by debbugs.gnu.org; 1 Aug 2021 21:21:27 +0000 Received: from localhost ([127.0.0.1]:37104 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAItV-0006Ea-NG for submit@debbugs.gnu.org; Sun, 01 Aug 2021 17:21:27 -0400 Received: from out2.migadu.com ([188.165.223.204]:18092) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAItU-0006EK-0d for 49813@debbugs.gnu.org; Sun, 01 Aug 2021 17:21:12 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mgsn.dev; s=key1; t=1627852871; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=nxCZf7TQTH8AWFVedJ/SA0dI5jFN+sM3eqPvqVktkL8=; b=TBM4UamC4ogjljoKeN5Mo3WsWJFEhtB42Q+0XdN5let8YI3YsDsLlFeVCxlqgQXwMTcItW ykFdMZH8eEWnLAKcotzoh+Atsl2Gmbr9hwza3fngrcJJYJnjBqYY+ZPHlrc34zPjcvUkbO Fvc8SQRHOtyWiNGZId3HipZGEAZGjwY= From: Sarah Morgensen To: 49813@debbugs.gnu.org Subject: [PATCH 14/34] gnu: guile-ncurses: Fix regex in FIND-FILES invocation. Date: Sun, 1 Aug 2021 14:20:56 -0700 Message-Id: In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: iskarian@mgsn.dev X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 49813 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) See for more information. * gnu/packages/guile-xyz.scm (guile-ncurses)[arguments]: Fix regex. --- gnu/packages/guile-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index 18f9c8e70d..777530aae7 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -2243,7 +2243,7 @@ many readers as needed).") (parallel-job-count))) (let* ((out (assoc-ref outputs "out")) (dir "src/ncurses") - (files (find-files dir ".scm"))) + (files (find-files dir "\\.scm$"))) (substitute* files (("\"libguile-ncurses\"") (format #f "\"~a/lib/guile/~a/libguile-ncurses\"" -- 2.31.1 From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 01 17:21:27 2021 Received: (at 49813) by debbugs.gnu.org; 1 Aug 2021 21:21:27 +0000 Received: from localhost ([127.0.0.1]:37111 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAItj-0006FI-9m for submit@debbugs.gnu.org; Sun, 01 Aug 2021 17:21:27 -0400 Received: from out0.migadu.com ([94.23.1.103]:33363) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAItV-0006EZ-RR for 49813@debbugs.gnu.org; Sun, 01 Aug 2021 17:21:14 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mgsn.dev; s=key1; t=1627852873; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=VGTnUAJDapOkmqE8VbEGbi9brVt3QbBKwrX8/uTKgtE=; b=jShQh91g2FzpXBS9f3EZKHz+c5IQQbvg+rijitjfFUYdunofm1D7dfUz1RTb0ALWkq4gX4 UK7sWj/Ogg70FU3ZBu2iyGIiqs8hW0IARNsvcRT+k9qmLP6MjcI0UA0wBeOYlIJvChGL6C 9nwSRvcf2UfpkkUlBKKTieD4QKS2g+Y= From: Sarah Morgensen To: 49813@debbugs.gnu.org Subject: [PATCH 15/34] gnu: guile-gi: Fix regex in FIND-FILES invocation. Date: Sun, 1 Aug 2021 14:20:57 -0700 Message-Id: In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: iskarian@mgsn.dev X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 49813 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) See for more information. * gnu/packages/guile-xyz.scm (guile-gi)[arguments]: Fix regex. --- gnu/packages/guile-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index 777530aae7..dda19b0d37 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -3076,7 +3076,7 @@ list of components. This module takes care of that for you.") (open-pipe* OPEN_READ "guile" "-c" "(display (effective-version))")))) - (substitute* (find-files "module" ".*\\.scm") + (substitute* (find-files "module" "\\.scm$") (("\\(load-extension \"libguile-gi\" \"(.*)\"\\)" m arg) (format #f "~s" `(load-extension -- 2.31.1 From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 01 17:21:27 2021 Received: (at 49813) by debbugs.gnu.org; 1 Aug 2021 21:21:27 +0000 Received: from localhost ([127.0.0.1]:37113 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAItj-0006FQ-KB for submit@debbugs.gnu.org; Sun, 01 Aug 2021 17:21:27 -0400 Received: from out0.migadu.com ([94.23.1.103]:33374) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAItX-0006Ei-Lv for 49813@debbugs.gnu.org; Sun, 01 Aug 2021 17:21:16 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mgsn.dev; s=key1; t=1627852875; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=JGcWEMbk0XpjzRREaLJ4ffNEA4cnbUwfs0U2XcWDi90=; b=QSE+wUbHSojVmJ2PWhi1oS5/YniPNrtnqZnmjIJ8MqipkN6Nfk2uylcO0nn+hYRsUff2iF EnJwHN9Nmu/uGGBsoIL/ITEsGm9JBW9RboyDqdBXiVlJ0CS0/yYiEUh3WolcPk5DML/PUh J3qGZMherLMjCwCyw9M8qhwAPYId9Cs= From: Sarah Morgensen To: 49813@debbugs.gnu.org Subject: [PATCH 16/34] gnu: guile-ac-d-bus: Fix regex in FIND-FILES invocation. Date: Sun, 1 Aug 2021 14:20:58 -0700 Message-Id: In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: iskarian@mgsn.dev X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 49813 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) See for more information. * gnu/packages/guile-xyz.scm (guile-ac-d-bus)[arguments]: Fix regex. --- gnu/packages/guile-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index dda19b0d37..17b1982d74 100644 --- a/gnu/packages/guile-xyz.scm +++ b/gnu/packages/guile-xyz.scm @@ -3858,7 +3858,7 @@ and space linear in the size of the input text.") ;; not appear in .go file names. (for-each (lambda (file) (rename-file file (guile-sls->sls file))) - (find-files "compat" "\\.guile\\.sls")) + (find-files "compat" "\\.guile\\.sls$")) ;; Move directories under d-bus/ to match module names. (mkdir "d-bus") -- 2.31.1 From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 01 17:21:28 2021 Received: (at 49813) by debbugs.gnu.org; 1 Aug 2021 21:21:28 +0000 Received: from localhost ([127.0.0.1]:37115 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAItj-0006FX-SE for submit@debbugs.gnu.org; Sun, 01 Aug 2021 17:21:28 -0400 Received: from out0.migadu.com ([94.23.1.103]:33386) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAItZ-0006Eq-Nm for 49813@debbugs.gnu.org; Sun, 01 Aug 2021 17:21:18 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mgsn.dev; s=key1; t=1627852877; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=TAcJLEdM/hlrw2yWTe7yW99ALlfWC3oni6WuHGx63ZQ=; b=VkWUsHLEYCpoQSCi9KjtGgimNb+ZYzadR5TwnpUktN6RhsgL4ZrFwhSo4LymbFUDqDhtc/ FXO9ggsGyZ6Q+h2sry5sQwNx5kAL+bzp8/WAcWy3tVfnlc+tLyZqcIIW4KorF2Dci06VOy rTu9sKWNz5ktCHEQB0T4AsoX5j3/7R0= From: Sarah Morgensen To: 49813@debbugs.gnu.org Subject: [PATCH 17/34] gnu: belle-sip: Fix regex in FIND-FILES invocation. Date: Sun, 1 Aug 2021 14:20:59 -0700 Message-Id: <917330881812a162c22891b6fc44d327344a074a.1627850945.git.iskarian@mgsn.dev> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: iskarian@mgsn.dev X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 49813 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) See for more information. * gnu/packages/linphone.scm (belle-sip)[arguments]: Fix regex. --- gnu/packages/linphone.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/linphone.scm b/gnu/packages/linphone.scm index 1c60e767b0..8745580554 100644 --- a/gnu/packages/linphone.scm +++ b/gnu/packages/linphone.scm @@ -3,6 +3,7 @@ ;;; Copyright © 2020, 2021 Raghav Gururajan ;;; Copyright © 2020, 2021 Maxim Cournoyer ;;; Copyright © 2020 Tobias Geerinckx-Rice +;;; Copyright © 2021 Sarah Morgensen ;;; ;;; This file is part of GNU Guix. ;;; @@ -506,7 +507,7 @@ including both ARM and x86.") (lambda* (#:key inputs #:allow-other-keys) ;; Fix mDNS dependency. (let* ((avahi (assoc-ref inputs "avahi"))) - (substitute* (find-files "." "CMakeLists.txt") + (substitute* (find-files "." "^CMakeLists\\.txt$") (("find_package\\(DNSSD REQUIRED\\)") "set(DNSSD_FOUND 1)") (("\\$\\{DNSSD_INCLUDE_DIRS\\}") -- 2.31.1 From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 01 17:21:28 2021 Received: (at 49813) by debbugs.gnu.org; 1 Aug 2021 21:21:28 +0000 Received: from localhost ([127.0.0.1]:37117 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAItk-0006Fe-6J for submit@debbugs.gnu.org; Sun, 01 Aug 2021 17:21:28 -0400 Received: from out0.migadu.com ([94.23.1.103]:33401) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAItc-0006Ey-2V for 49813@debbugs.gnu.org; Sun, 01 Aug 2021 17:21:20 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mgsn.dev; s=key1; t=1627852879; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=aOQOLKG7JY8C7DjGgRhnkzPNooXte4Z4RPvzq8TNKAY=; b=XvecWQneNRZFJSVzxDJWw8M4IQ0NYbwXe5WDh2WsUxb3bPFi7f/VxaD5NoBClv3oyue1/G oFqCUeRrxliohW8Hrva4k43pZsMNPLZRvOIJNw4vyRGiSTHZP0QST0Nuav4L/S1g213e7j 4AO/hRGRsw3Br0i6gsy90jkHLRvTGsE= From: Sarah Morgensen To: 49813@debbugs.gnu.org Subject: [PATCH 18/34] gnu: python-libsvm: Fix regex in FIND-FILES invocation. Date: Sun, 1 Aug 2021 14:21:00 -0700 Message-Id: In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: iskarian@mgsn.dev X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 49813 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) See for more information. * gnu/packages/machine-learning.scm (python-libsvm)[arguments]: Fix regex. --- gnu/packages/machine-learning.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm index 177d1aaa4f..8337ae9a27 100644 --- a/gnu/packages/machine-learning.scm +++ b/gnu/packages/machine-learning.scm @@ -17,6 +17,7 @@ ;;; Copyright © 2020 Edouard Klein ;;; Copyright © 2020, 2021 Vinicius Monego ;;; Copyright © 2020 Maxim Cournoyer +;;; Copyright © 2021 Sarah Morgensen ;;; ;;; This file is part of GNU Guix. ;;; @@ -184,7 +185,7 @@ classification.") (mkdir-p site) (for-each (lambda (file) (copy-file file (string-append site (basename file)))) - (find-files "python" "\\.py")) + (find-files "python" "\\.py$")) (copy-file "libsvm.so.2" (string-append site "libsvm.so.2"))) #t))))) -- 2.31.1 From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 01 17:21:28 2021 Received: (at 49813) by debbugs.gnu.org; 1 Aug 2021 21:21:28 +0000 Received: from localhost ([127.0.0.1]:37119 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAItk-0006Fl-Fv for submit@debbugs.gnu.org; Sun, 01 Aug 2021 17:21:28 -0400 Received: from out0.migadu.com ([94.23.1.103]:33411) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAItd-0006F5-Sb for 49813@debbugs.gnu.org; Sun, 01 Aug 2021 17:21:22 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mgsn.dev; s=key1; t=1627852881; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=UqW+FKialuIxwB2cvuBh3coHiFiKZcU8LuUZ+FcyP3M=; b=bvFfkldb3hBhQgZEcckuoBHRUGqWfjEjNvvOeyxxjU9BVf3v0y9unCjvawOmP0cdODsV6N /WPaik33LB/IfAnsYY8K2VsOcv7DSXHdWJMV9KqD0njh0x/QMkJeY8wdOoYQMtQO1nx5PF s6SMHF5f7XpV8gNVvKyTf/NmyCc8KbI= From: Sarah Morgensen To: 49813@debbugs.gnu.org Subject: [PATCH 19/34] gnu: kaldi: Fix regex in FIND-FILES invocation. Date: Sun, 1 Aug 2021 14:21:01 -0700 Message-Id: <18b7c9d99b1734486d9651395c576ec11db75a08.1627850945.git.iskarian@mgsn.dev> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: iskarian@mgsn.dev X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 49813 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) See for more information. * gnu/packages/machine-learning.scm (kaldi)[arguments]: Fix regex. --- gnu/packages/machine-learning.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm index 8337ae9a27..13998e5824 100644 --- a/gnu/packages/machine-learning.scm +++ b/gnu/packages/machine-learning.scm @@ -1392,12 +1392,12 @@ discrete, and conditional dimensions.") (let ((target (readlink file))) (delete-file file) (install-file target lib))) - (find-files lib "\\.so")) + (find-files lib "\\.so[\\.0-9]*$")) ;; Install headers (for-each (lambda (file) (let ((target-dir (string-append inc "/" (dirname file)))) (install-file file target-dir))) - (find-files "." "\\.h")) + (find-files "." "\\.h$")) (install-file "gst-plugin/libgstonlinegmmdecodefaster.so" (string-append lib "/gstreamer-1.0")) #t)))))) -- 2.31.1 From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 01 23:27:30 2021 Received: (at 49813) by debbugs.gnu.org; 2 Aug 2021 03:27:30 +0000 Received: from localhost ([127.0.0.1]:37298 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAOby-0000G2-Ew for submit@debbugs.gnu.org; Sun, 01 Aug 2021 23:27:30 -0400 Received: from out0.migadu.com ([94.23.1.103]:17654) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAObw-0000Ft-P8 for 49813@debbugs.gnu.org; Sun, 01 Aug 2021 23:27:29 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mgsn.dev; s=key1; t=1627874848; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=9TqQfyHX2Y1pSf8DySPFPtTL91iD5PjErGwzeshOcd8=; b=bbecygGiT+iMlXlae3Y3eiCnBMCkfApqJq6sXJ6i1fMe98n3Fo8oHy2Dqzgw2Tw6BXooLX ZG5EmlFXIuvYJD9XYh9XwkOCMUas0N+wR4t5AYNiFvMsq+Jnd7djK/VOVhK4Ul5lObVGuo +ZcfADnRXSxKDB1H9Ch4nNlurnIx4hU= From: Sarah Morgensen To: 49813@debbugs.gnu.org Subject: [PATCH 21/34] gnu: tensorflow: Fix regex in FIND-FILES invocation. Date: Sun, 1 Aug 2021 20:27:15 -0700 Message-Id: In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: iskarian@mgsn.dev X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 49813 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) See for more information. * gnu/packages/machine-learning.scm (tensorflow)[arguments]: Fix regex. --- gnu/packages/machine-learning.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm index 9f977a3fc9..02365a4d59 100644 --- a/gnu/packages/machine-learning.scm +++ b/gnu/packages/machine-learning.scm @@ -1691,7 +1691,7 @@ Python.") ;; Fix the build with python-3.8, taken from rejected upstream patch: ;; https://github.com/tensorflow/tensorflow/issues/34197 - (substitute* (find-files "tensorflow/python" ".*\\.cc$") + (substitute* (find-files "tensorflow/python" "\\.cc$") (("(nullptr,)(\\ +/. tp_print)" _ _ tp_print) (string-append "NULL, " tp_print))) #t)) -- 2.31.1 From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 01 23:27:38 2021 Received: (at 49813) by debbugs.gnu.org; 2 Aug 2021 03:27:38 +0000 Received: from localhost ([127.0.0.1]:37302 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAOc1-0000GN-Ns for submit@debbugs.gnu.org; Sun, 01 Aug 2021 23:27:38 -0400 Received: from out0.migadu.com ([94.23.1.103]:17671) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAOby-0000G3-RA for 49813@debbugs.gnu.org; Sun, 01 Aug 2021 23:27:31 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mgsn.dev; s=key1; t=1627874850; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=CIuIe3p5ptu2ZG4ysKuuoNth1GRpDUPuNVRVAE+EeVU=; b=grTm+aGWlJz0ALf76sACx95ZBwfCOq/5jCYBF8GyZMUs5uEFrEom613a9vggjMDxZnnN0+ EUCuC+hEOD/pD1XtVIuqzI+z5kt77WgpSvTg+O1Sh+wgZz35N1oT21g/s5rVo8PYkYgZG2 1UU/isQjvXgzxG7n17K6wmO6qCROl34= From: Sarah Morgensen To: 49813@debbugs.gnu.org Subject: [PATCH 22/34] gnu: sendmail: Fix regex in FIND-FILES invocation. Date: Sun, 1 Aug 2021 20:27:16 -0700 Message-Id: In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: iskarian@mgsn.dev X-Spam-Score: 1.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: See for more information. * gnu/packages/mail.scm (sendmail)[arguments]: Fix regex. --- gnu/packages/mail.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [94.23.1.103 listed in wl.mailspike.net] -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [94.23.1.103 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 RCVD_IN_MSPIKE_WL Mailspike good senders X-Debbugs-Envelope-To: 49813 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.3 (/) See for more information. * gnu/packages/mail.scm (sendmail)[arguments]: Fix regex. --- gnu/packages/mail.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index f75cd910e5..c3d737bbda 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -42,6 +42,7 @@ ;;; Copyright © 2020 divoplade ;;; Copyright © 2021 Xinglu Chen ;;; Copyright © 2021 Benoit Joly +;;; Copyright © 2021 Sarah Morgensen ;;; ;;; This file is part of GNU Guix. ;;; @@ -2875,8 +2876,8 @@ powerful user customization features.") (append (list "smrsh/smrsh.c" "sendmail/conf.c" "contrib/mailprio" "contrib/mmuegel" "devtools/bin/configure.sh") - (find-files "." ".*\\.m4") - (find-files "." ".*\\.cf")) + (find-files "." "\\.m4$") + (find-files "." "\\.cf$")) (("/bin/sh") (which "sh"))) (substitute* "devtools/bin/Build" -- 2.31.1 From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 01 23:27:38 2021 Received: (at 49813) by debbugs.gnu.org; 2 Aug 2021 03:27:38 +0000 Received: from localhost ([127.0.0.1]:37306 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAOc6-0000Gk-9n for submit@debbugs.gnu.org; Sun, 01 Aug 2021 23:27:38 -0400 Received: from out0.migadu.com ([94.23.1.103]:17639) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAObv-0000Fq-GQ for 49813@debbugs.gnu.org; Sun, 01 Aug 2021 23:27:33 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mgsn.dev; s=key1; t=1627874846; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=YPf+ecnqUCB8S29Yy37Q0VtgCTbewhAtywSXJWuN5Lg=; b=ftesSAeCcX3EyTgkbDncp1lhtkzYr7jqgd2QLAUDpisJLzR35jhE1KP3raCiyS67jqCtUh GMmr/VogPboPXFMOOcbTQyzdDCu4VMAgUxLULb2QJXdRFqiaQ6ZCSx9WsHaQz+AlfSFNkM jkzrJyjPQ1d9Dhp4IUxSxA6ezwOyI/w= From: Sarah Morgensen To: 49813@debbugs.gnu.org Subject: [PATCH 20/34] gnu: kaldi-gstreamer-server: Fix regex in FIND-FILES invocation. Date: Sun, 1 Aug 2021 20:27:14 -0700 Message-Id: In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: iskarian@mgsn.dev X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 49813 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) See for more information. * gnu/packages/machine-learning.scm (kaldi-gstreamer-server)[arguments]: Fix regex. --- gnu/packages/machine-learning.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm index 13998e5824..9f977a3fc9 100644 --- a/gnu/packages/machine-learning.scm +++ b/gnu/packages/machine-learning.scm @@ -1553,7 +1553,7 @@ automatically.") ;; Install sample configuration files (for-each (cut install-file <> share) - (find-files "." "\\.yaml")) + (find-files "." "\\.yaml$")) ;; Install executables (mkdir-p bin) -- 2.31.1 From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 01 23:27:43 2021 Received: (at 49813) by debbugs.gnu.org; 2 Aug 2021 03:27:43 +0000 Received: from localhost ([127.0.0.1]:37308 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAOc6-0000Gr-IE for submit@debbugs.gnu.org; Sun, 01 Aug 2021 23:27:43 -0400 Received: from out0.migadu.com ([94.23.1.103]:17671) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAOc0-0000G3-O4 for 49813@debbugs.gnu.org; Sun, 01 Aug 2021 23:27:34 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mgsn.dev; s=key1; t=1627874852; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=yTbuHoBcUfouQbYgkK+/hwu9SjyiJPZVuI1cWsdtBC4=; b=T6Y09MFqQTnRgSQV1+eQDM8CVaIkcLTcNRa15A6OtClc0hySx4sNcSlfmA/ly5boNSGScW BhXU9ZzVrauvPkil8rhTNdp6/9pXmlbHuhbAsBsyc/YMCZFLP1VlcLEgfAirjsB1fGxDO6 C00wvCIAmUwZi7lDxy/ogF24VRiCyVU= From: Sarah Morgensen To: 49813@debbugs.gnu.org Subject: [PATCH 23/34] gnu: scotch: Fix regex in FIND-FILES invocation. Date: Sun, 1 Aug 2021 20:27:17 -0700 Message-Id: <09f791449bf34647baed88b7899a7a591fc8b0bf.1627850945.git.iskarian@mgsn.dev> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: iskarian@mgsn.dev X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 49813 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) See for more information. * gnu/packages/maths.scm (scotch)[arguments]: Fix regex. --- gnu/packages/maths.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 1afe72659a..61f11c6b52 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -48,6 +48,7 @@ ;;; Copyright © 2021 Paul A. Patience ;;; Copyright © 2021 Ivan Gankevich ;;; Copyright © 2021 Jean-Baptiste Volatier +;;; Copyright © 2021 Sarah Morgensen ;;; ;;; This file is part of GNU Guix. ;;; @@ -3423,10 +3424,10 @@ YACC = bison -pscotchyy -y -b y ;; metis files are not installed with 'make install' (for-each (lambda (f) (install-file f (string-append out "/include"))) - (find-files "../include/" ".*metis\\.h")) + (find-files "../include/" "metis\\.h$")) (for-each (lambda (f) (install-file f (string-append out "/lib"))) - (find-files "../lib/" ".*metis\\..*")) + (find-files "../lib/" "metis\\.")) #t)))))) (home-page "https://www.labri.fr/perso/pelegrin/scotch/") (properties -- 2.31.1 From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 01 23:27:43 2021 Received: (at 49813) by debbugs.gnu.org; 2 Aug 2021 03:27:43 +0000 Received: from localhost ([127.0.0.1]:37312 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAOcB-0000HF-B3 for submit@debbugs.gnu.org; Sun, 01 Aug 2021 23:27:43 -0400 Received: from out1.migadu.com ([91.121.223.63]:30241) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAOc3-0000GU-Rk for 49813@debbugs.gnu.org; Sun, 01 Aug 2021 23:27:36 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mgsn.dev; s=key1; t=1627874854; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=hwx+fvqqHVESG18Sqin0pSiyk9RxxWLlWRHhgTe9/zA=; b=J4pBL1eaiT5OKKfDPfoS71RdPwxasirg/fYvaY5rPIVWZ/MuZsC/pNjPytghzkmQy+pijz D9NkkLaPbX5DyfugbbX7Leic5MwVxuqPDM5Fc47jlUptVMVu6AcMPWi7Vflpc8/5HNvnFS XfdJPU/z94WSGLFq8UpSmJX0LV06teY= From: Sarah Morgensen To: 49813@debbugs.gnu.org Subject: [PATCH 24/34] gnu: atlas: Fix regex in FIND-FILES invocation. Date: Sun, 1 Aug 2021 20:27:18 -0700 Message-Id: <432ec4a51f7f1a2325acbfc10caf6181a7c56c7d.1627850945.git.iskarian@mgsn.dev> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: iskarian@mgsn.dev X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 49813 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) See for more information. * gnu/packages/maths.scm (atlas)[arguments]: Fix regex. --- gnu/packages/maths.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 61f11c6b52..d9d71a335d 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -4407,14 +4407,14 @@ packages.") (add-before 'configure 'fix-/bin/sh (lambda _ ;; Use `sh', not `/bin/sh'. - (substitute* (find-files "." "Makefile|configure|SpewMakeInc\\.c") + (substitute* (find-files "." "^(Makefile|configure|SpewMakeInc\\.c)$") (("/bin/sh") "sh")) #t)) ;; Fix /bin/sh in generated make files. (add-after 'configure 'fix-/bin/sh-in-generated-files (lambda _ - (substitute* (find-files "." "^[Mm]ake\\.inc.*") + (substitute* (find-files "." "^[Mm]ake\\.inc") (("/bin/sh") "sh")) #t)) -- 2.31.1 From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 01 23:27:44 2021 Received: (at 49813) by debbugs.gnu.org; 2 Aug 2021 03:27:44 +0000 Received: from localhost ([127.0.0.1]:37314 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAOcB-0000HN-Lz for submit@debbugs.gnu.org; Sun, 01 Aug 2021 23:27:43 -0400 Received: from out0.migadu.com ([94.23.1.103]:17694) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAOc4-0000GW-Vj for 49813@debbugs.gnu.org; Sun, 01 Aug 2021 23:27:37 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mgsn.dev; s=key1; t=1627874856; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=s3e+DfLMHDe3ry2+f0gpfahJXGt4HWRZIq23aNrGH8s=; b=NW07HRppdPemez17p1Nn5NJwjRiUtvfiPUd+6206fQ81eHrkVTTCVwycuWWqvGEc6pBeuJ iQaSyeylTt7maJJEZFrGpdtGu2NogpQB6c0xnGdSTkiAcoY/e/aI51d3HV6HbCCiR8hjtC 4VfuTa9DqO9CfkiWFZJHyUkZ/Hi+BoE= From: Sarah Morgensen To: 49813@debbugs.gnu.org Subject: [PATCH 25/34] gnu: hypre: Fix regex in FIND-FILES invocation. Date: Sun, 1 Aug 2021 20:27:19 -0700 Message-Id: <5abc5445cf3b34dfd90ba3fcc329d26917f14f9c.1627850945.git.iskarian@mgsn.dev> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: iskarian@mgsn.dev X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 49813 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) See for more information. * gnu/packages/maths.scm (hypre)[arguments]: Fix regex. --- gnu/packages/maths.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index d9d71a335d..5425c702ba 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -4947,7 +4947,7 @@ set.") (when (positive? size) (error (format #f "~a size ~d; error indication~%" filename size))))) - (find-files "test" ".*\\.err$")) + (find-files "test" "\\.err$")) #t)) (add-after 'install 'install-docs (lambda* (#:key outputs #:allow-other-keys) -- 2.31.1 From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 01 23:27:44 2021 Received: (at 49813) by debbugs.gnu.org; 2 Aug 2021 03:27:44 +0000 Received: from localhost ([127.0.0.1]:37316 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAOcC-0000HU-0J for submit@debbugs.gnu.org; Sun, 01 Aug 2021 23:27:44 -0400 Received: from out1.migadu.com ([91.121.223.63]:30256) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAOc7-0000Gx-17 for 49813@debbugs.gnu.org; Sun, 01 Aug 2021 23:27:39 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mgsn.dev; s=key1; t=1627874858; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=0itElO534dXppkBiSZV6V0j8/tij0kQyERTpIcM+WO4=; b=ePaDDv8AAwyhZnI5Pn5JAseYrXoOpM7E1hKMiXRv0NHfVMM+ekoess8vq3f23dEmltbnz6 7222Mu9pSELW7Ux2ExcxgMA3/9POoYroQiEHAzS0iojepaSHMKHSRgUZhlgGS/WNgwgziU +lKnggjYSNDn0Cpvh4hUw39qkNlhe58= From: Sarah Morgensen To: 49813@debbugs.gnu.org Subject: [PATCH 26/34] gnu: qtpass: Fix regex in FIND-FILES invocation. Date: Sun, 1 Aug 2021 20:27:20 -0700 Message-Id: <94006b3e049029bde5724e4a4a9ad8292aae52da.1627850945.git.iskarian@mgsn.dev> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: iskarian@mgsn.dev X-Spam-Score: 1.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: See for more information. * gnu/packages/password-utils.scm (qtpass)[arguments]: Fix regex. --- gnu/packages/password-utils.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_MSPIKE_H4 RBL: Very Good reputation (+4) [91.121.223.63 listed in wl.mailspike.net] -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [91.121.223.63 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 RCVD_IN_MSPIKE_WL Mailspike good senders X-Debbugs-Envelope-To: 49813 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.3 (/) See for more information. * gnu/packages/password-utils.scm (qtpass)[arguments]: Fix regex. --- gnu/packages/password-utils.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm index b969391ba9..6a0236e43b 100644 --- a/gnu/packages/password-utils.scm +++ b/gnu/packages/password-utils.scm @@ -33,6 +33,7 @@ ;;; Copyright © 2021 Xinglu Chen ;;; Copyright © 2020 Hartmut Goebel ;;; Copyright © 2021 David Dashyan +;;; Copyright © 2021 Sarah Morgensen ;;; ;;; This file is part of GNU Guix. ;;; @@ -674,7 +675,7 @@ key URIs using the standard otpauth:// scheme.") (src (string-append base ".ts")) (st (stat src))) (set-file-time file st))) - (find-files "." ".*\\.qm"))) + (find-files "." "\\.qm$"))) #t)) (add-after 'install 'install-auxilliary ;; Install man-page, icon and .desktop file. -- 2.31.1 From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 01 23:27:44 2021 Received: (at 49813) by debbugs.gnu.org; 2 Aug 2021 03:27:44 +0000 Received: from localhost ([127.0.0.1]:37318 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAOcC-0000Hb-9f for submit@debbugs.gnu.org; Sun, 01 Aug 2021 23:27:44 -0400 Received: from out2.migadu.com ([188.165.223.204]:37827) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAOcA-0000H5-7K for 49813@debbugs.gnu.org; Sun, 01 Aug 2021 23:27:42 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mgsn.dev; s=key1; t=1627874860; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=hJ0w0m3HcEaaMpFp/Ezul5LcXrHxS6A21JHvi6CeACc=; b=EAnnxqHoDzANNgYX2/lJs+4dikKLmnB9nbwN4WS/Bna3atwfvZOPJqlimg3QGqNd4mPry+ u79buvawe2JJupC8nFBpHnML764ARFlwBTNKegrvqPLjyWdQTaEPycEgHV41SqV7oycwiE TlT2NecgOe00UF25MB9ANWukERAYqNE= From: Sarah Morgensen To: 49813@debbugs.gnu.org Subject: [PATCH 27/34] gnu: john-the-ripper-jumbo: Fix regex in FIND-FILES invocation. Date: Sun, 1 Aug 2021 20:27:21 -0700 Message-Id: <2ddd07a588c5de0c8b7cc3c164f730706518f102.1627850945.git.iskarian@mgsn.dev> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: iskarian@mgsn.dev X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 49813 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) See for more information. * gnu/packages/password-utils.scm (john-the-ripper-jumbo)[arguments]: Fix regex. --- gnu/packages/password-utils.scm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm index 6a0236e43b..bb5162be72 100644 --- a/gnu/packages/password-utils.scm +++ b/gnu/packages/password-utils.scm @@ -981,7 +981,7 @@ between hosts and entries in the password store.") (find-files "." symlink?)) (for-each (install-file-to execdir) (cons* "mailer" "benchmark-unify" "relbench" - (find-files "." ".*\\.js"))) + (find-files "." "\\.js$"))) (for-each (lambda (f) (let* ((base (basename f)) (name (substring base 0 (string-index base #\.))) @@ -990,11 +990,11 @@ between hosts and entries in the password store.") (when (and (executable-file? f) (not (file-exists? link))) (symlink (string-append execdir "/" base) link)))) - (find-files "." ".*\\.(pl|py|rb|lua)")) + (find-files "." "\\.(pl|py|rb|lua)$")) (for-each (install-file-to datadir) - (append (find-files "." "(stats|dictionary.*)") - (find-files "." "(.*\\.chr|.*\\.lst)") - (find-files "." ".*\\.conf"))) + (append (find-files "." "^(stats$|dictionary\\.)") + (find-files "." "\\.(chr|lst)$") + (find-files "." "\\.conf$"))) (copy-recursively "rules" (string-append datadir "/rules"))) (copy-recursively "../doc" docdir) #t))) -- 2.31.1 From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 01 23:27:46 2021 Received: (at 49813) by debbugs.gnu.org; 2 Aug 2021 03:27:46 +0000 Received: from localhost ([127.0.0.1]:37321 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAOcE-0000Hv-J5 for submit@debbugs.gnu.org; Sun, 01 Aug 2021 23:27:46 -0400 Received: from out2.migadu.com ([188.165.223.204]:37849) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAOcD-0000Ho-4e for 49813@debbugs.gnu.org; Sun, 01 Aug 2021 23:27:45 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mgsn.dev; s=key1; t=1627874863; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=t+S4jtwKbSVXeqRlewLLYCOz9MfMwb+DLt0QRYA3UKw=; b=KSwcblo9ByABdZmXA11OfNH6mnJhRrJyO+wftFhzNvwtU3LblrMUQ2ncnF52GfpG/bCwDy 2mLPcQLi84Thhhw1YtDb2Mwu+4rcFoquyDplzlXU0vACP6cW9p7x77CCxcorIOybTtJhFW 93fZUYBWFdcpgl7j3sY/2oEPSvFiUxg= From: Sarah Morgensen To: 49813@debbugs.gnu.org Subject: [PATCH 28/34] gnu: python-robotframework-sshlibrary: Fix regex in FIND-FILES invocation. Date: Sun, 1 Aug 2021 20:27:22 -0700 Message-Id: In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: iskarian@mgsn.dev X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 49813 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) See for more information. * gnu/packages/python-xyz.scm (python-robotframework-sshlibrary)[arguments]: Fix regex. --- gnu/packages/python-xyz.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 61db9febb8..6484658c82 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -106,6 +106,7 @@ ;;; Copyright © 2021 Maxime Devos ;;; Copyright © 2021 Hugo Lecomte ;;; Copyright © 2021 Franck Pérignon +;;; Copyright © 2021 Sarah Morgensen ;;; ;;; This file is part of GNU Guix. ;;; @@ -4429,7 +4430,7 @@ utility, a static analysis tool (linter) for Robot Framework source files.") (invoke "chmod" "-R" "+w" "docs") (invoke "invoke" "kw-docs" "project-docs") (mkdir-p doc) - (for-each delete-file (find-files "docs" "\\.rst")) + (for-each delete-file (find-files "docs" "\\.rst$")) (copy-recursively "docs" doc) #t))) (replace 'check -- 2.31.1 From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 01 23:27:49 2021 Received: (at 49813) by debbugs.gnu.org; 2 Aug 2021 03:27:49 +0000 Received: from localhost ([127.0.0.1]:37324 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAOcG-0000IA-Rl for submit@debbugs.gnu.org; Sun, 01 Aug 2021 23:27:49 -0400 Received: from out2.migadu.com ([188.165.223.204]:37857) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAOcF-0000Hw-0Q for 49813@debbugs.gnu.org; Sun, 01 Aug 2021 23:27:47 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mgsn.dev; s=key1; t=1627874866; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=jlqloBGdQQzNziLpSwH9u2Awcbf6420DsIqu+O/Tal0=; b=KcTiJkIH4OENivVxILsmQlTE5y1JRwiSTNm8xfnsdKwuOh0RcCyZNGTWDb4qZPhM/P6z+r zMc1aXfU/DJVPpl6wTOOn4kFSiFyXuCpR1ZFSc8j+EhIkcycaRCo+dmdKvHhf/H4MDWodP lkrnA80DHB7sa/KpHeoROjeL0De/Rno= From: Sarah Morgensen To: 49813@debbugs.gnu.org Subject: [PATCH 29/34] gnu: python-cram: Fix regex in FIND-FILES invocation. Date: Sun, 1 Aug 2021 20:27:23 -0700 Message-Id: In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: iskarian@mgsn.dev X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 49813 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) See for more information. * gnu/packages/python-xyz.scm (python-cram)[arguments]: Fix regex. --- gnu/packages/python-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 6484658c82..8858eb8d1c 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -9747,10 +9747,10 @@ pseudo terminal (pty), and interact with both the process and its pty.") (modify-phases %standard-phases (add-after 'unpack 'patch-source (lambda _ - (substitute* (find-files "cram" ".*\\.py$") + (substitute* (find-files "cram" "\\.py$") ;; Replace default shell path. (("/bin/sh") (which "sh"))) - (substitute* (find-files "tests" ".*\\.t$") + (substitute* (find-files "tests" "\\.t$") (("md5") "md5sum") (("/bin/bash") (which "bash")) (("/bin/sh") (which "sh"))) -- 2.31.1 From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 01 23:27:59 2021 Received: (at 49813) by debbugs.gnu.org; 2 Aug 2021 03:27:59 +0000 Received: from localhost ([127.0.0.1]:37327 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAOcN-0000IU-7a for submit@debbugs.gnu.org; Sun, 01 Aug 2021 23:27:59 -0400 Received: from out2.migadu.com ([188.165.223.204]:37882) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAOcL-0000IL-81 for 49813@debbugs.gnu.org; Sun, 01 Aug 2021 23:27:53 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mgsn.dev; s=key1; t=1627874872; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=AevWuXVEkSwpX1eutc6Ji3OKdyaHPeXeTzedroijeck=; b=Kf0HC8eCuqufj+HaEAQhPs+7Z+Iw+wO6U39ADcKDDrfXvjKoG6Wl/Ah9/hKDq56nHpzaaE pa+S0A5OEl6z6SYMvdxBtDZ7MudKNVlCN3NSWL/PuL3PmQFCVY+UlLIer6TvETTYj8DVch kVpI8/+crmjYRymUJ2gY1/yaQe4pPzQ= From: Sarah Morgensen To: 49813@debbugs.gnu.org Subject: [PATCH 30/34] gnu: aegis: Fix regex in FIND-FILES invocation. Date: Sun, 1 Aug 2021 20:27:46 -0700 Message-Id: <51ee578449d167f64b2128415a70ac26c034cdca.1627850945.git.iskarian@mgsn.dev> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: iskarian@mgsn.dev X-Spam-Score: 2.0 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: See for more information. * gnu/packages/version-control.scm (aegis)[arguments]: Fix regex. --- gnu/packages/version-control.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_MSPIKE_H4 RBL: Very Good reputation (+4) [188.165.223.204 listed in wl.mailspike.net] -0.0 SPF_PASS SPF: sender matches SPF record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 RCVD_IN_MSPIKE_WL Mailspike good senders X-Debbugs-Envelope-To: 49813 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) See for more information. * gnu/packages/version-control.scm (aegis)[arguments]: Fix regex. --- gnu/packages/version-control.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index 7c1dbe8b26..36bcbe4b06 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -39,6 +39,7 @@ ;;; Copyright © 2021 LibreMiami ;;; Copyright © 2021 Xinglu Chen ;;; Copyright © 2021 François J. +;;; Copyright © 2021 Sarah Morgensen ;;; ;;; This file is part of GNU Guix. ;;; @@ -2163,7 +2164,7 @@ accessed and migrated on modern systems.") "web/eg_oss_templ.sh" "web/webiface.html" "libaegis/getpw_cache.cc") - (find-files "test" "\\.sh")) + (find-files "test" "\\.sh$")) (("/bin/sh") (which "sh"))) (setenv "SH" (which "sh")) #t)) -- 2.31.1 From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 01 23:27:59 2021 Received: (at 49813) by debbugs.gnu.org; 2 Aug 2021 03:27:59 +0000 Received: from localhost ([127.0.0.1]:37331 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAOcR-0000Ih-Ev for submit@debbugs.gnu.org; Sun, 01 Aug 2021 23:27:59 -0400 Received: from out2.migadu.com ([188.165.223.204]:37895) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAOcO-0000IW-2l for 49813@debbugs.gnu.org; Sun, 01 Aug 2021 23:27:56 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mgsn.dev; s=key1; t=1627874874; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=PCt/XPAoMKsLj4VJg8Bbq4q4oPBJP27Xeq13wdGw0cM=; b=WOQmMeRhb1llTCaLQA8LhwNn9zx/C4sNVF8OxtC6tu6cdgo8XHLjiJ9gy73sWAtM8c086/ kODZAbEI/vqN7PPgns6coMwoFgeAmtUCBG/p63IS0IcgigExbl/ZWdDU7Y9c6gBEbgRi1d A2XCFADB26H2QoUqejemLPwxBPyGQvs= From: Sarah Morgensen To: 49813@debbugs.gnu.org Subject: [PATCH 31/34] gnu: bullet: Fix regex in FIND-FILES invocation. Date: Sun, 1 Aug 2021 20:27:47 -0700 Message-Id: <978db4320b8dc978d9d780311627576feaac53b3.1627850945.git.iskarian@mgsn.dev> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: iskarian@mgsn.dev X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 49813 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) See for more information. * gnu/packages/game-development.scm (bullet)[origin]: Fix regex. --- gnu/packages/game-development.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm index 9996830077..22006f60fb 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -120,7 +120,7 @@ (modules '((guix build utils))) (snippet '(begin - (for-each delete-file (find-files "build3" "premake*")) + (for-each delete-file (find-files "build3" "^premake")) (with-directory-excursion "examples/ThirdPartyLibs" (for-each delete-file-recursively '("Gwen" "clsocket" "enet" "glad" "imgui" -- 2.31.1 From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 01 23:28:02 2021 Received: (at 49813) by debbugs.gnu.org; 2 Aug 2021 03:28:02 +0000 Received: from localhost ([127.0.0.1]:37333 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAOcS-0000J0-PT for submit@debbugs.gnu.org; Sun, 01 Aug 2021 23:28:02 -0400 Received: from out0.migadu.com ([94.23.1.103]:17782) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAOcR-0000Ie-6L for 49813@debbugs.gnu.org; Sun, 01 Aug 2021 23:27:59 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mgsn.dev; s=key1; t=1627874877; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=C5hZx5gHDNHZvve4QVmwN+HvvW55pofgvQNfQHxZHxg=; b=afXiqCrTiWqAP5pmCYMg7quyTe1YCpqV2EvKKFaGcvrpPQS0jGf93hpVWdoLbZcGsg2rvf v4jzKnP8ofO1rWzt4V+u+lO8QPAwAXRkpdarrjApVEBx0gEPaX8L3IeVzNJETelwVFuhY8 B5J1tYzgnxR5wYtfv34PJy3qACXc/RM= From: Sarah Morgensen To: 49813@debbugs.gnu.org Subject: [PATCH 32/34] gnu: shogun: Fix regex in FIND-FILES invocation. Date: Sun, 1 Aug 2021 20:27:48 -0700 Message-Id: In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: iskarian@mgsn.dev X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 49813 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) See for more information. * gnu/packages/machine-learning.scm (shogun)[origin]: Fix regex. --- gnu/packages/machine-learning.scm | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm index 02365a4d59..1263b0621c 100644 --- a/gnu/packages/machine-learning.scm +++ b/gnu/packages/machine-learning.scm @@ -454,12 +454,12 @@ optimizing, and searching weighted finite-state transducers (FSTs).") ;; Remove non-free sources and files referencing them (for-each delete-file (find-files "src/shogun/classifier/svm/" - "SVMLight\\.(cpp|h)")) + "^SVMLight\\.(cpp|h)$")) (for-each delete-file (find-files "examples/undocumented/libshogun/" (string-append - "(classifier_.*svmlight.*|" - "evaluation_cross_validation_locked_comparison).cpp"))) + "^(classifier_.*svmlight.*|" + "evaluation_cross_validation_locked_comparison).cpp$"))) ;; Remove non-free functions. (define (delete-ifdefs file) (with-atomic-file-replacement file @@ -481,17 +481,17 @@ optimizing, and searching weighted finite-state transducers (FSTs).") (for-each delete-ifdefs (append (find-files "src/shogun/classifier/mkl" - "^MKLClassification\\.cpp") + "^MKLClassification\\.cpp$") (find-files "src/shogun/classifier/svm" - "^SVMLightOneClass\\.(cpp|h)") + "^SVMLightOneClass\\.(cpp|h)$") (find-files "src/shogun/multiclass" - "^ScatterSVM\\.(cpp|h)") + "^ScatterSVM\\.(cpp|h)$") (find-files "src/shogun/kernel/" - "^(Kernel|CombinedKernel|ProductKernel)\\.(cpp|h)") + "^(Kernel|CombinedKernel|ProductKernel)\\.(cpp|h)$") (find-files "src/shogun/regression/svr" - "^(MKLRegression|SVRLight)\\.(cpp|h)") + "^(MKLRegression|SVRLight)\\.(cpp|h)$") (find-files "src/shogun/transfer/domain_adaptation" - "^DomainAdaptationSVM\\.(cpp|h)"))) + "^DomainAdaptationSVM\\.(cpp|h)$"))) #t)))) (build-system cmake-build-system) (arguments -- 2.31.1 From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 01 23:28:03 2021 Received: (at 49813) by debbugs.gnu.org; 2 Aug 2021 03:28:03 +0000 Received: from localhost ([127.0.0.1]:37337 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAOcU-0000JR-N7 for submit@debbugs.gnu.org; Sun, 01 Aug 2021 23:28:03 -0400 Received: from out1.migadu.com ([91.121.223.63]:30353) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAOcT-0000J1-7q for 49813@debbugs.gnu.org; Sun, 01 Aug 2021 23:28:01 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mgsn.dev; s=key1; t=1627874880; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ew2DIxClityXePaxrIbYGQBrrIKRdIKy75v0Y+yR7qQ=; b=amewYZXKB1EZ6wvGIeFdcrjQD3h2nlIJlf6IUJfWixTHkP4b7lFSShGP4uwro2ry7V/MVa 40hvDrBBmr5nHGHvUyc2te23y0IGtbIHxV48jpOyZlCxzCGYqQdrwZVuc2ZQrPH3AyM0Rs 9q5+gd+cHk8SpgeFRt+tYgCLDIy4bu8= From: Sarah Morgensen To: 49813@debbugs.gnu.org Subject: [PATCH 33/34] gnu: alpine: Fix regex in FIND-FILES invocation. Date: Sun, 1 Aug 2021 20:27:49 -0700 Message-Id: <31167155545135890ed3ecc4c32d657408195cc8.1627850945.git.iskarian@mgsn.dev> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: iskarian@mgsn.dev X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 49813 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) See for more information. * gnu/packages/mail.scm (alpine)[origin]: Fix regex. --- gnu/packages/mail.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index c3d737bbda..a4abd070e1 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -3685,7 +3685,7 @@ operators and scripters.") (snippet '(begin ;; Remove pre-built binaries scattered across the source repository. - (for-each delete-file (find-files "." "\\.(dll|exe)")) + (for-each delete-file (find-files "." "\\.(dll|exe)$")) #t)))) (build-system gnu-build-system) (arguments -- 2.31.1 From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 01 23:28:05 2021 Received: (at 49813) by debbugs.gnu.org; 2 Aug 2021 03:28:05 +0000 Received: from localhost ([127.0.0.1]:37346 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAOcX-0000KO-5j for submit@debbugs.gnu.org; Sun, 01 Aug 2021 23:28:05 -0400 Received: from out0.migadu.com ([94.23.1.103]:17801) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mAOcV-0000JZ-3c for 49813@debbugs.gnu.org; Sun, 01 Aug 2021 23:28:03 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mgsn.dev; s=key1; t=1627874882; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=AOldpvxmBemItMaXPtePTGRXtmW7vqtTaDGE05mc4Y4=; b=dwgfzZ2nElGKIwRM0UqMT17aN8ZGUs2jBBiJAC1eDzt1c2kKey+/Vut1Qfz1kE+F03G+xV YpB+NDGjGhMmf+2ffBcTk5AvzVpmjOPqllo0KJhu85Mb8LqDMAFPtRBkiLlFDsAfr8wfpd ryAnqUKN8AYubmwuKC/baGVdKYAr3Xs= From: Sarah Morgensen To: 49813@debbugs.gnu.org Subject: [PATCH 34/34] gnu: rtags: Fix regex in FIND-FILES invocation. Date: Sun, 1 Aug 2021 20:27:50 -0700 Message-Id: In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: iskarian@mgsn.dev X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 49813 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) See for more information. * gnu/packages/code.scm (rtags)[origin]: Fix regex. --- gnu/packages/code.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/code.scm b/gnu/packages/code.scm index c71c31d634..c2c248c9a1 100644 --- a/gnu/packages/code.scm +++ b/gnu/packages/code.scm @@ -604,7 +604,7 @@ possible to collect coverage information without special compiler switches.") ;; Substitute #include "rct/header.h" with #include . '(with-directory-excursion "src" (delete-file-recursively "rct") ;remove bundled copy - (let ((files (find-files "." ".*\\.cpp|.*\\.h"))) + (let ((files (find-files "." "\\.(cpp|h)$"))) (substitute* files (("#include ?\"rct/(.*.h)\"" all header) (string-append "#include "))) -- 2.31.1 From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 22 05:54:28 2021 Received: (at 49813) by debbugs.gnu.org; 22 Aug 2021 09:54:28 +0000 Received: from localhost ([127.0.0.1]:38205 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mHkBQ-0002Bd-CS for submit@debbugs.gnu.org; Sun, 22 Aug 2021 05:54:28 -0400 Received: from andre.telenet-ops.be ([195.130.132.53]:32884) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mHkBO-0002BT-58 for 49813@debbugs.gnu.org; Sun, 22 Aug 2021 05:54:27 -0400 Received: from butterfly.local ([188.188.251.166]) by andre.telenet-ops.be with bizsmtp id kZuP250093c9yoU01ZuPpP; Sun, 22 Aug 2021 11:54:24 +0200 Message-ID: <0542500ca3b4ce38e81e69334305cacb6aa0e8e2.camel@telenet.be> Subject: Re: [bug#49813] [PATCH 04/34] gnu: tao: Fix regex in FIND-FILES invocation. From: Maxime Devos To: Sarah Morgensen , 49813@debbugs.gnu.org Date: Sun, 22 Aug 2021 11:53:24 +0200 In-Reply-To: References: Content-Type: multipart/signed; micalg="pgp-sha512"; protocol="application/pgp-signature"; boundary="=-ne5eawVJtYtCP5fr8EEb" User-Agent: Evolution 3.34.2 MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r21; t=1629626064; bh=3kH13YJ0z+zHlO3kC9Md0NnuIYlaaFcfkM7azgnzK5s=; h=Subject:From:To:Date:In-Reply-To:References; b=KARiGv61y6airo8Q5vrnMIDG7TOBTJ69TsSAKtXfd/+pBdfb4/1iHwxWHMIERpxJV kYy5y/3DNL8APsfjzjIeFfxKgYsuFOv3hFfHeKIXUql5sSRiVWgYEkL6lHEVH7cauK +s7ykVIv1E4vTLL4j8E53GSvD1HJQgf8DUd1gUA7w4SqqK1bh3clpLLW7bIbd5deoV zLZzsSs69bsk+Q8Y7aWPekjEjILueVYQWhc0+auhaK4b/Zagh1l8BTx07QM4nLAbLi VaGNErg6XGXTKs+GyBVmShaFZVg3cbMyvIUym1aUE4Nvlobb1GDIyStI+L66UCPGtS OEM12mpJp2mqw== X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 49813 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) --=-ne5eawVJtYtCP5fr8EEb Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Sarah Morgensen schreef op zo 01-08-2021 om 14:18 [-0700]: > - (find-files "include" "\\.h")) > + (find-files "include" "\\.h$")) C++ header files are sometimes named "something.hpp" instead of "something.h", so you might want to verify these don't exist. (And if they do exist, keep the regex "\\.h", or make it "\\.(h|hpp)$"?) Likewise for 'kaldi', 'shogun' and 'rtags'. Otherwise, these new regexes look good to me (but I didn't test them). Greetings, Maxime. --=-ne5eawVJtYtCP5fr8EEb Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYSIelBccbWF4aW1lZGV2 b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7mWIAP9FZvK6Pjzakwbw/JtwlaRBgfMB p6LXdL5ujUOU2/oQfAD/THLx3qbaZ+2MzHmcy0UwM1fN5TW1BOePAjjNr/w+Twg= =vvDt -----END PGP SIGNATURE----- --=-ne5eawVJtYtCP5fr8EEb-- From debbugs-submit-bounces@debbugs.gnu.org Sat Aug 28 18:59:47 2021 Received: (at 49813) by debbugs.gnu.org; 28 Aug 2021 22:59:48 +0000 Received: from localhost ([127.0.0.1]:55156 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mK7Id-0003DK-Hy for submit@debbugs.gnu.org; Sat, 28 Aug 2021 18:59:47 -0400 Received: from out0.migadu.com ([94.23.1.103]:21152) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mK7IX-0003D6-Rn for 49813@debbugs.gnu.org; Sat, 28 Aug 2021 18:59:42 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mgsn.dev; s=key1; t=1630191576; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to; bh=lmsM9CmDklmekgM0itaedBcur4kZzSDCFY/30w9kisM=; b=YjmyoyKU/9Koss1zBizgwB4ZY3UL+kKeCuK/vZCfrK0LvQFFuNzFeTgobRhudHRGZC8JZN db1j2ErcVlSPjYDv+qjhaYBdwikNGMQJdMIuj9vCeboaNgOY56KL5zFZHsusR8/UGzZmbL fmDFiZ5zgYbmwiBr3UvtsdoDiftLQWI= From: Sarah Morgensen To: Maxime Devos Subject: Re: [bug#49813] [PATCH 04/34] gnu: tao: Fix regex in FIND-FILES invocation. Date: Sat, 28 Aug 2021 15:59:32 -0700 In-Reply-To: Maxime Devos's message of "Sun, 22 Aug 2021 11:53:24 +0200 (6 days, 13 hours, 3 minutes ago)" Message-ID: <867dg52n1n.fsf@mgsn.dev> MIME-Version: 1.0 Content-Type: text/plain X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: iskarian@mgsn.dev X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 49813 Cc: 49813@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Hi Maxime, Thanks for taking a look at this. Maxime Devos writes: > Sarah Morgensen schreef op zo 01-08-2021 om 14:18 [-0700]: >> - (find-files "include" "\\.h")) >> + (find-files "include" "\\.h$")) > > C++ header files are sometimes named "something.hpp" instead > of "something.h", so you might want to verify these don't exist. > (And if they do exist, keep the regex "\\.h", or make it "\\.(h|hpp)$"?) > > Likewise for 'kaldi', 'shogun' and 'rtags'. Otherwise, these > new regexes look good to me (but I didn't test them). Good catch. I just checked the sources for all of those, and I can verify that they don't exist. (Shogun and rtags do have .hpp files in their source, but only in other directories.) -- Sarah From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 01 12:50:32 2025 Received: (at 49813) by debbugs.gnu.org; 1 Apr 2025 16:50:32 +0000 Received: from localhost ([127.0.0.1]:50739 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tzeoq-0000zf-DS for submit@debbugs.gnu.org; Tue, 01 Apr 2025 12:50:32 -0400 Received: from hera.aquilenet.fr ([185.233.100.1]:42330) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tzeol-0000yK-Kn for 49813@debbugs.gnu.org; Tue, 01 Apr 2025 12:50:30 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 196D239F; Tue, 1 Apr 2025 18:50:21 +0200 (CEST) Authentication-Results: hera.aquilenet.fr; none X-Virus-Scanned: Debian amavis at hera.aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavis, port 10024) with ESMTP id yNnd2xdA4Rmk; Tue, 1 Apr 2025 18:50:20 +0200 (CEST) Received: from jurong (176-179-191-150.abo.bbox.fr [176.179.191.150]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 18B12BF; Tue, 1 Apr 2025 18:50:19 +0200 (CEST) Date: Tue, 1 Apr 2025 18:50:18 +0200 From: Andreas Enge To: Sarah Morgensen Subject: Re: [bug#49813] [PATCH 04/34] gnu: tao: Fix regex in FIND-FILES invocation. Message-ID: References: <867dg52n1n.fsf@mgsn.dev> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <867dg52n1n.fsf@mgsn.dev> X-Rspamd-Queue-Id: 196D239F X-Spamd-Result: default: False [-2.60 / 15.00]; BAYES_HAM(-3.00)[99.99%]; MID_RHS_NOT_FQDN(0.50)[]; MIME_GOOD(-0.10)[text/plain]; RCPT_COUNT_THREE(0.00)[3]; MIME_TRACE(0.00)[0:+]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; FROM_HAS_DN(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; RCVD_TLS_ALL(0.00)[]; TO_DN_SOME(0.00)[]; ARC_NA(0.00)[] X-Rspamd-Action: no action X-Spamd-Bar: -- X-Rspamd-Server: hera X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 49813 Cc: 49813@debbugs.gnu.org, Maxime Devos X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hello, I just come across this issue using the latest "tag:team-science" feature on issues.guix.gnu.org. As an example, I looked at the scotch package. It apparently has changed sufficiently such that the patch does not apply any more. Also, it would not necessarily "correct" regexps. As I understand it, ".*" at the beginning or the end of a regexp have no consequence, and dropping them makes the code more beautiful, but not more correct. Replacing "\.*h" by "\.h$" matches fewer files in principle, but this may or may not be the case for a given package. So I would suggest to close this issue unless we have cases where a real problem occurs. Andreas From debbugs-submit-bounces@debbugs.gnu.org Thu May 01 03:15:15 2025 Received: (at 49813-done) by debbugs.gnu.org; 1 May 2025 07:15:16 +0000 Received: from localhost ([127.0.0.1]:48025 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uAO8Z-0001yb-M9 for submit@debbugs.gnu.org; Thu, 01 May 2025 03:15:15 -0400 Received: from hera.aquilenet.fr ([185.233.100.1]:34252) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uAO8X-0001vE-IQ for 49813-done@debbugs.gnu.org; Thu, 01 May 2025 03:15:13 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id B030F8FB; Thu, 1 May 2025 09:15:07 +0200 (CEST) Authentication-Results: hera.aquilenet.fr; none X-Virus-Scanned: Debian amavis at hera.aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavis, port 10024) with ESMTP id dsvJnqGYl1yw; Thu, 1 May 2025 09:15:07 +0200 (CEST) Received: from jurong (176-179-191-150.abo.bbox.fr [176.179.191.150]) by hera.aquilenet.fr (Postfix) with ESMTPSA id ED073D5D; Thu, 1 May 2025 09:15:06 +0200 (CEST) Date: Thu, 1 May 2025 09:15:05 +0200 From: Andreas Enge To: Sarah Morgensen Subject: Re: [bug#49813] [PATCH 04/34] gnu: tao: Fix regex in FIND-FILES invocation. Message-ID: References: <867dg52n1n.fsf@mgsn.dev> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Rspamd-Queue-Id: B030F8FB X-Spamd-Result: default: False [5.41 / 15.00]; SPAM_FLAG(5.00)[]; NEURAL_SPAM(3.00)[1.000]; BAYES_HAM(-2.99)[99.96%]; MID_RHS_NOT_FQDN(0.50)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_SOME(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; RCPT_COUNT_THREE(0.00)[3]; FROM_EQ_ENVFROM(0.00)[]; RCVD_TLS_ALL(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; ARC_NA(0.00)[] X-Spamd-Bar: +++++ X-Rspamd-Action: greylist X-Rspamd-Server: hera X-Spam-Level: ***** X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 49813-done Cc: 49813-done@debbugs.gnu.org, Maxime Devos X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Closing. Andreas From unknown Sat Jun 14 03:56:27 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 29 May 2025 11:24:08 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator