guix-patches
[Top][All Lists]
Advanced

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

[bug#39456] [PATCH 6/6] gnu: libfaketime: Fix build with glibc 2.31.


From: Marius Bakke
Subject: [bug#39456] [PATCH 6/6] gnu: libfaketime: Fix build with glibc 2.31.
Date: Thu, 6 Feb 2020 19:02:45 +0100

* gnu/packages/check.scm (libfaketime)[arguments]: Disable
"deprecated-declarations" warnings before running the test suite.
---
 gnu/packages/check.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 749bcc7831..a5cf6ea3ff 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -2411,6 +2411,10 @@ portable to just about any platform.")
                     (lambda _
                       (substitute* "test/functests/test_exclude_mono.sh"
                         (("/bin/bash") (which "bash")))
+
+                      ;; Do not fail due to use of 'ftime', which was 
deprecated in
+                      ;; glibc 2.31.  Remove this for later versions of 
libfaketime.
+                      (setenv "FAKETIME_COMPILE_CFLAGS" 
"-Wno-deprecated-declarations")
                       #t)))
        #:test-target "test"))
     (native-inputs
-- 
2.25.0






reply via email to

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