From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id BA5511582EF for ; Tue, 11 Mar 2025 09:04:14 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 9B25A34314F for ; Tue, 11 Mar 2025 09:04:14 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 68CD71103CB; Tue, 11 Mar 2025 09:04:07 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id 5E2841103CB for ; Tue, 11 Mar 2025 09:04:07 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1765E343144 for ; Tue, 11 Mar 2025 09:04:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A7B1C28DD for ; Tue, 11 Mar 2025 09:04:05 +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: <1741683799.671fe94f340951129329af40118d39cebbb67e54.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/features/musl/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/features/musl/package.use.mask X-VCS-Directories: profiles/features/musl/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 671fe94f340951129329af40118d39cebbb67e54 X-VCS-Branch: master Date: Tue, 11 Mar 2025 09:04:05 +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: 6ec86f59-2c0d-4372-8299-cbb7dc13e163 X-Archives-Hash: e4dcca9b9117dd99cda69c1bf6ed1e51 commit: 671fe94f340951129329af40118d39cebbb67e54 Author: Ionen Wolkens gentoo org> AuthorDate: Tue Mar 11 03:14:35 2025 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Tue Mar 11 09:03:19 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=671fe94f profiles/features/musl: mask media-video/ffmpeg[v4l] Note USE was renamed, so this is for libv4l. Direct v4l support is enabled unconditionally. Bug: https://bugs.gentoo.org/911499 Signed-off-by: Ionen Wolkens gentoo.org> profiles/features/musl/package.use.mask | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/profiles/features/musl/package.use.mask b/profiles/features/musl/package.use.mask index 490b5aa9e6d7..c2180ac3bcb0 100644 --- a/profiles/features/musl/package.use.mask +++ b/profiles/features/musl/package.use.mask @@ -1,6 +1,19 @@ # Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Ionen Wolkens (2025-03-10) +# Been failing to build for a long time for musl with modern compilers, +# so mask until there is a proper fix. Note that this does not disable +# v4l support entirely (always enabled), only libv4l use (bug #911499). +# +# Old ebuilds had a different meaning for USE=v4l (has *both* a libv4l +# and v4l) and it should not be masked, can be removed after cleanup. +media-video/ffmpeg v4l +=media-video/ffmpeg-4.4.5-r1 libv4l -v4l +=media-video/ffmpeg-6.1.2-r0 libv4l -v4l +=media-video/ffmpeg-7.1-r0 libv4l -v4l +media-video/ffmpeg-compat v4l + # Ionen Wolkens (2025-03-10) # dev-util/nvidia-cuda-toolkit is unavailable on musl media-video/ffmpeg npp