GNU bug report logs - #66368
[PATCH] gnu: gash-utils: Fix build.

Previous Next

Package: guix-patches;

Reported by: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

Date: Fri, 6 Oct 2023 08:03:02 UTC

Severity: normal

Tags: patch

Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 66368 in the body.
You can then email your comments to 66368 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#66368; Package guix-patches. (Fri, 06 Oct 2023 08:03:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Liliana Marie Prikler <liliana.prikler <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 06 Oct 2023 08:03:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: guix-patches <at> gnu.org
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





Reply sent to Liliana Marie Prikler <liliana.prikler <at> gmail.com>:
You have taken responsibility. (Sun, 15 Oct 2023 10:33:01 GMT) Full text and rfc822 format available.

Notification sent to Liliana Marie Prikler <liliana.prikler <at> gmail.com>:
bug acknowledged by developer. (Sun, 15 Oct 2023 10:33:01 GMT) Full text and rfc822 format available.

Message #10 received at 66368-done <at> debbugs.gnu.org (full text, mbox):

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: 66368-done <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: gash-utils: Fix build.
Date: Sun, 15 Oct 2023 12:32:22 +0200
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.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 12 Nov 2023 12:24:17 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 216 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.