From: Alan McKinnon <alan.mckinnon@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] confusing emerge output
Date: Wed, 23 Apr 2008 09:33:05 +0200 [thread overview]
Message-ID: <200804230933.05391.alan.mckinnon@gmail.com> (raw)
In-Reply-To: <yu9fxtdi2mk.fsf@nyu.edu>
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?
<snip>
> [ebuild N ] dev-java/rhino-1.5.5-r4 USE="doc -source" 1,506 kB
<snip>
> [ebuild N ] dev-java/rhino-1.6.5 USE="doc -examples -source"
See the difference? One is v1.5 the other is v1.6. The explanation is in
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
written in Java.
From openoffice-2.4.0.ebuild:
COMMON_DEPEND="
java? ( >=dev-java/bsh-2.0_beta4
>=dev-java/xalan-2.7
>=dev-java/xalan-serializer-2.7
>=dev-java/xerces-2.7
=dev-java/xml-commons-external-1.3*
>=dev-db/hsqldb-1.8.0.9
=dev-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
have "java" in USE. You probably have that so a deep world emerge will
pull rhino-1.5* in.
You don't currently have rhino installed so when you issue "emerge
rhino", portage will check for the latest one and install it. It just
so happens that in this case, the latest is not the same SLOT that OOo
wants.
--
Alan McKinnon
alan dot mckinnon at gmail dot com
--
gentoo-user@lists.gentoo.org mailing list
next prev parent reply other threads:[~2008-04-23 7:33 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-23 5:03 [gentoo-user] confusing emerge output Allan Gottlieb
2008-04-23 7:33 ` Alan McKinnon [this message]
2008-04-23 12:34 ` Allan Gottlieb
2008-04-23 20:26 ` Alan McKinnon
-- strict thread matches above, loose matches on Subject: below --
2009-08-25 17:04 Michael P. Soulier
2009-08-25 17:09 ` Crístian Viana
2009-08-25 20:17 ` Michael P. Soulier
2013-02-03 18:51 [gentoo-user] Confusing " Alan McKinnon
2013-02-03 19:09 ` Dale
2013-02-03 21:22 ` Alan McKinnon
2013-02-03 23:22 ` Dale
2013-02-03 23:48 ` Alan McKinnon
2013-02-04 1:36 ` Dale
2013-02-03 19:28 ` Michael Orlitzky
2013-02-03 21:00 ` Alan McKinnon
2013-02-05 0:27 ` Michael Orlitzky
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200804230933.05391.alan.mckinnon@gmail.com \
--to=alan.mckinnon@gmail.com \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox