Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] dev-libs/efl-1.18.4 fails to emerge with gcc-5.4.0-r3
Date: Tue, 18 Apr 2017 15:16:28
Message-Id: 4892526.OuMuFB5t6B@dell_xps
In Reply to: Re: [gentoo-user] dev-libs/efl-1.18.4 fails to emerge with gcc-5.4.0-r3 by Raffaele Belardi
1 On Tuesday 18 Apr 2017 16:58:02 Raffaele Belardi wrote:
2 > Mick wrote:
3 > > I started rebuilding the world and his wife following an update to
4 > > gcc-5.4.0- r3 as per suggestion in e-log:
5 > >
6 > > revdep-rebuild --library 'libstdc++.so.6' -- --exclude gcc
7 > >
8 > > However, dev-libs/efl failed to make as shown below. Any idea how to
9 > > overcome this breakage?
10 > >
11 > > emerge -1aDv dev-libs/efl
12 > > [snip ..]
13 > >
14 > > /bin/sh ../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -
15 > > march=native -O2 -pipe -fpie -Wl,-O1 -Wl,--as-needed -fPIC -DPIC -pie -
16 > > rdynamic -o bin/evas/dummy_slave bin/evas[26/865]
17 > > s_dummy_slave-dummy_slave.o -fvisibility=hidden -fdata-sections
18 > > -ffunction-
19 > > sections -Wl,--gc-sections -fno-strict-aliasing -Wl,--as-needed
20 > > -Wl,--no-copy- dt-needed-entries -fvisibility=hidden
21 > >
22 > > -fdata-sections -ffunction-sections -Wl,--gc-sections
23 > > -fno-strict-aliasing ->
24 > > Wl,--as-needed -Wl,--no-copy-dt-needed-entries lib/eo/libeo.la
25 > > lib/eina/libeina.la -lpthread -lm
26 > >
27 > > -lrt
28 > >
29 > > generic/evas/pdf/generic_evas_pdf_evas_image_loader_pdf-main.o: In
30 > > function
31 > > `poppler_init(char const*, int, int, int)':
32 > > main.cpp:(.text+0x127): undefined reference to
33 > > `poppler::document::load_from_file(std::__cxx11::basic_string<char,
34 > > std::char_traits<char>, std::allocator<char> > const&,
35 > > std::__cxx11::basic_
36 > > string<char, std::char_traits<char>, std::allocator<char> > const&,
37 > > std::__cxx11::basic_string<char, std::char_traits<char>,
38 > > std::allocator<char>>
39 > >> const&)'
40 > >
41 > > This was the 110th package out of 413 being rebuild, so I assume poppler
42 > > et al should have already been rebuilt in advance as dependencies. What
43 > > can I try?
44 > Maybe https://bugs.gentoo.org/show_bug.cgi?id=615326 ?
45 > Is poppler really installed?
46 >
47 > raffaele
48
49 Yes, it seems to be:
50
51 $ eix -l poppler
52 [I] app-text/poppler
53 Available versions:
54 0.45.0 (0/62)^t [cairo cairo-qt cjk curl cxx debug doc
55 +introspection +jpeg +jpeg2k +lcms nss png qt4 qt5 tiff +utils] ["cairo-qt? (
56 qt4 )"]
57 ~ 0.51.0 (0/66)^t [cairo cairo-qt cjk curl cxx debug doc
58 +introspection +jpeg +jpeg2k +lcms nss png qt4 qt5 tiff +utils] ["cairo-qt? (
59 qt4 )"]
60 ~ 0.52.0 (0/66)^t [cairo cjk curl cxx debug doc +introspection
61 +jpeg +jpeg2k +lcms nss png qt4 qt5 tiff +utils]
62 ** 9999 (0/9999)^t [cairo cairo-qt cjk curl cxx debug doc
63 +introspection +jpeg +jpeg2k +lcms nss png qt4 qt5 tiff +utils] ["cairo-qt? (
64 qt4 )"]
65 Installed versions: 0.45.0^t(10:10:43 30/07/16)(cairo cxx introspection
66 jpeg jpeg2k lcms png qt4 qt5 tiff utils -cairo-qt -cjk -curl -debug -doc -nss)
67
68 --
69 Regards,
70 Mick

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] dev-libs/efl-1.18.4 fails to emerge with gcc-5.4.0-r3 Raffaele Belardi <raffaele.belardi@××.com>