GNU bug report logs - #26469
[PATCH] glibc/linux: enable parallel build

Previous Next

Package: guix-patches;

Reported by: Sergei Trofimovich <slyfox <at> inbox.ru>

Date: Wed, 12 Apr 2017 21:31:02 UTC

Severity: normal

Tags: patch

Done: Kei Kebreau <kei <at> openmailbox.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 26469 in the body.
You can then email your comments to 26469 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#26469; Package guix-patches. (Wed, 12 Apr 2017 21:31:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Sergei Trofimovich <slyfox <at> inbox.ru>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 12 Apr 2017 21:31:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Sergei Trofimovich <slyfox <at> inbox.ru>
To: guix-patches <at> gnu.org
Cc: Sergei Trofimovich <slyfox <at> inbox.ru>
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 <slyfox <at> inbox.ru>
---
 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





Information forwarded to guix-patches <at> gnu.org:
bug#26469; Package guix-patches. (Sat, 15 Apr 2017 05:50:01 GMT) Full text and rfc822 format available.

Message #8 received at 26469 <at> debbugs.gnu.org (full text, mbox):

From: Kei Kebreau <kei <at> openmailbox.org>
To: Sergei Trofimovich <slyfox <at> inbox.ru>
Cc: 26469 <at> debbugs.gnu.org
Subject: Re: bug#26469: [PATCH] glibc/linux: enable parallel build
Date: Sat, 15 Apr 2017 01:48:52 -0400
[Message part 1 (text/plain, inline)]
Sergei Trofimovich <slyfox <at> inbox.ru> 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 <slyfox <at> inbox.ru>
> ---
>  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.
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#26469; Package guix-patches. (Sun, 16 Apr 2017 09:31:02 GMT) Full text and rfc822 format available.

Message #11 received at 26469 <at> debbugs.gnu.org (full text, mbox):

From: ludo <at> gnu.org (Ludovic Courtès)
To: Kei Kebreau <kei <at> openmailbox.org>
Cc: 26469 <at> debbugs.gnu.org, Sergei Trofimovich <slyfox <at> inbox.ru>
Subject: Re: bug#26469: [PATCH] glibc/linux: enable parallel build
Date: Sun, 16 Apr 2017 11:30:03 +0200
Kei Kebreau <kei <at> openmailbox.org> skribis:

> Sergei Trofimovich <slyfox <at> inbox.ru> 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 <slyfox <at> inbox.ru>
>> ---
>>  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’.




Reply sent to Kei Kebreau <kei <at> openmailbox.org>:
You have taken responsibility. (Sun, 16 Apr 2017 13:23:02 GMT) Full text and rfc822 format available.

Notification sent to Sergei Trofimovich <slyfox <at> inbox.ru>:
bug acknowledged by developer. (Sun, 16 Apr 2017 13:23:02 GMT) Full text and rfc822 format available.

Message #16 received at 26469-done <at> debbugs.gnu.org (full text, mbox):

From: Kei Kebreau <kei <at> openmailbox.org>
To: ludo <at> gnu.org (Ludovic Courtès)
Cc: 26469-done <at> debbugs.gnu.org, Sergei Trofimovich <slyfox <at> inbox.ru>
Subject: Re: bug#26469: [PATCH] glibc/linux: enable parallel build
Date: Sun, 16 Apr 2017 09:22:15 -0400
[Message part 1 (text/plain, inline)]
ludo <at> gnu.org (Ludovic Courtès) writes:

> Kei Kebreau <kei <at> openmailbox.org> skribis:
>
>> Sergei Trofimovich <slyfox <at> inbox.ru> 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 <slyfox <at> inbox.ru>
>>> ---
>>>  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.
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 15 May 2017 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 8 years and 33 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.