* Press Ctrl-C to Stop * * gnome-base/gnome-desktop-41.3:3::gentoo * /usr/share/gnome/gnome-version.xml * /usr/share/help/C/fdl/index.docbook * /usr/share/help/C/gpl/index.docbook ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.1_desktop_gnome-j4-20220322-110008 ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-9.3.1 [2] x86_64-pc-linux-gnu-11.2.1 * clang/llvm (if any): /usr/lib/llvm/14 14.0.0 Python 3.9.12 Available Ruby profiles: [1] ruby26 (with Rubygems) [2] ruby27 (with Rubygems) [3] ruby31 (with Rubygems) * Available Rust versions: [1] rust-bin-1.59.0 * The following VMs are available for generation-2: 1) Eclipse Temurin JRE 11.0.14_p9 [openjdk-jre-bin-11] Available Java Virtual Machines: [1] openjdk-jre-bin-11 The Glorious Glasgow Haskell Compilation System, version 8.10.4 php cli: HEAD of ::gentoo commit 27af13ac7f9d8fce57826a096ddd7164228c8aab Author: Repository mirror & CI <repomirrorci@gentoo.org> Date: Sat Mar 26 17:19:37 2022 +0000 2022-03-26 17:19:32 UTC emerge -qpvO gnome-base/gnome-desktop [ebuild NS ] gnome-base/gnome-desktop-42.0-r400 [41.3] USE="introspection (seccomp) udev -debug -gtk-doc -systemd"
Created attachment 767902 [details] emerge-info.txt
Created attachment 767903 [details] emerge-history.txt.bz2
Created attachment 767904 [details] etc.portage.tar.bz2
Created attachment 767905 [details] gnome-base:gnome-desktop-42.0-r400:20220326-175246.log
Created attachment 767906 [details] logs.tar.bz2
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8ed24cfe48297102c2b8376bc1d687ebe5e43f4 commit e8ed24cfe48297102c2b8376bc1d687ebe5e43f4 Author: Matt Turner <mattst88@gentoo.org> AuthorDate: 2022-03-26 23:58:33 +0000 Commit: Matt Turner <mattst88@gentoo.org> CommitDate: 2022-03-27 00:00:15 +0000 gnome-base/gnome-desktop: Add blocker Closes: https://bugs.gentoo.org/836209 Signed-off-by: Matt Turner <mattst88@gentoo.org> gnome-base/gnome-desktop/gnome-desktop-42.0-r400.ebuild | 1 + 1 file changed, 1 insertion(+)
This is more of a WONTFIX, right? A blocker for a slotted package makes zero sense to me.
(In reply to Benedikt Reinartz from comment #7) > This is more of a WONTFIX, right? A blocker for a slotted package makes zero > sense to me. Did you misunderstand? The blocker is: > !<gnome-base/gnome-desktop-${PV}:3 This prevents gnome-desktop versions older than the gnome-desktop:4 version from being installed. E.g., when I try to emerge gnome-desktop-41.3: > % emerge =gnome-desktop-41.3 -vp > ... > [blocks B ] <gnome-base/gnome-desktop-42.0:3 ("<gnome-base/gnome-desktop-42.0:3" is soft blocking gnome-base/gnome-desktop-42.0-r400)
I get that, but the whole point of slotted packages is to be able to install them in parallel (which is also required for a gradual switch between gtk3 and gtk4 Gnome). If I'm reading the collision logs correctly, the issue is mainly that the .mo (gnome-desktop-3.0.mo, should probably just be gnome-desktop-4.0.mo, like the .so) and some doc files (should maybe go into a base-package instead?) are not put into slot-specific locations.
(In reply to Benedikt Reinartz from comment #9) > I get that, but the whole point of slotted packages is to be able to install > them in parallel (which is also required for a gradual switch between gtk3 > and gtk4 Gnome). > > If I'm reading the collision logs correctly, the issue is mainly that the > .mo (gnome-desktop-3.0.mo, should probably just be gnome-desktop-4.0.mo, > like the .so) and some doc files (should maybe go into a base-package > instead?) are not put into slot-specific locations. The slots are parallel installable. I have 42.0-r300 and 42.0-r400 installed right now. 42.0-r400 just isn't parallel installable with 41.3, which is from before we had a slot 4. I just didn't go back and modify a stable 41.3 ebuild to make it parallel installable, because why the hell would I when you can just install 42.0-r300? What is not clear about this?
Aaah, my bad, sorry. I had to first explicitly update gnome-desktop:3 before installing something that depends on gnome-desktop:4, portage didn't do that for me. Thanks!