From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48739) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cyPr1-0003hb-GV for guix-patches@gnu.org; Wed, 12 Apr 2017 17:31:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cyPqw-0004xV-JD for guix-patches@gnu.org; Wed, 12 Apr 2017 17:31:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:46638) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cyPqw-0004xN-Fm for guix-patches@gnu.org; Wed, 12 Apr 2017 17:31:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cyPqw-0006YD-6w for guix-patches@gnu.org; Wed, 12 Apr 2017 17:31:02 -0400 Subject: bug#26469: [PATCH] glibc/linux: enable parallel build Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48493) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cyPpo-0003aB-OX for guix-patches@gnu.org; Wed, 12 Apr 2017 17:29:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cyPpl-0004OR-MK for guix-patches@gnu.org; Wed, 12 Apr 2017 17:29:52 -0400 Received: from smtp10.mail.ru ([94.100.181.92]:60608) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cyPpl-0004NX-Am for guix-patches@gnu.org; Wed, 12 Apr 2017 17:29:49 -0400 From: Sergei Trofimovich Date: Wed, 12 Apr 2017 22:29:37 +0100 Message-Id: <20170412212937.16976-1-slyfox@inbox.ru> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 26469@debbugs.gnu.org Parallel build failure was fixed upstream as: https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=e8b6be0016f131c2ac72bf3213eabdb59800e63b gnu/packages/base.scm (glibc/linux): reenable parallel builds Signed-off-by: Sergei Trofimovich --- gnu/packages/base.scm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm index 5c36b612f..79733b14f 100644 --- a/gnu/packages/base.scm +++ b/gnu/packages/base.scm @@ -563,10 +563,6 @@ store.") (arguments `(#:out-of-source? #t - ;; In version 2.21, there a race in the 'elf' directory, see - ;; . - #: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 -- 2.12.2