From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1O3sVG-0006mr-My for garchives@archives.gentoo.org; Mon, 19 Apr 2010 15:03:18 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 913C8E09D7 for ; Mon, 19 Apr 2010 15:03:11 +0000 (UTC) Received: from mail-bw0-f217.google.com (mail-bw0-f217.google.com [209.85.218.217]) by pigeon.gentoo.org (Postfix) with ESMTP id 073F2E0935 for ; Mon, 19 Apr 2010 14:19:43 +0000 (UTC) Received: by mail-bw0-f217.google.com with SMTP id 9so4674451bwz.29 for ; Mon, 19 Apr 2010 07:19:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:content-type; bh=qU92cnZ2teJsw5KuwA4oEGUpWC5/ihEor7e0ZbItFs4=; b=CC6JUMNpK7Cyd9sU/NUc0MBV4GSaH2PopTyaWD9E47x0wn7PwlnOkL96rUIoKbqa8U lbPhSpbyTABpUiggXWoPVBxHZ26jMaD+7/3pgfhA7W4mLQtbTs2WePgxrgPfwKaTAxhy LC/mNN2cYc6WabiyU7xIJl5b6r4xY1xlV9FQc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=ZReUQG9EYR5dFdrw68hDZOLjVPQrKiWcB6jHOdVG9pgK8C9BWGt+9vyySd35h+HzBS 96BB9q/PdS1DVvPmqKuuaooDvq1mVzOthQiO/teLW4FkP6kVFRWCLE2+mACnRCQlwvYR c+XvUkWMT/Yta5eSBMSxampsclx2W/gZPfFRI= 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 Received: by 10.204.19.146 with HTTP; Mon, 19 Apr 2010 07:19:43 -0700 (PDT) In-Reply-To: References: <20100419115919.37fc8bb1@zaphod.digimed.co.uk> Date: Mon, 19 Apr 2010 17:19:43 +0300 Received: by 10.204.140.70 with SMTP id h6mr4943156bku.1.1271686783633; Mon, 19 Apr 2010 07:19:43 -0700 (PDT) Message-ID: Subject: Re: [gentoo-user] installation aborted due to poor programming practices From: "Arttu V." To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: 83cf2355-55c3-497a-bc56-a62dd46bc65b X-Archives-Hash: 97d213a3a272f5e894b66c5a94a89127 On 4/19/10, Helmut Jarausch wrote: > On 19 Apr, Neil Bothwick wrote: >> On Mon, 19 Apr 2010 12:47:17 +0200 (CEST), Helmut Jarausch wrote: >> >>> the installation of a package (unofficial gimp-gap) is 'aborted due to >>> poor programming practices' probably since there have been lots of >>> dereferencing type-punned pointers and similar warnings. >>> >>> How can I forced portage to install it anyway? >> >> Possibly FEATURES="-strict" emerge --opts blah >> > > Unfortunately this didn't help. I wonder if strict and stricter FEATURES are somehow hardwired to each other inside portage code, or whether they're considered separate entities? Anyway, you could try FEATURES="-strict -stricter" to see which way it works. If that won't work then the next step could be to play around with the QA_STRICT_* variables mentioned in make.conf man page (haven't tried, so don't know if they'll help either). -- Arttu V.