From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.43) id 1EC0yO-0000iJ-LI for garchives@archives.gentoo.org; Sun, 04 Sep 2005 20:20:17 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.4/8.13.4) with SMTP id j84KFk7g005119; Sun, 4 Sep 2005 20:15:46 GMT Received: from smtp13.wxs.nl (smtp13.wxs.nl [195.121.6.27]) by robin.gentoo.org (8.13.4/8.13.4) with ESMTP id j84KAAJX007516 for ; Sun, 4 Sep 2005 20:10:11 GMT Received: from [10.0.0.150] (ip3e83ab52.speed.planet.nl [62.131.171.82]) by smtp13.wxs.nl (iPlanet Messaging Server 5.2 Patch 2 (built Jul 14 2004)) with ESMTP id <0IMB00BJ06TPFY@smtp13.wxs.nl> for gentoo-user@lists.gentoo.org; Sun, 04 Sep 2005 22:13:01 +0200 (CEST) Date: Sun, 04 Sep 2005 22:12:59 +0200 From: Holly Bostick Subject: Re: [gentoo-user] What's going on with scons In-reply-to: <200509042158.04902.info@maestroprogramador.com> To: gentoo-user@lists.gentoo.org Message-id: <431B554B.7080608@planet.nl> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-version: 1.0 Content-type: text/plain; charset=UTF-8 X-Accept-Language: nl-NL, nl, en User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050803) X-Enigmail-Version: 0.92.0.0 References: <200509042158.04902.info@maestroprogramador.com> Content-Transfer-Encoding: quoted-printable X-MIME-Autoconverted: from 8bit to quoted-printable by robin.gentoo.org id j84KFk81005119 X-Archives-Salt: e746e115-2fd4-4795-9246-7628fbc92911 X-Archives-Hash: 4b091a68e4065d1964fa643975035780 Rafael Fern=C3=A1ndez L=C3=B3pez schreef: > Hi, >=20 > I'm doing right now an "emerge -vuD world". Now portage wants to > UPDATE scons. If I do another "emerge -vuD world" (not necessary to > run "emerge sync") portage wants to DOWNGRADE scons. >=20 > Always that I do an "emerge sync" and later an "emerge -vuD world", > it updates my system, but scons depends on the last time, if it was > updated, portage will downgrade it and if was downgraded, portage > will try to update it... >=20 > What's going on with scons? >=20 > Thanks. One of two things could be happening here: 1) Did you originally emerge scons with ACCEPT_KEYWORDS=3D"~arch" in the command line, and forget to add scons to /etc/portage/package.keywords? If so, as far as Portage is concerned, the package is "illegal", so it attempts to downgrade it to stable, but something that depends on the later version then attempts to upgrade it. If this is the case, add scons to /etc/portage/package.keywords, and the madness should stop. 2) The reverse dependencies on scons are (hopefully) temporarily mixed. Sometimes packages with many 'plugins' that depend on the main package get 'out of sync' with the main package (gstreamer comes to mind). The problem being that some of the installed reverse dependencies depend on an earlier version, and some depend on a later. As I said, this is usually temporary; upstream/Portage usually gets updated packages that conform everything to the same version (meaning the current version) within a day (two at most). If it's longer than that, check bugs.gentoo.org for more information, since that tends to indicate an 'issue'. If this is the case, do an emerge -vuDt world to get the dependency tree and see which plugin/module is depending on the old version. First, see if there's an update already that perhaps needs to be unmasked in /etc/portage/package.keywords. If not (yet), and you can do without that particular plugin for a short time, unmerge it; problem solved. Just keep your eye out for the updated version. If you can't do without the older-version module/plugin, try downgrading the ones that are causing the update (mask them to keep Portage from trying to drag the later ones in). You can thereafter watch Portage like a hawk for the updates and reverse your changes, or you can go on with the earlier versions until the later versions go stable, in which case they'll be updated normally in due time. HTH, Holly --=20 gentoo-user@gentoo.org mailing list