emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#66368: closed ([PATCH] gnu: gash-utils: Fix build.)


From: GNU bug Tracking System
Subject: bug#66368: closed ([PATCH] gnu: gash-utils: Fix build.)
Date: Sun, 15 Oct 2023 10:33:01 +0000

Your message dated Sun, 15 Oct 2023 12:32:22 +0200
with message-id <551b0be6d30425d66725fcb37c1b636ec3dadcaa.camel@gmail.com>
and subject line Re: [PATCH] gnu: gash-utils: Fix build.
has caused the debbugs.gnu.org bug report #66368,
regarding [PATCH] gnu: gash-utils: Fix build.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
66368: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=66368
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: gash-utils: Fix build. Date: Fri, 6 Oct 2023 10:00:16 +0200
* gnu/packages/shells.scm (gash-utils)[arguments]: Add ‘skip-failing-tests’
phase.
[native-inputs]: Add autoconf and automake.
---
 gnu/packages/shells.scm | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index 8042fab12f..9e6bf6693f 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -938,8 +938,16 @@ (define-public gash-utils
                (base32
                 "18ylb54l9lmaynapbncc1zhbsirhihznrxihhxgqrpqgyjkfbap6"))))
     (build-system gnu-build-system)
+    (arguments
+     (list
+      #:phases #~(modify-phases %standard-phases
+                  (add-after 'unpack 'skip-failing-tests
+                    (lambda _
+                      (substitute* "Makefile.am"
+                        (("tests/sort\\.org") ""))
+                      (for-each delete-file '("configure" "Makefile.in")))))))
     (native-inputs
-     (list pkg-config))
+     (list autoconf automake pkg-config))
     (inputs
      (list guile-3.0 gash))
     (home-page "https://savannah.nongnu.org/projects/gash/";)

base-commit: e863274e67e2242b970845783172c9f4e49405ca
prerequisite-patch-id: fa0c8b5c6bf9c004b8e8ae6d2232457ac96fa7be
prerequisite-patch-id: 263ceb05d249c98e725b33d4a5031c09f19c167b
prerequisite-patch-id: 9588dc604f446839ee10f1e2e827684c4cc00bc7
-- 
2.41.0




--- End Message ---
--- Begin Message --- Subject: Re: [PATCH] gnu: gash-utils: Fix build. Date: Sun, 15 Oct 2023 12:32:22 +0200 User-agent: Evolution 3.46.4
Am Freitag, dem 06.10.2023 um 10:00 +0200 schrieb Liliana Marie
Prikler:
> * gnu/packages/shells.scm (gash-utils)[arguments]: Add ‘skip-failing-
> tests’
> phase.
> [native-inputs]: Add autoconf and automake.
Pushed.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]