From 82ddbe9a6eb52fd2b311c46d113aeb24f286c2cf Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Wed, 5 Jun 2024 10:08:43 +0300 Subject: 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(-) (limited to 'gnu/packages/commencement.scm') diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm index 9017788fe5..d4b5fa2ab0 100644 --- a/gnu/packages/commencement.scm +++ b/gnu/packages/commencement.scm @@ -3,7 +3,7 @@ ;;; Copyright © 2014 Andreas Enge ;;; Copyright © 2012 Nikita Karetnikov ;;; Copyright © 2014, 2015, 2017 Mark H Weaver -;;; Copyright © 2017, 2018, 2019, 2021, 2022 Efraim Flashner +;;; Copyright © 2017, 2018, 2019, 2021, 2022, 2024 Efraim Flashner ;;; Copyright © 2018 Tobias Geerinckx-Rice ;;; Copyright © 2018, 2019, 2020, 2021, 2022, 2023, 2024 Janneke Nieuwenhuizen ;;; Copyright © 2019-2022 Marius Bakke @@ -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. -- cgit v1.2.3