Hi, I am using a gentoo-prefix setup and configuration phase of `zathura` fails here with ``` meson.build:1:0: ERROR: The value of the 'libdir' option is '/usr/lib64' which must be a subdir of the prefix '/tmp/prefix-susanw/usr'. Note that if you pass a relative path, it is assumed to be a subdir of prefix. ``` Similar to https://bugs.gentoo.org/show_bug.cgi?id=677476 it is caused by a hardcoded path in the ebuild. Reproducible: Always Steps to Reproduce: 1. emerge zathura under gentoo-prefix Actual Results: emerge fails Expected Results: successful merge
Created attachment 564262 [details] build.log
Created attachment 564264 [details] emerge --info
Created attachment 564266 [details, diff] patch to fix the issue
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a5bb332a7a40dfbfa8c819828cc2cfa7dd107e4 commit 4a5bb332a7a40dfbfa8c819828cc2cfa7dd107e4 Author: Mikle Kolyada <zlogene@gentoo.org> AuthorDate: 2019-02-10 07:16:45 +0000 Commit: Mikle Kolyada <zlogene@gentoo.org> CommitDate: 2019-02-10 07:16:45 +0000 app-text/zathura: unhardcode libdir due to prefix keywords Closes: https://bugs.gentoo.org/677516 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 app-text/zathura/zathura-0.4.1-r2.ebuild | 3 +-- app-text/zathura/zathura-0.4.3.ebuild | 1 - app-text/zathura/zathura-9999.ebuild | 3 +-- 3 files changed, 2 insertions(+), 5 deletions(-)