Gentoo Archives: gentoo-user

From: thelma@×××××××××××.com
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] texlive-core - poppler / xpdf missing library
Date: Tue, 01 Sep 2015 18:30:58
Message-Id: 55E5EED1.2020709@sys-concept.com
In Reply to: Re: [gentoo-user] texlive-core - poppler / xpdf missing library by Mick
1 On 09/01/2015 12:04 PM, Mick wrote:
2 [snip]
3 >>>
4 >>> I run unmerged all "texlive" application and run:
5 >>> `emerge --update --newuse --deep --with-bdeps=y @world'
6 >>>
7 >>> and coming up with the same error message:
8 >>>
9 >>> checking requested system `poppler' library... failed
10 >>> checking requested system `xpdf' library... failed
11 >>> checking requested system `zziplib' library... ok
12 >>> configure: error: some requested system libraries failed
13 >>
14 >> It is looking for poppler and xpdf both of these packages are obsolete.
15 >> Should I look for file dependent of xpdf and poppler and recompile them?
16 >
17 > Not both are obsolete:
18 >
19 > eix -l poppler
20 > [I] app-text/poppler
21 > Available versions:
22 > 0.32.0 (0/51)^t [cairo cjk curl cxx debug doc +introspection
23 > +jpeg jpeg2k +lcms png qt4 qt5 tiff +utils]
24 > ~ 0.33.0-r1 (0/52)^t [cairo cjk curl cxx debug doc +introspection
25 > +jpeg +jpeg2k +lcms png qt4 qt5 tiff +utils]
26 > ~ 0.34.0 (0/53)^t [cairo cjk curl cxx debug doc +introspection
27 > +jpeg +jpeg2k +lcms png qt4 qt5 tiff +utils]
28 > ~ 0.35.0 (0/54)^t [cairo cjk curl cxx debug doc +introspection
29 > +jpeg +jpeg2k +lcms png qt4 qt5 tiff +utils]
30 > ** 9999 (0/9999)^t [cairo cjk curl cxx debug doc
31 > +introspection +jpeg +jpeg2k +lcms png qt4 qt5 tiff +utils]
32 > Installed versions: 0.32.0^t(13:45:31 04/05/15)(cairo cxx introspection
33 > jpeg lcms png qt4 tiff utils -cjk -curl -debug -doc -jpeg2k -qt5)
34 >
35 > So, I would unmerge xpdf which has been obsoleted for years and 'emerge -1aNDv
36 > app-text/poppler' to see if portage is happy about it.
37
38 You are correct, but I don't have xpdf installed so I don't know why is is asking for it.
39
40 I uninstalled popper and tried to re-install it but getting error as well:
41
42 Linking CXX executable pdftocairo
43 cd /var/tmp/portage/app-text/poppler-0.32.0/work/poppler-0.32.0_build/utils && /usr/bin/cmake -E cmake_link_script CMakeFiles/pdftocairo.dir/link.txt --verbose=1
44 /usr/bin/x86_64-pc-linux-gnu-g++ -Wall -Wcast-align -fno-exceptions -fno-check-new -fno-common -march=nocona -O2 -pipe -Wnon-virtual-dtor -Woverloaded-virtual -Wl,-O1 -Wl,--as-needed CMakeFiles/pdftocairo.dir/parseargs.cc.o CMakeFiles/pdftocairo.dir/pdftocairo.cc.o CMakeFiles/pdftocairo.dir/pdftocairo-win32.cc.o CMakeFiles/pdftocairo.dir/__/poppler/CairoFontEngine.cc.o CMakeFiles/pdftocairo.dir/__/poppler/CairoOutputDev.cc.o CMakeFiles/pdftocairo.dir/__/poppler/CairoRescaleBox.cc.o -o pdftocairo -rdynamic -lcairo -lfreetype ../libpoppler.so.51.0.0 -lpthread -llcms2 -Wl,-rpath,/var/tmp/portage/app-text/poppler-0.32.0/work/poppler-0.32.0_build:
45 /usr/lib64/libtiff.so.5: undefined reference to `jpeg_finish_compress@LIBJPEG_6.2'
46 /usr/lib64/libtiff.so.5: undefined reference to `jpeg_write_scanlines@LIBJPEG_6.2'
47 /usr/lib64/libtiff.so.5: undefined reference to `jpeg_std_error@LIBJPEG_6.2'
48 /usr/lib64/libtiff.so.5: undefined reference to `jpeg_set_quality@LIBJPEG_6.2'
49 /usr/lib64/libtiff.so.5: undefined reference to `jpeg_finish_decompress@LIBJPEG_6.2'
50 /usr/lib64/libtiff.so.5: undefined reference to `jpeg_destroy@LIBJPEG_6.2'
51 /usr/lib64/libtiff.so.5: undefined reference to `jpeg_set_defaults@LIBJPEG_6.2'
52 /usr/lib64/libtiff.so.5: undefined reference to `jpeg_read_scanlines@LIBJPEG_6.2'
53 /usr/lib64/libtiff.so.5: undefined reference to `jpeg_CreateCompress@LIBJPEG_6.2'
54 /usr/lib64/libtiff.so.5: undefined reference to `jpeg_read_raw_data@LIBJPEG_6.2'
55 /usr/lib64/libtiff.so.5: undefined reference to `jpeg_start_compress@LIBJPEG_6.2'
56 /usr/lib64/libtiff.so.5: undefined reference to `jpeg_CreateDecompress@LIBJPEG_6.2'
57 /usr/lib64/libtiff.so.5: undefined reference to `jpeg_start_decompress@LIBJPEG_6.2'
58 /usr/lib64/libtiff.so.5: undefined reference to `jpeg_write_tables@LIBJPEG_6.2'
59 /usr/lib64/libtiff.so.5: undefined reference to `jpeg_resync_to_restart@LIBJPEG_6.2'
60 /usr/lib64/libtiff.so.5: undefined reference to `jpeg_set_colorspace@LIBJPEG_6.2'
61 /usr/lib64/libtiff.so.5: undefined reference to `jpeg_read_header@LIBJPEG_6.2'
62 /usr/lib64/libtiff.so.5: undefined reference to `jpeg_write_raw_data@LIBJPEG_6.2'
63 /usr/lib64/libtiff.so.5: undefined reference to `jpeg_abort@LIBJPEG_6.2'
64 /usr/lib64/libtiff.so.5: undefined reference to `jpeg_suppress_tables@LIBJPEG_6.2'
65 collect2: error: ld returned 1 exit status
66 utils/CMakeFiles/pdftocairo.dir/build.make:214: recipe for target 'utils/pdftocairo' failed
67 make[2]: *** [utils/pdftocairo] Error 1
68 make[2]: Leaving directory '/var/tmp/portage/app-text/poppler-0.32.0/work/poppler-0.32.0_build'
69 CMakeFiles/Makefile2:305: recipe for target 'utils/CMakeFiles/pdftocairo.dir/all' failed
70 make[1]: *** [utils/CMakeFiles/pdftocairo.dir/all] Error 2
71 make[1]: Leaving directory '/var/tmp/portage/app-text/poppler-0.32.0/work/poppler-0.32.0_build'
72 Makefile:126: recipe for target 'all' failed
73 make: *** [all] Error 2
74 * ERROR: app-text/poppler-0.32.0::gentoo failed (compile phase):
75 * emake failed
76 *
77 * If you need support, post the output of `emerge --info '=app-text/poppler-0.32.0::gentoo'`,
78 * the complete build log and the output of `emerge -pqv '=app-text/poppler-0.32.0::gentoo'`.
79 * The complete build log is located at '/var/log/portage/app-text:poppler-0.32.0:20150901-183239.log'.
80 * For convenience, a symlink to the build log is located at '/var/tmp/portage/app-text/poppler-0.32.0/temp/build.log'.
81 * The ebuild environment file is located at '/var/tmp/portage/app-text/poppler-0.32.0/temp/environment'.
82 * Working directory: '/var/tmp/portage/app-text/poppler-0.32.0/work/poppler-0.32.0_build'
83 * S: '/var/tmp/portage/app-text/poppler-0.32.0/work/poppler-0.32.0'
84
85 >>> Failed to emerge app-text/poppler-0.32.0, Log file:
86
87 >>> '/var/log/portage/app-text:poppler-0.32.0:20150901-183239.log'
88
89 Thelma