Gentoo Archives: gentoo-user

From: Alexander Kapshuk <alexander.kapshuk@×××××.com>
To: Gentoo mailing list <gentoo-user@l.g.o>
Subject: Re: [gentoo-user] emerge world problem with one package [solved]
Date: Sun, 26 Oct 2014 20:51:22
Message-Id: CAJ1xhMUEMqfAZ=eN-xfxC+gBwyX5=H=AOWGkgWZiQ=1_nOOVXQ@mail.gmail.com
In Reply to: Re: [gentoo-user] emerge world problem with one package [solved] by Jacques Montier
1 On Sun, Oct 26, 2014 at 10:44 PM, Jacques Montier <jmontier@×××××.com> wrote:
2 >
3 >
4 > 2014-10-26 19:47 GMT+01:00 Alexander Kapshuk <alexander.kapshuk@×××××.com>:
5 >>
6 >> On Sun, Oct 26, 2014 at 5:58 PM, Jacques Montier <jmontier@×××××.com>
7 >> wrote:
8 >> > [ebuild rR ~] media-gfx/hugin-2014.0.0-r1 USE="python -debug -lapack
9 >> > -sift" LINGUAS="fr -cs -da -de -en_GB -es -eu -fi -hu -it -ja -nl -pl
10 >> > -pt_BR
11 >> > -ro -ru -sk -sv -zh_CN -zh_TW" PYTHON_SINGLE_TARGET="python2_7
12 >> > (-python3_2)
13 >> > -python3_3 -python3_4" PYTHON_TARGETS="python2_7 python3_3 (-python3_2)
14 >> > -python3_4" 0 kB
15 >> >
16 >> > I don't have any PYTHON_SINGLE_TARGET and PYTHON_TARGETS lines in
17 >> > make.conf.
18 >>
19 >> Those are defined in your system profile:
20 >> grep -i '^python_[st].*' /usr/portage/profiles/base/make.defaults
21 >> PYTHON_TARGETS="python2_7 python3_3"
22 >> PYTHON_SINGLE_TARGET="python2_7"
23 >>
24 >> See if this helps, http://forums.gentoo.org/viewtopic-t-949306.html.
25 >>
26 >
27 >
28 > Hello,
29 >
30 > Yes Alexander your link helped me !
31 > So i now understand what happened.
32 > I upgraded hugin and his dependency libpano13 from stable to ~ by setting
33 > these two packages into package.keywords.
34 > Then i (accidently) removed libpano13 from keywords... :-(
35 > That's why i got the "rR" (force to be rebuilt Hugin) each time i ran emerge
36 > -uvDN world.
37 > Now everything is ok !
38 >
39 > Thanks a lot to Alexander and Dan !
40 >
41 > Regards,
42 >
43 >
44 >
45
46 Good to hear. Thanks for letting us know.