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 018B61387D3 for ; Sun, 26 Oct 2014 20:44:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0159E0941; Sun, 26 Oct 2014 20:44:08 +0000 (UTC) Received: from mail-qa0-f41.google.com (mail-qa0-f41.google.com [209.85.216.41]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B8676E0810 for ; Sun, 26 Oct 2014 20:44:07 +0000 (UTC) Received: by mail-qa0-f41.google.com with SMTP id k15so695591qaq.28 for ; Sun, 26 Oct 2014 13:44:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=KVb25hGaruEsiz1pH7y1hef2w7lHrcqkuWr+30rYDtk=; b=oKqOQIs1TJ2u67iIL6Ic8IV8WXcwqlPgh7FGGZu60XmHxoa+P+xayY6f3yaiMofSyf JLp7sakAWuiWqWiwdH4qLmTucyjtE1P9HkqHWbis++k9/FTLQ3DM5Rr4xv5Z3vvN8GIm rSmUsra2vJZ4lAZE+uPEsUcQDeqvJQcx3/8wdNyl6s2diJrxU6I1bkTuBLlZZg/rYu49 3PQA/2+Dbcu3lPHJQ+umrw+ZimH+uXOG5P90kx6nC4HYVE34+Z0BPhrssIJdM0bwNcBh gjcimOjJh+sp5jSO3Zf6h/VclLpRLlvvbX1tkLDFJAJJtmYt6uS1QXdD0CpnL+28ZQ5U BLvg== 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 X-Received: by 10.224.120.135 with SMTP id d7mr27530641qar.10.1414356246970; Sun, 26 Oct 2014 13:44:06 -0700 (PDT) Received: by 10.140.20.247 with HTTP; Sun, 26 Oct 2014 13:44:06 -0700 (PDT) Date: Sun, 26 Oct 2014 21:44:06 +0100 Message-ID: Subject: Re: [gentoo-user] emerge world problem with one package [solved] From: Jacques Montier To: "gentoo-user@lists.gentoo.org" Content-Type: multipart/alternative; boundary=001a11c302eeafc8e20506597914 X-Archives-Salt: f1c345cf-296f-4be0-8d06-4bb729079ed9 X-Archives-Hash: a847afcb3e809ba2f0b2b667a2a1e30d --001a11c302eeafc8e20506597914 Content-Type: text/plain; charset=UTF-8 2014-10-26 19:47 GMT+01:00 Alexander Kapshuk : > On Sun, Oct 26, 2014 at 5:58 PM, Jacques Montier > wrote: > > [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. > > Those are defined in your system profile: > grep -i '^python_[st].*' /usr/portage/profiles/base/make.defaults > PYTHON_TARGETS="python2_7 python3_3" > PYTHON_SINGLE_TARGET="python2_7" > > See if this helps, http://forums.gentoo.org/viewtopic-t-949306.html. > > Hello, Yes Alexander your link helped me ! So i now understand what happened. I upgraded hugin and his dependency libpano13 from stable to ~ by setting these two packages into package.keywords. Then i (accidently) removed libpano13 from keywords... :-( That's why i got the "rR" (force to be rebuilt Hugin) each time i ran emerge -uvDN world. Now everything is ok ! Thanks a lot to Alexander and Dan ! Regards, --001a11c302eeafc8e20506597914 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

=

2014-10-26 19:47 GMT+01:00 Alexander Kapshuk= <alexander.kapshuk@gmail.com>:
On Sun, Oct 26, 2014 at 5:58 PM, Jacques M= ontier <jmontier@gmail.com>= wrote:
> [ebuild=C2=A0 rR=C2=A0 =C2=A0~] media-gfx/hugin-2014.0.0-r1=C2=A0 USE= =3D"python -debug -lapack
> -sift" LINGUAS=3D"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=3D"pytho= n2_7 (-python3_2)
> -python3_3 -python3_4" PYTHON_TARGETS=3D"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.

Those are defined in your system profile:
grep -i '^python_[st].*' /usr/portage/profiles/base/make.defaults PYTHON_TARGETS=3D"python2_7 python3_3"
PYTHON_SINGLE_TARGET=3D"python2_7"

See if this helps, http://forums.gentoo.org/viewtopic-t-949306.html= .



Hello,

Yes Alexander your link helped me !
So i now understand what happened.
I upgraded hugin and his dependency =C2=A0libpano13 from stable to ~ by= setting these two packages into package.keywords.
Then i (accidently) removed libpano13 from keywords... :-(
That's why i got the "rR" (force to b= e rebuilt Hugin) each time i ran emerge -uvDN world.
Now everything is ok !

=
Thanks a lot to Alexander and Dan !

Regards,


=C2=A0
--001a11c302eeafc8e20506597914--