Summary: | app-emulation/qemu-5.2.0: error while opening "/var/tmp/portage/app-emulation/qemu-5.2.0/work/qemu-5.2.0/po/bg.po" for reading: No such file or directory | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Julien Delquié <julien.dlq> |
Component: | Current packages | Assignee: | Matthias Maier <tamiko> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | candrews, marduk, nholland, O01eg, slyfox, virtualization, zeekec |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Julien Delquié
2020-12-10 07:29:04 UTC
Can confirm and reproduce with USE="gtk -nls" option('gettext', type : 'boolean', value : true, description: 'Localization of the GTK+ user interface') As a workaround, can emerge with: EXTRA_CONF_QEMU="--disable-gettext" (In reply to Ionen Wolkens from comment #1) > Can confirm and reproduce with USE="gtk -nls" Or actually, this happens with +nls too (seems just need USE=gtk), was under a wrong impression looking at the ebuild. (In reply to Ionen Wolkens from comment #1) > Can confirm and reproduce with USE="gtk -nls" > > option('gettext', type : 'boolean', value : true, > description: 'Localization of the GTK+ user interface') > > As a workaround, can emerge with: > EXTRA_CONF_QEMU="--disable-gettext" Using sudo EXTRA_CONF_QEMU="--disable-gettext" emerge -av qemu temporary solution. I can confirm this as well (+gtk +nls). The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30d865422ef40ecdfcb8b6b7c873a01334560aba commit 30d865422ef40ecdfcb8b6b7c873a01334560aba Author: Sergei Trofimovich <slyfox@gentoo.org> AuthorDate: 2020-12-10 19:20:03 +0000 Commit: Sergei Trofimovich <slyfox@gentoo.org> CommitDate: 2020-12-10 19:20:16 +0000 app-emulation/qemu: drop nls mangling, use --enable-gettext qemu-5.2.0 updated the way locales are generated. Let's drop our hack for locale filtering. Reported-by: Julien Delquié Closes: https://bugs.gentoo.org/759301 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> app-emulation/qemu/qemu-5.2.0.ebuild | 37 +++++++----------------------------- app-emulation/qemu/qemu-9999.ebuild | 37 +++++++----------------------------- 2 files changed, 14 insertions(+), 60 deletions(-) |