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 25BF4158041 for ; Tue, 26 Mar 2024 05:52:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4FE46E2A2A; Tue, 26 Mar 2024 05:52:53 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 33650E2A2A for ; Tue, 26 Mar 2024 05:52:53 +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 29BD13430AE for ; Tue, 26 Mar 2024 05:52:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6280E15E4 for ; Tue, 26 Mar 2024 05:52:50 +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: <1711432267.d918b34514f1d01c2a1df5e1837dbfc4d225b723.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/package.mask X-VCS-Directories: profiles/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: d918b34514f1d01c2a1df5e1837dbfc4d225b723 X-VCS-Branch: master Date: Tue, 26 Mar 2024 05:52:50 +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: 195dabc2-cec0-40c9-8f1d-0eafa9a0cc73 X-Archives-Hash: 696f6a80489bbe9dbdda65bb88e49a53 commit: d918b34514f1d01c2a1df5e1837dbfc4d225b723 Author: Ionen Wolkens gentoo org> AuthorDate: Tue Mar 26 05:02:10 2024 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Tue Mar 26 05:51:07 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d918b345 profiles: mask media-libs/embree-4 for now Did give it a quick try with minimal USE and (as noted in the bug) embree3 and 4 do coexist without any changes and seems to me they are indeed meant to be treated like a different SLOT or package. /usr/lib64/libembree3.so /usr/lib64/libembree4.so /usr/include/embree3 /usr/include/embree4 (either way the soname changed, *if* not slotted it'd need a subslot) Revdeps may need attention to depend on specific slot and select properly if they can use either (assume blender does automagic? currently does not depend on >=4 anyhow) so just doing a quick mask until this is properly looked at. Godot already depend explicitly on embree:3. If *really* had to it could optionally switch to bundled embree rather than set an upper bound if not slotted (or when :3 is to be removed). Bug: https://bugs.gentoo.org/927833 Signed-off-by: Ionen Wolkens gentoo.org> profiles/package.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index e925997a8c12..69db95e7dd1a 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,11 @@ #--- END OF EXAMPLES --- +# Ionen Wolkens (2024-03-26) +# Breaks revdeps that need embree-3 and seems intended to be +# SLOT=4. Mask until the situation is improved (bug #927833). +>=media-libs/embree-4 + # Eli Schwartz (2024-03-24) # Broken with modern compilers, broken with LTO. Upstream website no # longer exists. Unmaintained in Gentoo, no reverse dependencies.