From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E9BEE138334 for ; Sun, 29 Dec 2019 16:11:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EAA4CE09E7; Sun, 29 Dec 2019 16:11:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A4A7EE09E7 for ; Sun, 29 Dec 2019 16:11:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 56C0334DCDC for ; Sun, 29 Dec 2019 16:11:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C605177 for ; Sun, 29 Dec 2019 16:11:02 +0000 (UTC) From: "罗百科" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "罗百科" Message-ID: <1577635855.d4b96f3a5d5b57e62b0a7d02781360d4e3ef055d.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/matplotlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/matplotlib/matplotlib-2.2.4.ebuild X-VCS-Directories: dev-python/matplotlib/ X-VCS-Committer: patrick X-VCS-Committer-Name: 罗百科 X-VCS-Revision: d4b96f3a5d5b57e62b0a7d02781360d4e3ef055d X-VCS-Branch: master Date: Sun, 29 Dec 2019 16:11:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ab50dca2-6282-4364-8edf-91e9189a82b9 X-Archives-Hash: 2d3883af2269818df2c8c62fb913b9cb commit: d4b96f3a5d5b57e62b0a7d02781360d4e3ef055d Author: Patrick Lauer gentoo org> AuthorDate: Sun Dec 29 16:10:42 2019 +0000 Commit: 罗百科 gentoo org> CommitDate: Sun Dec 29 16:10:55 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4b96f3a dev-python/matplotlib: Force single-threaded build Avoids reliable messages along the lines of: /src/py_converters.o: file not recognized: file truncated collect2: error: ld returned 1 exit status Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Patrick Lauer gentoo.org> dev-python/matplotlib/matplotlib-2.2.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/matplotlib/matplotlib-2.2.4.ebuild b/dev-python/matplotlib/matplotlib-2.2.4.ebuild index 97f38a4d86b..7b3a575fbf1 100644 --- a/dev-python/matplotlib/matplotlib-2.2.4.ebuild +++ b/dev-python/matplotlib/matplotlib-2.2.4.ebuild @@ -216,7 +216,7 @@ wrap_setup() { } python_compile() { - wrap_setup distutils-r1_python_compile --build-lib="${BUILD_DIR}"/lib + wrap_setup distutils-r1_python_compile -j1 --build-lib="${BUILD_DIR}"/lib } python_compile_all() {