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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8E71C158066 for ; Tue, 3 Sep 2024 15:11:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88672E29F5; Tue, 3 Sep 2024 15:11:18 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6908DE29F5 for ; Tue, 3 Sep 2024 15:11:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 76820342FB4 for ; Tue, 3 Sep 2024 15:11:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B0CB914D5 for ; Tue, 3 Sep 2024 15:11:15 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1725376245.266fb6b6ac07ec45e3b30fa5d55ee085169ca7d8.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtmultimedia/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtmultimedia/qtmultimedia-6.7.9999.ebuild X-VCS-Directories: dev-qt/qtmultimedia/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 266fb6b6ac07ec45e3b30fa5d55ee085169ca7d8 X-VCS-Branch: master Date: Tue, 3 Sep 2024 15:11:15 +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: a873e7a2-21ac-4d28-8c26-31e9150cc532 X-Archives-Hash: 772f0a34e003031ea0c69a0e81004bb9 commit: 266fb6b6ac07ec45e3b30fa5d55ee085169ca7d8 Author: Ionen Wolkens gentoo org> AuthorDate: Tue Sep 3 15:02:15 2024 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Tue Sep 3 15:10:45 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=266fb6b6 dev-qt/qtmultimedia: skip tst_qmediacapture_gstreamer in 6.7 too Tried a full build of dev-qt/*-6.7.9999 in preparation for 6.7.3 and this is the only thing that went wrong (like it did in 6.8). Test doesn't expect to have nothing to capture (as portage user in sandbox) and segfaults as far as I can tell and should be a non-issue. Signed-off-by: Ionen Wolkens gentoo.org> dev-qt/qtmultimedia/qtmultimedia-6.7.9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-qt/qtmultimedia/qtmultimedia-6.7.9999.ebuild b/dev-qt/qtmultimedia/qtmultimedia-6.7.9999.ebuild index 4aefaf7a465a..2921a408326e 100644 --- a/dev-qt/qtmultimedia/qtmultimedia-6.7.9999.ebuild +++ b/dev-qt/qtmultimedia/qtmultimedia-6.7.9999.ebuild @@ -70,6 +70,7 @@ CMAKE_SKIP_TESTS=( # tries to use real alsa or pulseaudio and fails in sandbox tst_qaudiosink tst_qaudiosource + tst_qmediacapture_gstreamer tst_qmediacapturesession tst_qmediaplayerbackend tst_qsoundeffect