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

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 7f98885  gnu: ustr: Don't use vsnprintf.
7f98885 is described below

commit 7f9888516f783e07aa679332f4a58a4df2c2dba5
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Wed Apr 28 21:39:13 2021 +0200

    gnu: ustr: Don't use vsnprintf.
    
    This follows up on 1059d1570b7078e6a83e067577b42ed24ee25b55,
    which caused new tests failures on non-cross builds.
    
    * gnu/packages/textutils.scm (ustr)[arguments]: Return "0" for
    ./autoconf_vsnprintf.
---
 gnu/packages/textutils.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm
index b04abbd..a51d689 100644
--- a/gnu/packages/textutils.scm
+++ b/gnu/packages/textutils.scm
@@ -335,7 +335,7 @@ input bits thoroughly but are not suitable for 
cryptography.")
                                         (%current-system)))
                      "echo 1"
                      "echo 0"))
-               (("\\./autoconf_vsnprintf") "echo 1"))))
+               (("\\./autoconf_vsnprintf") "echo 0"))))
          (add-after 'unpack 'disable-check-for-stdint
            (lambda _
              ;; Of course we have stdint.h, just not in /usr/include

Reply via email to