Summary: | sys-apps/flatpak-1.16.0: automagic dependency on dev-util/gtk-doc (which goes badly w/ Python impl changes) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | zen <dev> |
Component: | Current packages | Assignee: | Zac Medico <zmedico> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log |
The issue here is indeed that there's an automagic dep on gtk-doc, so Portage doesn't realise it has to re-emerge gtk-doc before building flatpak. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b76f71eb89f97a95f7a9d67f09d551ed6582fb6 commit 1b76f71eb89f97a95f7a9d67f09d551ed6582fb6 Author: Zac Medico <zmedico@gentoo.org> AuthorDate: 2025-05-03 21:05:06 +0000 Commit: Zac Medico <zmedico@gentoo.org> CommitDate: 2025-05-03 21:11:47 +0000 sys-apps/flatpak: Add gtk-doc dependency Closes: https://bugs.gentoo.org/955263 Signed-off-by: Zac Medico <zmedico@gentoo.org> sys-apps/flatpak/flatpak-1.16.0.ebuild | 1 + 1 file changed, 1 insertion(+) |
Created attachment 927379 [details] build.log missing gtk-doc depends, causes a build failure on python upgrades as pygments is not upgraded.