emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#26469: closed ([PATCH] glibc/linux: enable paralle


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#26469: closed ([PATCH] glibc/linux: enable parallel build)
Date: Sun, 16 Apr 2017 13:23:02 +0000

Your message dated Sun, 16 Apr 2017 09:22:15 -0400
with message-id <address@hidden>
and subject line Re: bug#26469: [PATCH] glibc/linux: enable parallel build
has caused the debbugs.gnu.org bug report #26469,
regarding [PATCH] glibc/linux: enable parallel build
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
26469: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=26469
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] glibc/linux: enable parallel build Date: Wed, 12 Apr 2017 22:29:37 +0100
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 <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 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
-      ;; <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
-- 
2.12.2




--- End Message ---
--- Begin Message --- Subject: Re: bug#26469: [PATCH] glibc/linux: enable parallel build Date: Sun, 16 Apr 2017 09:22:15 -0400 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)
address@hidden (Ludovic Courtès) writes:

> Kei Kebreau <address@hidden> skribis:
>
>> Sergei Trofimovich <address@hidden> writes:
>>
>>> 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 <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 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
>>> -      ;; 
>>> <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
>>
>> This works fine for me, but I'll wait for a second opinion in case I
>> missed something.
>
> No objections for me, feel free to push to ‘core-updates’.
>
> Thanks!
>
> Ludo’.

Done! Thanks to both of you.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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