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 8C53E139694 for ; Sat, 15 Jul 2017 10:25:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E71B6E0EAE; Sat, 15 Jul 2017 10:25:16 +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 C2A8AE0EAE for ; Sat, 15 Jul 2017 10:25:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 084683418C5 for ; Sat, 15 Jul 2017 10:25:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7903774A5 for ; Sat, 15 Jul 2017 10:25:14 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1500114310.c2f1593960a02f1e374e0751457be58cf66f8700.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/netcdf/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/netcdf/netcdf-4.4.1.1.ebuild X-VCS-Directories: sci-libs/netcdf/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: c2f1593960a02f1e374e0751457be58cf66f8700 X-VCS-Branch: master Date: Sat, 15 Jul 2017 10:25:14 +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-Archives-Salt: f5898fea-8f8b-47b4-8dc6-d55326fb116c X-Archives-Hash: cf912c99302143fd527c8662cc1043df commit: c2f1593960a02f1e374e0751457be58cf66f8700 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Jul 15 10:24:59 2017 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Jul 15 10:25:10 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2f15939 sci-libs/netcdf: make tests sequential, bug #621486 Parallel tests fail consistently on 4-core and 8-core systems. I suspect same temporary file reuse. Bug: https://bugs.gentoo.org/621486 Package-Manager: Portage-2.3.6, Repoman-2.3.2 sci-libs/netcdf/netcdf-4.4.1.1.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sci-libs/netcdf/netcdf-4.4.1.1.ebuild b/sci-libs/netcdf/netcdf-4.4.1.1.ebuild index 703031c4062..b295062f6d9 100644 --- a/sci-libs/netcdf/netcdf-4.4.1.1.ebuild +++ b/sci-libs/netcdf/netcdf-4.4.1.1.ebuild @@ -43,6 +43,11 @@ src_configure() { $(use_enable tools utilities) } +src_test() { + # fails parallel tests: bug #621486 + emake check -j1 +} + src_install() { default use examples && dodoc -r examples