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.
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(-)
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(+)
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb4bc42b6ea69eacdcf3394448deaff32e91c1f2 commit cb4bc42b6ea69eacdcf3394448deaff32e91c1f2 Author: Thamognya Kodi <contact@thamognya.com> AuthorDate: 2022-03-20 06:51:47 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2022-03-22 00:27:03 +0000 mail-client/alot: add 0.10 Bug: https://bugs.gentoo.org/835592 Signed-off-by: Thamognya Kodi <contact@thamognya.com> Closes: https://github.com/gentoo/gentoo/pull/24680 Signed-off-by: Sam James <sam@gentoo.org> mail-client/alot/Manifest | 1 + mail-client/alot/alot-0.10.ebuild | 65 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 66 insertions(+)