Mick wrote:
I started rebuilding the world and his wife following an update to gcc-5.4.0-
r3 as per suggestion in e-log:
revdep-rebuild --library 'libstdc++.so.6' -- --exclude gcc
However, dev-libs/efl failed to make as shown below. Any idea how to overcome
this breakage?
emerge -1aDv dev-libs/efl
[snip ..]
/bin/sh ../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -
march=native -O2 -pipe -fpie -Wl,-O1 -Wl,--as-needed -fPIC -DPIC -pie -
rdynamic -o bin/evas/dummy_slave bin/evas[26/865]
s_dummy_slave-dummy_slave.o -fvisibility=hidden -fdata-sections -ffunction-
sections -Wl,--gc-sections -fno-strict-aliasing -Wl,--as-needed -Wl,--no-copy-
dt-needed-entries -fvisibility=hidden
-fdata-sections -ffunction-sections -Wl,--gc-sections -fno-strict-aliasing -
Wl,--as-needed -Wl,--no-copy-dt-needed-entries lib/eo/libeo.la
lib/eina/libeina.la -lpthread -lm
-lrt
generic/evas/pdf/generic_evas_pdf_evas_image_loader_pdf-main.o: In function
`poppler_init(char const*, int, int, int)':
main.cpp:(.text+0x127): undefined reference to
`poppler::document::load_from_file(std::__cxx11::basic_string<char,
std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_
string<char, std::char_traits<char>, std::allocator<char> > const&,
std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>
const&)'
This was the 110th package out of 413 being rebuild, so I assume poppler et al
should have already been rebuilt in advance as dependencies. What can I try?
Maybe https://bugs.gentoo.org/show_bug.cgi?id=615326 ?
Is poppler really installed?
raffaele