Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 835592 - app-text/zathura-pdf-mupdf-0.3.8: Broken mupdf linking
Summary: app-text/zathura-pdf-mupdf-0.3.8: Broken mupdf linking
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal major with 1 vote (vote)
Assignee: Philipp Rösner
URL:
Whiteboard:
Keywords: PATCH, PullRequest
Depends on:
Blocks:
 
Reported: 2022-03-18 16:04 UTC by Ivan J.
Modified: 2022-03-22 00:27 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan J. 2022-03-18 16:04:21 UTC
The ebuild removes all mentions of "mupdfthird".

A fixed sed call that works is as follows:

sed -i -e '/^mupdfthird/d' -e 's/, mupdfthird//' meson.build

Reproducible: Always

Steps to Reproduce:
1.emerge zathura-pdf-mupdf
Actual Results:  
Installation succeeds, but there's a runtime error because libmupdf is not linked.

Expected Results:  
Read a pdf.
Comment 1 Larry the Git Cow gentoo-dev 2022-03-21 23:42:40 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b411454909c30feac2134509bbc25aef46a1837

commit 7b411454909c30feac2134509bbc25aef46a1837
Author:     Philipp Rösner <rndxelement@protonmail.com>
AuthorDate: 2022-03-21 20:35:20 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-03-21 23:34:23 +0000

    app-text/zathura-pdf-mupdf: fix sed call
    
    Replace broken sed call by patch for meson.build
    
    Closes: https://bugs.gentoo.org/835592
    Package-Manager: Portage-3.0.30, Repoman-3.0.3
    Signed-off-by: Philipp Rösner <rndxelement@protonmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/24699
    Signed-off-by: Sam James <sam@gentoo.org>

 .../zathura-pdf-mupdf-0.3.8-meson-mupdfthird.patch | 23 ++++++++++++++++++++++
 ....8.ebuild => zathura-pdf-mupdf-0.3.8-r1.ebuild} |  8 +++-----
 .../zathura-pdf-mupdf-9999.ebuild                  |  8 +++-----
 3 files changed, 29 insertions(+), 10 deletions(-)
Comment 2 Larry the Git Cow gentoo-dev 2022-03-21 23:43:28 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e487f3aa378e5fb2cc69dd7cf4f08f92759810f

commit 6e487f3aa378e5fb2cc69dd7cf4f08f92759810f
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-03-21 23:43:15 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-03-21 23:43:15 +0000

    app-text/zathura-pdf-mupdf: add link to bug in patch
    
    Bug: https://bugs.gentoo.org/835592
    Signed-off-by: Sam James <sam@gentoo.org>

 .../files/zathura-pdf-mupdf-0.3.8-meson-mupdfthird.patch                 | 1 +
 1 file changed, 1 insertion(+)
Comment 3 Larry the Git Cow gentoo-dev 2022-03-22 00:27:19 UTC Comment hidden (obsolete)