* [gentoo-user] Question about RDEPEND
@ 2010-01-30 2:32 Frank Steinmetzger
2010-01-30 6:13 ` Iain Buchanan
0 siblings, 1 reply; 6+ messages in thread
From: Frank Steinmetzger @ 2010-01-30 2:32 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1282 bytes --]
Hi there,
a while ago, I emerged virtual/jdk, and prior to it sun-jdk
in order to direct manually what the virtual shall pull in.
But now, virtual/jdk wants to install dev-java/icedtea as well:
,--[ emerge -tpuvD world ] ----
| Calculating dependencies... done!
| [nomerge ] media-tv/tvbrowser-2.7.4 USE="-doc -source -themes"
| [nomerge ] dev-java/skinlf-6.7 USE="-examples -source"
| [nomerge ] dev-java/xalan-2.7.1 USE="-doc -source"
| [nomerge ] virtual/jdk-1.6.0
| [ebuild N ] dev-java/icedtea6-bin-1.6.2 USE="X alsa nsplugin -doc -examples -source" 35,393 kB
`------------------------------
Even though I understand from the virtual’s ebuild
that it needs one and only one of those:
RDEPEND="|| (
amd64? ( dev-java/icedtea6-bin )
x86? ( dev-java/icedtea6-bin )
amd64? ( =dev-java/sun-jdk-1.6.0* )
x86? ( =dev-java/sun-jdk-1.6.0* )
=dev-java/ibm-jdk-bin-1.6.0*
=dev-java/hp-jdk-bin-1.6.0*
=dev-java/diablo-jdk-1.6.0*
=dev-java/soylatte-jdk-bin-1.0*
=dev-java/apple-jdk-bin-1.6.0*
=dev-java/winjdk-bin-1.6.0*
)"
Am I getting something wrong here? Why is it pulling in icedtea?
I’m on x86 BTW.
--
Gruß | Greetings | Qapla'
I wish my lawn was emo, so it would cut itself.
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] Question about RDEPEND
2010-01-30 2:32 [gentoo-user] Question about RDEPEND Frank Steinmetzger
@ 2010-01-30 6:13 ` Iain Buchanan
2010-01-31 2:12 ` Frank Steinmetzger
2010-01-31 2:36 ` Peter Humphrey
0 siblings, 2 replies; 6+ messages in thread
From: Iain Buchanan @ 2010-01-30 6:13 UTC (permalink / raw
To: gentoo-user
On Sat, 2010-01-30 at 03:32 +0100, Frank Steinmetzger wrote:
> Hi there,
>
> a while ago, I emerged virtual/jdk, and prior to it sun-jdk
> in order to direct manually what the virtual shall pull in.
>
> But now, virtual/jdk wants to install dev-java/icedtea as well:
>
> ,--[ emerge -tpuvD world ] ----
> | Calculating dependencies... done!
> | [nomerge ] media-tv/tvbrowser-2.7.4 USE="-doc -source -themes"
> | [nomerge ] dev-java/skinlf-6.7 USE="-examples -source"
> | [nomerge ] dev-java/xalan-2.7.1 USE="-doc -source"
> | [nomerge ] virtual/jdk-1.6.0
> | [ebuild N ] dev-java/icedtea6-bin-1.6.2 USE="X alsa nsplugin -doc -examples -source" 35,393 kB
> `------------------------------
>
> Even though I understand from the virtual’s ebuild
> that it needs one and only one of those:
>
> RDEPEND="|| (
> amd64? ( dev-java/icedtea6-bin )
> x86? ( dev-java/icedtea6-bin )
> amd64? ( =dev-java/sun-jdk-1.6.0* )
> x86? ( =dev-java/sun-jdk-1.6.0* )
> =dev-java/ibm-jdk-bin-1.6.0*
> =dev-java/hp-jdk-bin-1.6.0*
> =dev-java/diablo-jdk-1.6.0*
> =dev-java/soylatte-jdk-bin-1.0*
> =dev-java/apple-jdk-bin-1.6.0*
> =dev-java/winjdk-bin-1.6.0*
> )"
>
> Am I getting something wrong here? Why is it pulling in icedtea?
> I’m on x86 BTW.
from my understanding of the "any of many" RDEPEND="|| ..." syntax, it
should do what you expect and not pull in icedtea.
However I remember that sun-jdk requires a license acceptance which has
changed recently, so maybe sun-jdk is now masked on your system, hence
the need for something else.
What is the complete emerge output? Look for any masked or license
restricted packages. I added this to /etc/portage/package.license:
dev-java/sun-jdk dlj-1.1
HTH,
--
Iain Buchanan <iaindb at netspace dot net dot au>
What does "it" mean in the sentence "What time is it?"?
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] Question about RDEPEND
2010-01-30 6:13 ` Iain Buchanan
@ 2010-01-31 2:12 ` Frank Steinmetzger
2010-01-31 15:06 ` Iain Buchanan
2010-01-31 2:36 ` Peter Humphrey
1 sibling, 1 reply; 6+ messages in thread
From: Frank Steinmetzger @ 2010-01-31 2:12 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1356 bytes --]
Am Samstag, 30. Januar 2010 schrieb Iain Buchanan:
> On Sat, 2010-01-30 at 03:32 +0100, Frank Steinmetzger wrote:
> > Hi there,
> >
> > a while ago, I emerged virtual/jdk, and prior to it sun-jdk
> > in order to direct manually what the virtual shall pull in.
> >
> > But now, virtual/jdk wants to install dev-java/icedtea as well.
> > [...]
> > Even though I understand from the virtual’s ebuild
> > that it needs one and only one of those.
> > [...]
> > Am I getting something wrong here? Why is it pulling in icedtea?
> > I’m on x86 BTW.
> [...]
> However I remember that sun-jdk requires a license acceptance which has
> changed recently, so maybe sun-jdk is now masked on your system, hence
> the need for something else.
>
> What is the complete emerge output? Look for any masked or license
> restricted packages. I added this to /etc/portage/package.license:
> dev-java/sun-jdk dlj-1.1
Indeed there's an output concerning a lincence. I ignored it because in the
past I had loads of messages there about masked or missing ebuilds due to the
phasing-out of KDE3, which I still run. In that case though I would have
expected portage wanting to remove sun-jdk because of a licence issue. Oh
well, guess that's solved then. :-)
--
Gruß | Greetings | Qapla'
Killing for peace is like fucking for virginity.
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] Question about RDEPEND
2010-01-30 6:13 ` Iain Buchanan
2010-01-31 2:12 ` Frank Steinmetzger
@ 2010-01-31 2:36 ` Peter Humphrey
2010-01-31 15:12 ` Iain Buchanan
1 sibling, 1 reply; 6+ messages in thread
From: Peter Humphrey @ 2010-01-31 2:36 UTC (permalink / raw
To: gentoo-user
On Saturday 30 January 2010 06:13:16 Iain Buchanan wrote:
> What does "it" mean in the sentence "What time is it?"?
"The present; the moment we're existing in."
More profound: what does "time" mean in the sentence "What time is it?"?
--
Rgds
Peter.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] Question about RDEPEND
2010-01-31 2:12 ` Frank Steinmetzger
@ 2010-01-31 15:06 ` Iain Buchanan
0 siblings, 0 replies; 6+ messages in thread
From: Iain Buchanan @ 2010-01-31 15:06 UTC (permalink / raw
To: gentoo-user
On Sun, 2010-01-31 at 03:12 +0100, Frank Steinmetzger wrote:
> Am Samstag, 30. Januar 2010 schrieb Iain Buchanan:
> > What is the complete emerge output? Look for any masked or license
> > restricted packages. I added this to /etc/portage/package.license:
> > dev-java/sun-jdk dlj-1.1
>
> Indeed there's an output concerning a lincence. I ignored it because in the
> past I had loads of messages there about masked or missing ebuilds due to the
> phasing-out of KDE3, which I still run. In that case though I would have
> expected portage wanting to remove sun-jdk because of a licence issue.
unless you have sun-jdk in your world file, which would happen if you
ever specifically emerged it. In that case sun-jdk would not be
un-merged because you asked for it, and icedtea would be pulled in being
the only non-masked dependency of the virtual... I think!
> Oh
> well, guess that's solved then. :-)
hope so!
--
Iain Buchanan <iaindb at netspace dot net dot au>
Rick: "How can you close me up? On what grounds?"
Renault: "I'm shocked! Shocked! To find that gambling is going on here."
Croupier (handing money to Renault): "Your winnings, sir."
Renault:"Oh. Thank you very much."
-- Casablanca
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] Question about RDEPEND
2010-01-31 2:36 ` Peter Humphrey
@ 2010-01-31 15:12 ` Iain Buchanan
0 siblings, 0 replies; 6+ messages in thread
From: Iain Buchanan @ 2010-01-31 15:12 UTC (permalink / raw
To: gentoo-user
On Sun, 2010-01-31 at 02:36 +0000, Peter Humphrey wrote:
> On Saturday 30 January 2010 06:13:16 Iain Buchanan wrote:
>
> > What does "it" mean in the sentence "What time is it?"?
>
> "The present; the moment we're existing in."
>
> More profound: what does "time" mean in the sentence "What time is it?"?
Simple! "time" refers to the common labels (days, hours, etc) that we
have attempted to put on the changing (or decaying) nature of our
environment. ie. how many hours passed the rising of the sun.
--
Iain Buchanan <iaindb at netspace dot net dot au>
Time flies like an arrow, fruit flies like a banana!
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2010-01-31 15:14 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-30 2:32 [gentoo-user] Question about RDEPEND Frank Steinmetzger
2010-01-30 6:13 ` Iain Buchanan
2010-01-31 2:12 ` Frank Steinmetzger
2010-01-31 15:06 ` Iain Buchanan
2010-01-31 2:36 ` Peter Humphrey
2010-01-31 15:12 ` Iain Buchanan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox