From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1JoZTl-0006Yf-7A for garchives@archives.gentoo.org; Wed, 23 Apr 2008 07:33:21 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76F29E04FE; Wed, 23 Apr 2008 07:33:19 +0000 (UTC) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.155]) by pigeon.gentoo.org (Postfix) with ESMTP id 350F0E04FE for ; Wed, 23 Apr 2008 07:33:19 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id 13so3046146fge.14 for ; Wed, 23 Apr 2008 00:33:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; bh=aWflSqhp12Yz0hrMUF7KTDwImdFFbWmpgL7g2TJm/YA=; b=TVxCML4wqrhPl/9UIRes4hnA6/ZUUPclRLf0GHVeq2molk/bSWPNDTCzho8OW6BtvGAyn33SAOe215m5H96AaLiZuE1xhTur+ANluci/mMwHTP51ATkyb1PVgM5VffLy6+VeXlUhTkodXavmgNf7dXrK0o/pQ7Ei6OihWiK5mFA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=IucQ2H+6608N+l+tyVHFJIZPX2+Z5VHBganQCrmfYyiBPQALLoXn/G4PSIMm+mH3lu5qIdP2i/uiMvVpJsNewN9gs4jDMzOFbn4pwkOS3Lg6FWqeXPkrSyNCwFbby7DQbF/x9W5jr9I0ILj5wT313sZnETsR0GYgHkE8L7JTSo0= Received: by 10.86.31.18 with SMTP id e18mr2506130fge.68.1208935998845; Wed, 23 Apr 2008 00:33:18 -0700 (PDT) Received: from ?192.168.200.104? ( [196.211.71.34]) by mx.google.com with ESMTPS id 4sm5719510fgg.4.2008.04.23.00.33.15 (version=SSLv3 cipher=OTHER); Wed, 23 Apr 2008 00:33:17 -0700 (PDT) From: Alan McKinnon To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] confusing emerge output Date: Wed, 23 Apr 2008 09:33:05 +0200 User-Agent: KMail/1.9.9 References: In-Reply-To: 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 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200804230933.05391.alan.mckinnon@gmail.com> X-Archives-Salt: 42cfb2b3-6db8-4ec8-8f57-669afbf76800 X-Archives-Hash: a063796983da9513310fed1b750623ef On Wednesday 23 April 2008, Allan Gottlieb wrote: > # emerge --verbose --ask --deep --update --newuse --tree world > > gives just a few packages with dev-java/rhino the last one (first to > be merged). > > But > > # emerge --oneshot --ask rhino > > Gives a bunch of packages with rhino the last one (last to build). > > Could someone explain? > [ebuild N ] dev-java/rhino-1.5.5-r4 USE=3D"doc -source" 1,506 kB > [ebuild N ] dev-java/rhino-1.6.5 USE=3D"doc -examples -source" See the difference? One is v1.5 the other is v1.6. The explanation is in=20 the full output of what rhino is and the openoffice ebuild: alan@nazgul ~ $ eix rhino * dev-java/rhino Available versions: (1.5) 1.5.5-r4 (1.6) 1.6.5 {doc elibc_FreeBSD examples source} Homepage: http://www.mozilla.org/rhino/ Description: An open-source implementation of JavaScript=20 written in Java. =46rom openoffice-2.4.0.ebuild: COMMON_DEPEND=3D" java? ( >=3Ddev-java/bsh-2.0_beta4 >=3Ddev-java/xalan-2.7 >=3Ddev-java/xalan-serializer-2.7 >=3Ddev-java/xerces-2.7 =3Ddev-java/xml-commons-external-1.3* >=3Ddev-db/hsqldb-1.8.0.9 =3Ddev-java/rhino-1.5* )" There are two SLOTs for rhino - 1.5 and 1.6 OpenOffice explicitly DEPENDS on the 1.5 SLOT for rhino if you=20 have "java" in USE. You probably have that so a deep world emerge will=20 pull rhino-1.5* in. You don't currently have rhino installed so when you issue "emerge=20 rhino", portage will check for the latest one and install it. It just=20 so happens that in this case, the latest is not the same SLOT that OOo=20 wants. =2D-=20 Alan McKinnon alan dot mckinnon at gmail dot com -- gentoo-user@lists.gentoo.org mailing list