Gentoo Archives: gentoo-user

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

Replies

Subject Author
Re: [gentoo-user] emerge world problem with one package [solved] Alexander Kapshuk <alexander.kapshuk@×××××.com>