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 CBB2F139083 for ; Wed, 6 Dec 2017 10:11:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A7CEE11ED; Wed, 6 Dec 2017 10:11:16 +0000 (UTC) Received: from smarthost03d.mail.zen.net.uk (smarthost03d.mail.zen.net.uk [212.23.1.23]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 238F8E11DA for ; Wed, 6 Dec 2017 10:11:15 +0000 (UTC) Received: from [82.69.80.10] (helo=peak.localnet) by smarthost03d.mail.zen.net.uk with esmtps (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1eMWfa-0003q8-6C for gentoo-user@lists.gentoo.org; Wed, 06 Dec 2017 10:11:14 +0000 From: Peter Humphrey To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Re: Emerge does want to tell me...what? Date: Wed, 06 Dec 2017 10:11:13 +0000 Message-ID: <18227813.jQOht7WIoM@peak> In-Reply-To: <347d6c8b-03dd-bb45-046c-f9eb8b8cfa20@st.com> References: <20171203044339.egi6467qif26m7zi@solfire> <5935316.xPNJxcPr5m@peak> <347d6c8b-03dd-bb45-046c-f9eb8b8cfa20@st.com> 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-smarthost03d-IP: [82.69.80.10] Feedback-ID: 82.69.80.10 X-Archives-Salt: 2ec28707-02fa-401a-a6ff-a4e30df8bf92 X-Archives-Hash: fa5a62d51e6f8bb9acbd6efaa07e1a1c On Tuesday, 5 December 2017 16:49:28 GMT Raffaele Belardi wrote: > Looks like your -fpic modification did not make it through. Do I have my syntax wrong, then? # cat /etc/portage/package.env www-client/palemoon nopic peak ~ # cat /etc/portage/env/nopic CFLAGS="${CFLAGS} -fPIC" I've tried -fPIC and -fpic, but I still get the error: undefined reference to 'GetDemuxerLog()' I used this as guide: https://wiki.gentoo.org/wiki/Knowledge_Base:Overriding_environment_variables_per_package -- Regards, Peter.