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 99089139083 for ; Tue, 5 Dec 2017 16:18:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 56054E102C; Tue, 5 Dec 2017 16:18:18 +0000 (UTC) Received: from smarthost01d.mail.zen.net.uk (smarthost01d.mail.zen.net.uk [212.23.1.7]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EC700E0FE7 for ; Tue, 5 Dec 2017 16:18:17 +0000 (UTC) Received: from [82.69.80.10] (helo=peak.localnet) by smarthost01d.mail.zen.net.uk with esmtps (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1eMFvE-0008I1-0y for gentoo-user@lists.gentoo.org; Tue, 05 Dec 2017 16:18:16 +0000 From: Peter Humphrey To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Re: Emerge does want to tell me...what? Date: Tue, 05 Dec 2017 16:18:15 +0000 Message-ID: <5935316.xPNJxcPr5m@peak> In-Reply-To: <1808483.LPKLH7Qx5N@peak> References: <20171203044339.egi6467qif26m7zi@solfire> <20171204191933.GA11145@waltdnes.org> <1808483.LPKLH7Qx5N@peak> 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-smarthost01d-IP: [82.69.80.10] Feedback-ID: 82.69.80.10 X-Archives-Salt: ac1c241a-6715-4d4e-8e32-2785058b5317 X-Archives-Hash: 3572819f07c4c12c09d1057c0df12d95 On Tuesday, 5 December 2017 10:23:30 GMT Peter Humphrey wrote: > I've been waiting for shouts of horror at that suggestion, but all's quiet > so I'll see if I can remember how to set -fpic in the environment of > palemoon. I'd have expected the ebuild do that though. OK, I've done that and now I get these errors: [...] 10:08.72 ../../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 10:08.72 ../../build/unix/gold/ld: error: read-only segment has dynamic relocations 10:08.72 /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()' [...] I can't see how an undefined reference can be due to my environment, or can it? -- Regards, Peter.