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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5EAA8158094 for ; Tue, 21 Jun 2022 20:03:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9BAB2E0954; Tue, 21 Jun 2022 20:03:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 84136E0954 for ; Tue, 21 Jun 2022 20:03:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8E6C33418C2 for ; Tue, 21 Jun 2022 20:03:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 031763C3 for ; Tue, 21 Jun 2022 20:03:18 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1655841792.c0abd28860fce182fa974b6ec414fbc3dd9f133a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/xapian-bindings/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/xapian-bindings/xapian-bindings-1.4.19.ebuild X-VCS-Directories: dev-libs/xapian-bindings/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c0abd28860fce182fa974b6ec414fbc3dd9f133a X-VCS-Branch: master Date: Tue, 21 Jun 2022 20:03:18 +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: 6c386b32-a06e-4b25-8499-8480b11bdd4f X-Archives-Hash: 46759bfd4019c738d3eb6725fb448819 commit: c0abd28860fce182fa974b6ec414fbc3dd9f133a Author: Sam James gentoo org> AuthorDate: Tue Jun 21 20:03:05 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jun 21 20:03:12 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0abd288 dev-libs/xapian-bindings: add VERBOSE=1 for test failure details Fails on one box of mine in Python tests but need details. Signed-off-by: Sam James gentoo.org> dev-libs/xapian-bindings/xapian-bindings-1.4.19.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-libs/xapian-bindings/xapian-bindings-1.4.19.ebuild b/dev-libs/xapian-bindings/xapian-bindings-1.4.19.ebuild index a22b427d3f7b..da1a8724b18a 100644 --- a/dev-libs/xapian-bindings/xapian-bindings-1.4.19.ebuild +++ b/dev-libs/xapian-bindings/xapian-bindings-1.4.19.ebuild @@ -120,6 +120,9 @@ src_prepare() { } src_configure() { + # Needed to get e.g. test failure details + MAKEOPTS+=" VERBOSE=1" + if has_basic_bindings ; then local conf=( --disable-documentation