* ERROR: media-fonts/terminus-font-4.49.1::gentoo failed (postinst phase): * failed to fix font files perms * * Call stack: * ebuild.sh, line 127: Called pkg_postinst * environment, line 1744: Called font_pkg_postinst * environment, line 1076: Called _update_fontcache * environment, line 769: Called die * The specific snippet of code: * find "${EROOT}"/usr/share/fonts/ -type f '!' -perm 0644 -exec chmod -v 0644 {} + 2> /dev/null || die "failed to fix font files perms"; It installs fonts into /usr/share/consolefonts, and it seems that later tries to use a wrong folder.
Created attachment 736981 [details] emerge log
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56ea2789b4419e88efa61794dbd8fed82102ae93 commit 56ea2789b4419e88efa61794dbd8fed82102ae93 Author: Marek Szuba <marecki@gentoo.org> AuthorDate: 2021-08-31 21:23:20 +0000 Commit: Marek Szuba <marecki@gentoo.org> CommitDate: 2021-08-31 21:25:04 +0000 media-fonts/terminus-font: skip font_pkg_config in PSF-only mode Closes: https://bugs.gentoo.org/811282 Signed-off-by: Marek Szuba <marecki@gentoo.org> media-fonts/terminus-font/terminus-font-4.49.1.ebuild | 12 ++++++++++++ 1 file changed, 12 insertions(+)