Gentoo Archives: gentoo-user

From: Peter Humphrey <peter@××××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: Emerge does want to tell me...what?
Date: Mon, 04 Dec 2017 10:34:57
Message-Id: 1594976.Z0aQS8hZtE@peak
In Reply to: Re: [gentoo-user] Re: Emerge does want to tell me...what? by Simon Thelen
1 On Sunday, 3 December 2017 17:58:53 GMT Simon Thelen wrote:
2 > On 17-12-03 at 09:52, Ian Zimmerman wrote:
3 > > On 2017-12-03 06:46, Heiko Baums wrote:
4 > > > 1. It can't find >=sys-devel/gcc-6.4.0 but only older gcc versions.
5 > > >
6 > > > 2. You have installed a package that depend on sys-devel/gcc-5.4.0-r3
7 > > > or sys-devel/gcc-4.9.4.
8 > > >
9 > > > I already explained what you can do in the first case. In the second
10 > > > case I would try to fix (uninstall, rebuild, upgrade or whatever)
11 > > > those packages which depend on an outdated gcc. I guess equery is your
12 > > > friend.
13 > >
14 > > Those include palemoon. GL with fixing that.
15 >
16 > Palemoon builds fine with gcc 6.4.0 (just not with gcc 7.2.0), if the
17 > ebuild you're using requires an older gcc it's either wrong or doing
18 > something weird.
19
20 It doesn't build here; I get a few errors, thus:
21
22 9:41.58 ../../build/unix/gold/ld: error: /var/tmp/portage/www-client/
23 palemoon-27.6.2/work/palemoon-27.6.2/o/toolkit/library/../../media/
24 libstagefright/Unified_cpp_media_libstagefright0.o: requires dynamic
25 R_X86_64_PC32 reloc against '_Z13GetDemuxerLogv' which may overflow at
26 runtime; recompile with -fPIC
27 9:41.58 ../../build/unix/gold/ld: error: read-only segment has dynamic
28 relocations
29 9:41.58 /var/tmp/portage/www-client/palemoon-27.6.2/work/palemoon-27.6.2/
30 media/libstagefright/binding/MoofParser.cpp:767: error: undefined reference
31 to 'GetDemuxerLog()'
32 ...
33 ERROR: www-client/palemoon-27.6.2::palemoon failed (compile phase)
34
35 This is after upgrading to the 17.0 plasma profile, as instructed in the
36 news item. Does it warrant a bug report?
37
38 --
39 Regards,
40 Peter.

Replies

Subject Author
Re: [gentoo-user] Re: Emerge does want to tell me...what? Walter Dnes <waltdnes@××××××××.org>