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 1O3qeY-0000XC-K5 for garchives@archives.gentoo.org; Mon, 19 Apr 2010 13:04:42 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CAEC5E0936 for ; Mon, 19 Apr 2010 13:04:41 +0000 (UTC) Received: from mta-2.ms.rz.rwth-aachen.de (mta-2.ms.rz.RWTH-Aachen.DE [134.130.7.73]) by pigeon.gentoo.org (Postfix) with ESMTP id 92BC1E0592 for ; Mon, 19 Apr 2010 12:55:48 +0000 (UTC) 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-disposition: INLINE Content-type: TEXT/PLAIN; CHARSET=us-ascii Received: from ironport-out-1.rz.rwth-aachen.de ([134.130.5.40]) by mta-2.ms.rz.RWTH-Aachen.de (Sun Java(tm) System Messaging Server 6.3-7.04 (built Sep 26 2008)) with ESMTP id <0L1400GJZJX0NUH0@mta-2.ms.rz.RWTH-Aachen.de> for gentoo-user@lists.gentoo.org; Mon, 19 Apr 2010 14:55:48 +0200 (CEST) X-IronPort-AV: E=Sophos;i="4.52,235,1270418400"; d="scan'208";a="53754186" Received: from relay-2.ms.rz.rwth-aachen.de (HELO relay.rwth-aachen.de) ([134.130.7.75]) by ironport-in-1.rz.rwth-aachen.de with ESMTP; Mon, 19 Apr 2010 14:55:48 +0200 Received: from numa-i.igpm.rwth-aachen.de (numa-i.igpm.RWTH-Aachen.DE [134.130.161.252]) by relay.rwth-aachen.de (8.13.8+Sun/8.13.8/1) with ESMTP id o3JCtlcR002443 for ; Mon, 19 Apr 2010 14:55:47 +0200 (CEST) Received: by numa-i.igpm.rwth-aachen.de (Postfix, from userid 230) id 6B7E3ECA; Mon, 19 Apr 2010 14:55:51 +0200 (CEST) Date: Mon, 19 Apr 2010 14:55:51 +0200 (CEST) From: Helmut Jarausch Subject: Re: [gentoo-user] installation aborted due to poor programming practices To: gentoo-user@lists.gentoo.org In-reply-to: <20100419115919.37fc8bb1@zaphod.digimed.co.uk> Message-id: References: <20100419115919.37fc8bb1@zaphod.digimed.co.uk> X-Archives-Salt: c7e9ff20-47cc-4374-86a8-0f286846a88c X-Archives-Hash: e8e1ddd221692667bcb85ddb8d582a53 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. Helmut.