Created attachment 553940 [details] emerge --info (xz-compressed) Building midori-6.0 fails with No rule to make target '../po/en.po', needed by 'po/en.gmo'. Stop
It's not missing at all - po files are usually based on English as source language, so having en.po normally makes no sense.
Comment on attachment 553940 [details] emerge --info (xz-compressed) Please attach the entire build log to this bug report, too.
po/CMakeLists.txt says: include(FindGettext) if (GETTEXT_FOUND) set(LANGUAGES $ENV{LINGUAS}) if (NOT LANGUAGES) file(GLOB POTFILES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "*.po") It naively takes whatever you set in LINGUAS and then fails if that doesn't match what pofiles it has, so the LINGUAS variable should be filtered in the ebuild.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81d8bd2ca58a0a80dbb3e5541710006d5c4a082d commit 81d8bd2ca58a0a80dbb3e5541710006d5c4a082d Author: Jeroen Roovers <jer@gentoo.org> AuthorDate: 2018-11-04 13:37:08 +0000 Commit: Jeroen Roovers <jer@gentoo.org> CommitDate: 2018-11-04 13:37:25 +0000 www-client/midori: Filter LINGUAS Fixes: https://bugs.gentoo.org/670192 Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Jeroen Roovers <jer@gentoo.org> www-client/midori/midori-6.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
Reopening to solve properly upstream.
Bug fixes now punishable. Rejoice.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51e1a1112b3bca5bef16f7d23b7f78c1f92c41eb commit 51e1a1112b3bca5bef16f7d23b7f78c1f92c41eb Author: Michał Górny <mgorny@gentoo.org> AuthorDate: 2018-12-02 16:13:45 +0000 Commit: Michał Górny <mgorny@gentoo.org> CommitDate: 2018-12-02 16:15:01 +0000 www-client/midori: Bump to 7.0 Closes: https://bugs.gentoo.org/670192 Closes: https://bugs.gentoo.org/670270 Closes: https://bugs.gentoo.org/670354 Signed-off-by: Michał Górny <mgorny@gentoo.org> www-client/midori/Manifest | 1 + www-client/midori/midori-7.0.ebuild | 62 +++++++++++++++++++++++++++++++++++++ 2 files changed, 63 insertions(+)