guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated: gnu: findutils-boot0: Fix build on armhf-li


From: guix-commits
Subject: branch core-updates updated: gnu: findutils-boot0: Fix build on armhf-linux.
Date: Wed, 05 Jun 2024 06:34:19 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new ad91725a63 gnu: findutils-boot0: Fix build on armhf-linux.
ad91725a63 is described below

commit ad91725a6359e7b74efcf9e2b5c79a43ab75f468
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Jun 5 10:08:43 2024 +0300

    gnu: findutils-boot0: Fix build on armhf-linux.
    
    * gnu/packages/commencement.scm (findutils-boot0)[arguments]: Adjust
    'skip-problematic-tests phase when building on armhf-linux to adjust the
    tests skipped.
    
    Change-Id: Ib014402cb07399788440115782ddca4adfe05193
---
 gnu/packages/commencement.scm | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 7f2bf24b10..d6c93a6118 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -3,7 +3,7 @@
 ;;; Copyright © 2014 Andreas Enge <andreas@enge.fr>
 ;;; Copyright © 2012 Nikita Karetnikov <nikita@karetnikov.org>
 ;;; Copyright © 2014, 2015, 2017 Mark H Weaver <mhw@netris.org>
-;;; Copyright © 2017, 2018, 2019, 2021, 2022 Efraim Flashner 
<efraim@flashner.co.il>
+;;; Copyright © 2017, 2018, 2019, 2021, 2022, 2024 Efraim Flashner 
<efraim@flashner.co.il>
 ;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2018, 2019, 2020, 2021, 2022, 2023, 2024 Janneke Nieuwenhuizen 
<janneke@gnu.org>
 ;;; Copyright © 2019-2022 Marius Bakke <marius@gnu.org>
@@ -2042,6 +2042,11 @@ exec " gcc "/bin/" program
                       '(substitute* "gnulib-tests/Makefile"
                          (("^XFAIL_TESTS =")
                           "XFAIL_TESTS = test-fnmatch ")))
+                     ("armhf-linux"
+                      '(substitute* "gnulib-tests/Makefile"
+                         (("^XFAIL_TESTS =")
+                          "XFAIL_TESTS = test-fnmatch ")
+                         (("test-pthread-thread\\$\\(EXEEXT\\)") "")))
                      (_
                       ;; XXX: The pthread tests are known to fail at least on
                       ;; ARM; skip them.



reply via email to

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