From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37087) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1czGaz-0002Va-Gs for guix-patches@gnu.org; Sat, 15 Apr 2017 01:50:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1czGaw-0005mL-Ep for guix-patches@gnu.org; Sat, 15 Apr 2017 01:50:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:49544) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1czGaw-0005mA-A2 for guix-patches@gnu.org; Sat, 15 Apr 2017 01:50:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1czGav-0002aD-UI for guix-patches@gnu.org; Sat, 15 Apr 2017 01:50:01 -0400 Subject: bug#26469: [PATCH] glibc/linux: enable parallel build Resent-Message-ID: From: Kei Kebreau References: <20170412212937.16976-1-slyfox@inbox.ru> Date: Sat, 15 Apr 2017 01:48:52 -0400 In-Reply-To: <20170412212937.16976-1-slyfox@inbox.ru> (Sergei Trofimovich's message of "Wed, 12 Apr 2017 22:29:37 +0100") Message-ID: <87o9vymda3.fsf@openmailbox.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" 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: Sergei Trofimovich Cc: 26469@debbugs.gnu.org --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Sergei Trofimovich writes: > Parallel build failure was fixed upstream as: > https://sourceware.org/git/?p=3Dglibc.git;a=3Dcommitdiff;h=3De8b6be0016f1= 31c2ac72bf3213eabdb59800e63b > > 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 >=20=20 > - ;; 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 vers= ioned > ;; libraries (libdl-2.24.so, etc.) have ld.so marked as NEEDED. S= ince > ;; 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. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEg7ZwOtzKO2lLzi2m5qXuPBlGeg0FAljxtEUACgkQ5qXuPBlG eg3bwQ/+LAmjjqs6Q1Vay3FsfsJBVgQYOo5chYfGNxmU5AtD8sDMYzIzC4KzHt+Y N2JeNrzaKUoyJt0gVzgSBmyrkRqlBtEHfBb6T0bTmPVmfxPBSQM2wEJbY+Y7gNYz SDpsOWkhbBetMTFbgtlbFJ1KDxzgLCnW1yw7rHG8hyrQVJp7dnZXpO7IAaJ8Py2w jpEQ7bopAYzeM1t1dBVfnIjG2IyQADlT9jOmQ4itwfFy3XY71zzBKG2dZiRfK6HR 0pEIrVnjZ0Yju5yf69ErQ3wpu2eVA5L0HnNRBxLJhmBocSHGpiehMqPjCj08+jLX 925lB2uFK+pTIutqQRheq8zgChxzbYezHIgeBRoOLk91B3EUJ17gPZsOOP3+h96n TWw8M9rKLapXlfdb8J2f0J+oWq0ZY+8foXSspA1ArhQlRsyhY6wOIvOkqqF0NyjJ Z4qeYufIpNN0Ur4MugZpqjRmAu+IUnozx5kCH0hguhcIAppP7OMXu9r8Ta+DwxpJ 8vffWAm8KwyOT/D6cpdjfQWnWSFi4Mc1urw7mwZbaw4tNebgkf2lVNOLnaYaAVBB qRFMNPvMgxe4xjFfARXmTL2sCiRH2DnK1qFTgy+w2eQiq1mwSwVcmm3h6K6NPXbk rDr8yjzLxQbyLmJzVpUpDUDVLxV+njbxdm5TiL58TKM9R8TzMHY= =5MmV -----END PGP SIGNATURE----- --=-=-=--