From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C324259CA3 for ; Thu, 10 Mar 2016 08:17:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4367C21C00A; Thu, 10 Mar 2016 08:17:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AACB221C00A for ; Thu, 10 Mar 2016 08:17:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 71A11340948 for ; Thu, 10 Mar 2016 08:17:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A800A208D for ; Thu, 10 Mar 2016 08:17:43 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1457597063.5cd7e848f2d2dd9b0b5b972418e3638f42f9d030.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/strace/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/strace/strace-4.9.ebuild X-VCS-Directories: dev-util/strace/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 5cd7e848f2d2dd9b0b5b972418e3638f42f9d030 X-VCS-Branch: master Date: Thu, 10 Mar 2016 08:17:43 +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: 6d3c361e-fdc9-4337-b5f8-bb9d05d03096 X-Archives-Hash: a0d2afbe5bae6f23b71e5c0d939b60ae commit: 5cd7e848f2d2dd9b0b5b972418e3638f42f9d030 Author: Paolo Pedroni users noreply github com> AuthorDate: Wed Mar 9 10:56:33 2016 +0000 Commit: Patrice Clement gentoo org> CommitDate: Thu Mar 10 08:04:23 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cd7e848 dev-utils/strace: skip flaky -k test #545812 in stable Already fixed in 4.10. Apply same fix to current stable. dev-util/strace/strace-4.9.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-util/strace/strace-4.9.ebuild b/dev-util/strace/strace-4.9.ebuild index 5fd2fd6..b3ef07d 100644 --- a/dev-util/strace/strace-4.9.ebuild +++ b/dev-util/strace/strace-4.9.ebuild @@ -40,6 +40,9 @@ src_prepare() { use static && append-ldflags -static export ac_cv_header_libaio_h=$(usex aio) + + # Stub out the -k test since it's known to be flaky. #545812 + sed -i '1iexit 77' tests*/strace-k.test ||die } src_configure() {