From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id F0B8E1387D3 for ; Sun, 26 Oct 2014 16:43:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1D81E0A88; Sun, 26 Oct 2014 16:43:10 +0000 (UTC) Received: from mail-pa0-f45.google.com (mail-pa0-f45.google.com [209.85.220.45]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E42DEE09CC for ; Sun, 26 Oct 2014 16:43:09 +0000 (UTC) Received: by mail-pa0-f45.google.com with SMTP id lf10so1514301pab.4 for ; Sun, 26 Oct 2014 09:43:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=Eh+70xWS/Lj+M23aQITLoMQIHbbtVHJXqWb1EIeN80I=; b=JGI8Y/xmB8GY4F3BVYF9M90/d1+BQchAB5b9avAbFcVk4BbaKB+NTvYP37k6cpgL5U /5n0WX03Dk5TetEisVU3q0ufV/TgO4Vg9KMdh/TnyzRyHqMXEZ2H73tZKrhaUCWOhPCO QZRKcTWfuxLT+OKXyGu46gKTKK7bmNcrL09YBSBmvn7A4zK72maTZ2ZO2aQn8CODcHDr wapQ354fWN4KWY2iJKwumCuDA1ZxSXTm0fGx3shlyTBF30/12IV/C38sSA8drJie5H9D vhEdt8XR8xEkMAxi1cEy7Tk4eqHmF9m7/1OZpWB0PddLbl5xhfHY4Fbv1QjCC9KBKFh+ qc9Q== X-Received: by 10.70.125.225 with SMTP id mt1mr18744189pdb.49.1414341788847; Sun, 26 Oct 2014 09:43:08 -0700 (PDT) Received: from [192.168.247.103] (76-10-185-200.dsl.teksavvy.com. [76.10.185.200]) by mx.google.com with ESMTPSA id o5sm8726743pdr.50.2014.10.26.09.43.08 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 26 Oct 2014 09:43:08 -0700 (PDT) Message-ID: <544D2498.1010506@gmail.com> Date: Sun, 26 Oct 2014 09:43:04 -0700 From: Daniel Frey User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 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 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] emerge world problem with one package References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: 6411b523-f1f8-45cd-ae6c-9afdce31aa39 X-Archives-Hash: 4362b4a336aa423e3ff64755dc11a221 On 26/10/2014 8:58 AM, Jacques Montier wrote: > Hello all, > > Since few, when i run emerge -auvDN world, i get hugin to re-emerge > again and again (with "r" to force re-install)... > > [ebuild rR ~] media-gfx/hugin-2014.0.0-r1 USE="python -debug > -lapack -sift" LINGUAS="fr -cs -da -de -en_GB -es -eu -fi -hu -it -ja > -nl -pl -pt_BR -ro -ru -sk -sv -zh_CN -zh_TW" > PYTHON_SINGLE_TARGET="python2_7 (-python3_2) -python3_3 -python3_4" > PYTHON_TARGETS="python2_7 python3_3 (-python3_2) -python3_4" 0 kB > > I don't have any PYTHON_SINGLE_TARGET and PYTHON_TARGETS lines in > make.conf. > This may be a python package problem elsewhere, have you tried running `python-updater`? Dan