guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: glibc/linux: Re-enable parallel build.


From: Kei Kebreau
Subject: 01/01: gnu: glibc/linux: Re-enable parallel build.
Date: Sun, 16 Apr 2017 09:21:46 -0400 (EDT)

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

commit dd58c53399e75abcf0bb89a27ffc1675e434faae
Author: Sergei Trofimovich <address@hidden>
Date:   Wed Apr 12 22:29:37 2017 +0100

    gnu: glibc/linux: Re-enable parallel build.
    
    Parallel build failure was fixed upstream as:
    
https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=e8b6be0016f131c2ac72bf3213eabdb59800e63b
    
    * gnu/packages/base.scm (glibc/linux): Re-enable parallel build.
    
    Signed-off-by: Sergei Trofimovich <address@hidden>
    Signed-off-by: Kei Kebreau <address@hidden>
---
 gnu/packages/base.scm | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index 7bcfd7a..c568590 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -541,10 +541,6 @@ store.")
    (arguments
     `(#:out-of-source? #t
 
-      ;; 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
-
       ;; The libraries have an empty RUNPATH, but some, such as the versioned
       ;; libraries (libdl-2.24.so, etc.) have ld.so marked as NEEDED.  Since
       ;; these libraries are always going to be found anyway, just skip



reply via email to

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