unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#65561] [PATCH 1/2] gnu: cssc: Fix tests.
@ 2023-08-27  9:41 iyzsong--- via Guix-patches via
  2023-08-27  9:41 ` [bug#65562] [PATCH 2/2] gnu: src: Update to 1.32 iyzsong--- via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: iyzsong--- via Guix-patches via @ 2023-08-27  9:41 UTC (permalink / raw)
  To: 65561; +Cc: 宋文武

From: 宋文武 <iyzsong@member.fsf.org>

* gnu/packages/version-control.scm (cssc)[arguments]: Replace
egrep with grep -E in the precheck phase.
---
 gnu/packages/version-control.scm | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 699a091642..1ca3dc9a53 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -2377,6 +2377,15 @@ (define-public cssc
                (substitute* "tests/prt/all-512.sh"
                  (("/bin/sh") (which "sh")))
 
+               (for-each
+                (lambda (file)
+                  (substitute* file (("egrep") "grep -E")))
+                '("tests/common/test-common"
+                  "tests/admin/comment.sh"
+                  "tests/cdc/2comment.sh"
+                  "tests/cdc/4order.sh"
+                  "tests/get/subst.sh"))
+
                ;; XXX: This test has no hope of passing until there is a "nogroup"
                ;; entry (or at least some group to which the guix builder does
                ;; not belong) in the /etc/group file of the build environment.

base-commit: 5856e185a3d4f47e27dfd064a231b3a1d44a6494
-- 
2.41.0





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

* [bug#65562] [PATCH 2/2] gnu: src: Update to 1.32.
  2023-08-27  9:41 [bug#65561] [PATCH 1/2] gnu: cssc: Fix tests iyzsong--- via Guix-patches via
@ 2023-08-27  9:41 ` iyzsong--- via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: iyzsong--- via Guix-patches via @ 2023-08-27  9:41 UTC (permalink / raw)
  To: 65562; +Cc: 宋文武

From: 宋文武 <iyzsong@member.fsf.org>

* gnu/packages/version-control.scm (src): Update to 1.32.
---
 gnu/packages/version-control.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 1ca3dc9a53..86dcea908c 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -2881,14 +2881,14 @@ (define-public gource
 (define-public src
   (package
     (name "src")
-    (version "1.31")
+    (version "1.32")
     (source (origin
               (method url-fetch)
               (uri (string-append
                     "http://www.catb.org/~esr/src/src-" version ".tar.gz"))
               (sha256
                (base32
-                "1p8f5xc6k4jrli3iimi64ng11c246qqwsw9bqrrqkrmhvqdh4kcv"))))
+                "0r9i399kkagpwj08nwf1f7c6lr50xjzzgmzwyjjy6ppgcc53a809"))))
     (build-system gnu-build-system)
     (arguments
      '(#:make-flags
-- 
2.41.0





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

end of thread, other threads:[~2023-08-27  9:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-27  9:41 [bug#65561] [PATCH 1/2] gnu: cssc: Fix tests iyzsong--- via Guix-patches via
2023-08-27  9:41 ` [bug#65562] [PATCH 2/2] gnu: src: Update to 1.32 iyzsong--- via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).