Created attachment 551952 [details] build.log Library mupdf found: YES meson.build:23:0: ERROR: C library 'mupdf-third' not found This is with app-text/mupdf-1.13.0 and meson-0.48.1. excerpt.from meson-log.txt: Library mupdf found: YES Running compile: Working directory: /var/tmp/portage/app-text/zathura-pdf-mupdf-0.3.4/temp/tmphufzsmrk Command line: x86_64-pc-linux-gnu-gcc /var/tmp/portage/app-text/zathura-pdf-mupdf-0.3.4/temp/tmphufzsmrk/testfile.c -pipe -D_FILE_OFFSET_BITS=64 -o /var/tmp/portage/app-text/zathura-pdf-mupdf-0.3.4/temp/tmphufzsmrk/output.exe -march=sandybridge -O2 -ggdb -Wl,-O1 -Wl,--as-needed -O0 -Wl,--start-group -lmupdf-third -Wl,--end-group -Wl,--allow-shlib-undefined Code: int main(int argc, char **argv) { return 0; } Compiler stdout: Compiler stderr: /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lmupdf-third collect2: error: ld returned 1 exit status meson.build:23:0: ERROR: C library 'mupdf-third' not found
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0209fa45edf95ec1dfa3d01d6fa008a2879aa947 commit 0209fa45edf95ec1dfa3d01d6fa008a2879aa947 Author: Mikle Kolyada <zlogene@gentoo.org> AuthorDate: 2018-10-25 21:20:00 +0000 Commit: Mikle Kolyada <zlogene@gentoo.org> CommitDate: 2018-10-25 21:20:39 +0000 app-text/zathura-pdf-mupdf: fix build without mupdf-thrid app-text/mupdf does not provide mupdf-thrid anymore. Drop it from the build-system. Closes: https://bugs.gentoo.org/669070 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.4.ebuild | 5 +++++ 1 file changed, 5 insertions(+)