Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 669070 - app-text/zathura-pdf-mupdf-0.3.4 - src_configure(): meson.build:23:0: ERROR: C library 'mupdf-third' not found
Summary: app-text/zathura-pdf-mupdf-0.3.4 - src_configure(): meson.build:23:0: ERROR: ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Michael Weber (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-10-20 13:06 UTC by Franz Trischberger
Modified: 2018-10-25 21:20 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,3.17 KB, text/plain)
2018-10-20 13:06 UTC, Franz Trischberger
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Franz Trischberger 2018-10-20 13:06:28 UTC
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
Comment 1 Larry the Git Cow gentoo-dev 2018-10-25 21:20:47 UTC
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(+)