guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: glibc: Comment on the parallel build race.


From: Ludovic Courtès
Subject: 02/03: gnu: glibc: Comment on the parallel build race.
Date: Thu, 05 Mar 2015 23:44:21 +0000

civodul pushed a commit to branch master
in repository guix.

commit 211db2f6451845bdd7632a2aecf761127e849b11
Author: Ludovic Courtès <address@hidden>
Date:   Thu Mar 5 23:41:29 2015 +0100

    gnu: glibc: Comment on the parallel build race.
    
    * gnu/packages/base.scm (glibc): Augment comment regarding sequential
      builds.
---
 gnu/packages/base.scm |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index 102a965..ac05987 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -388,7 +388,11 @@ included.")
 
    (arguments
     `(#:out-of-source? #t
-      #:parallel-build? #f ; There's at least one race in the build.
+
+      ;; In version 2.21, there a race in the 'elf' directory, see
+      ;; <http://lists.gnu.org/archive/html/guix-devel/2015-02/msg00709.html>.
+      #:parallel-build? #f
+
       #:configure-flags
       (list "--enable-add-ons"
             "--sysconfdir=/etc"



reply via email to

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