Conversation
Notices
-
Embed this notice
Phantasm (phnt@fluffytail.org)'s status on Tuesday, 11-Aug-2026 00:10:36 JST
Phantasm
Someone should rewrite Portage in Rust, so its dependency resolver actually works.
image.png-
Embed this notice
Phantasm (phnt@fluffytail.org)'s status on Tuesday, 11-Aug-2026 00:18:47 JST
Phantasm
@FrailLeaf https://tokyonight.org/ -
Embed this notice
FrailLeaf (frailleaf@ryona.agency)'s status on Tuesday, 11-Aug-2026 00:18:48 JST
FrailLeaf
@phnt is this Onedark or Nord colors? In conversation permalink -
Embed this notice
Phantasm (phnt@fluffytail.org)'s status on Tuesday, 11-Aug-2026 00:24:37 JST
Phantasm
@FrailLeaf There's also https://catppuccin.com/ which has more ports and looks similar. In conversation permalink Attachments
-
Embed this notice
Phantasm (phnt@fluffytail.org)'s status on Tuesday, 11-Aug-2026 00:35:50 JST
Phantasm
@picofarad The virtual is basically just an OR for dependencies. The USE flags for it should also apply for the dependencies it tries to abstract. But for whatever reason that doesn't work here. It did work previously though.
RDEPEND="
|| (
>=sys-libs/zlib-1.3.1[${MULTILIB_USEDEP},static-libs?]
sys-libs/zlib-ng[${MULTILIB_USEDEP},compat,static-libs(-)?]
)
"In conversation permalink -
Embed this notice
picofarad (picofarad@noauthority.social)'s status on Tuesday, 11-Aug-2026 00:35:51 JST
picofarad
@phnt i'm functionally stupid with gentoo even though i used it for twenty years. Does the virtual flags actually count? Or is this circular, where if you add the two it wants to sys-libs/zlib it'll throw an error that it should just have minizip?
basically i hate portage, but i make that everyone else's problem, since everyone else made systemd my problem.
In conversation permalink -
Embed this notice
FrailLeaf (frailleaf@ryona.agency)'s status on Tuesday, 11-Aug-2026 00:36:27 JST
FrailLeaf
@phnt very cool thanks In conversation permalink Phantasm likes this. -
Embed this notice
picofarad (picofarad@noauthority.social)'s status on Tuesday, 11-Aug-2026 00:39:43 JST
picofarad
@phnt failures like this are one of the reasons i am seriously considering switching everything to devuan.
I hope you get it sorted.
i'd force it
USE="whatever" emerge -1va =sys-libs/zlib-1.3.31 (or whatever my memory sucks as you see)And hope they fixed it before the --depclean reaper came through next week.
In conversation permalink -
Embed this notice
Phantasm (phnt@fluffytail.org)'s status on Tuesday, 11-Aug-2026 00:39:43 JST
Phantasm
@picofarad I just duplicated the USE flags in one of the related files with a comment. In conversation permalink
-
Embed this notice