public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Anthony G. Basile" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/klibc/
Date: Tue, 27 Mar 2018 17:02:50 +0000 (UTC)	[thread overview]
Message-ID: <1522170165.f9e24964982637efe864a8d340517d59ec355dac.blueness@gentoo> (raw)

commit:     f9e24964982637efe864a8d340517d59ec355dac
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 27 17:02:26 2018 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Tue Mar 27 17:02:45 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9e24964

dev-libs/klibc: workaround for parallel make error

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-libs/klibc/klibc-2.0.4-r3.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-libs/klibc/klibc-2.0.4-r3.ebuild b/dev-libs/klibc/klibc-2.0.4-r3.ebuild
index 8e334dc61ba..d882a5476cb 100644
--- a/dev-libs/klibc/klibc-2.0.4-r3.ebuild
+++ b/dev-libs/klibc/klibc-2.0.4-r3.ebuild
@@ -178,7 +178,8 @@ src_compile() {
 	append-ldflags -z noexecstack
 	append-flags -nostdlib
 
-	emake \
+	# Parallel build intermittantly fails when doing `LIST usr/klibc/syscalls/klib.list'
+	emake -j1 \
 		EXTRA_KLIBCAFLAGS="-Wa,--noexecstack" \
 		EXTRA_KLIBCLDFLAGS="-z noexecstack" \
 		HOSTLDFLAGS="-z noexecstack" \


             reply	other threads:[~2018-03-27 17:02 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-27 17:02 Anthony G. Basile [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-12-12 16:46 [gentoo-commits] repo/gentoo:master commit in: dev-libs/klibc/ Michał Górny
2019-01-27 11:05 Pacho Ramos
2018-04-20  6:54 Sergei Trofimovich
2018-04-19 20:06 Mikle Kolyada
2018-04-17 22:09 Thomas Deutschmann
2018-02-25 12:53 Patrick Lauer
2018-01-04 19:21 Craig Andrews
2017-06-06 11:45 Pacho Ramos
2017-01-23 16:27 Agostino Sarubbo
2017-01-23 15:46 Agostino Sarubbo
2017-01-23 13:51 Agostino Sarubbo
2017-01-11 20:58 Andreas Sturmlechner
2017-01-11 20:58 Andreas Sturmlechner
2016-08-25 16:13 Pacho Ramos
2016-08-25 16:13 Pacho Ramos
2016-06-15 18:50 Austin English

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1522170165.f9e24964982637efe864a8d340517d59ec355dac.blueness@gentoo \
    --to=blueness@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox