From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A2F0F139083 for ; Mon, 4 Dec 2017 10:34:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D14B3E0F5B; Mon, 4 Dec 2017 10:34:51 +0000 (UTC) Received: from smarthost03c.mail.zen.net.uk (smarthost03c.mail.zen.net.uk [212.23.1.22]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5E70CE0841 for ; Mon, 4 Dec 2017 10:34:51 +0000 (UTC) Received: from [82.69.80.10] (helo=peak.localnet) by smarthost03c.mail.zen.net.uk with esmtps (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1eLo5J-0006S4-CN for gentoo-user@lists.gentoo.org; Mon, 04 Dec 2017 10:34:49 +0000 From: Peter Humphrey To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Re: Emerge does want to tell me...what? Date: Mon, 04 Dec 2017 10:34:48 +0000 Message-ID: <1594976.Z0aQS8hZtE@peak> In-Reply-To: <20171203175853.GB4340@anonymous> References: <20171203044339.egi6467qif26m7zi@solfire> <20171203175241.azd5mwgq3vf4fofy@matica.foolinux.mooo.com> <20171203175853.GB4340@anonymous> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Originating-smarthost03c-IP: [82.69.80.10] Feedback-ID: 82.69.80.10 X-Archives-Salt: a323afbe-e1dc-4f97-b9f6-1aabf1045928 X-Archives-Hash: 0bedbe9d1619aca2493e33d4a2575ae4 On Sunday, 3 December 2017 17:58:53 GMT Simon Thelen wrote: > On 17-12-03 at 09:52, Ian Zimmerman wrote: > > On 2017-12-03 06:46, Heiko Baums wrote: > > > 1. It can't find >=sys-devel/gcc-6.4.0 but only older gcc versions. > > > > > > 2. You have installed a package that depend on sys-devel/gcc-5.4.0-r3 > > > or sys-devel/gcc-4.9.4. > > > > > > I already explained what you can do in the first case. In the second > > > case I would try to fix (uninstall, rebuild, upgrade or whatever) > > > those packages which depend on an outdated gcc. I guess equery is your > > > friend. > > > > Those include palemoon. GL with fixing that. > > Palemoon builds fine with gcc 6.4.0 (just not with gcc 7.2.0), if the > ebuild you're using requires an older gcc it's either wrong or doing > something weird. It doesn't build here; I get a few errors, thus: 9:41.58 ../../build/unix/gold/ld: error: /var/tmp/portage/www-client/ palemoon-27.6.2/work/palemoon-27.6.2/o/toolkit/library/../../media/ libstagefright/Unified_cpp_media_libstagefright0.o: requires dynamic R_X86_64_PC32 reloc against '_Z13GetDemuxerLogv' which may overflow at runtime; recompile with -fPIC 9:41.58 ../../build/unix/gold/ld: error: read-only segment has dynamic relocations 9:41.58 /var/tmp/portage/www-client/palemoon-27.6.2/work/palemoon-27.6.2/ media/libstagefright/binding/MoofParser.cpp:767: error: undefined reference to 'GetDemuxerLog()' ... ERROR: www-client/palemoon-27.6.2::palemoon failed (compile phase) This is after upgrading to the 17.0 plasma profile, as instructed in the news item. Does it warrant a bug report? -- Regards, Peter.