Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 677516 - app-text/zathura-0.4.3 - meson.build:1:0: ERROR: The value of the 'libdir' option is '/usr/lib64' which must be a subdir of the prefix
Summary: app-text/zathura-0.4.3 - meson.build:1:0: ERROR: The value of the 'libdir' op...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Mikle Kolyada (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-02-09 00:15 UTC by Susan Wilson
Modified: 2019-02-10 07:17 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,3.64 KB, text/plain)
2019-02-09 00:16 UTC, Susan Wilson
Details
emerge --info (emerge.info,14.33 KB, text/plain)
2019-02-09 00:16 UTC, Susan Wilson
Details
patch to fix the issue (zathura-0.4.3.ebuild.patch,325 bytes, patch)
2019-02-09 00:17 UTC, Susan Wilson
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Susan Wilson 2019-02-09 00:15:27 UTC
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
Comment 1 Susan Wilson 2019-02-09 00:16:08 UTC
Created attachment 564262 [details]
build.log
Comment 2 Susan Wilson 2019-02-09 00:16:30 UTC
Created attachment 564264 [details]
emerge --info
Comment 3 Susan Wilson 2019-02-09 00:17:28 UTC
Created attachment 564266 [details, diff]
patch to fix the issue
Comment 4 Larry the Git Cow gentoo-dev 2019-02-10 07:17:08 UTC
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(-)