public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] license change in sun-jdk
@ 2009-11-09 15:57 Rudmer van Dijk
  2009-11-09 18:00 ` Dale
  0 siblings, 1 reply; 7+ messages in thread
From: Rudmer van Dijk @ 2009-11-09 15:57 UTC (permalink / raw
  To: Gentoo mailing list

Hi,

for all who have problems with their jdk (and don't want to spent half an hour 
finding out why 8-):

after sync, portage wants to install dev-java/icedtea6-bin, although there is 
a jdk installed (I already had dev-java/sun-jdk-1.6.0.17)

well it turns out that sun-jdk-1.6.0.17 has suddenly been license masked...

adding ACCEPT_LICENSE="dlj-1.1" to make.conf lets sun-jdk be accepted again.
no more spontaneous forced installation of icedtea6-bin!


	Rudmer




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] license change in sun-jdk
  2009-11-09 15:57 [gentoo-user] license change in sun-jdk Rudmer van Dijk
@ 2009-11-09 18:00 ` Dale
  2009-11-09 18:14   ` Rudmer van Dijk
                     ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Dale @ 2009-11-09 18:00 UTC (permalink / raw
  To: gentoo-user

Rudmer van Dijk wrote:
> Hi,
>
> for all who have problems with their jdk (and don't want to spent half an hour 
> finding out why 8-):
>
> after sync, portage wants to install dev-java/icedtea6-bin, although there is 
> a jdk installed (I already had dev-java/sun-jdk-1.6.0.17)
>
> well it turns out that sun-jdk-1.6.0.17 has suddenly been license masked...
>
> adding ACCEPT_LICENSE="dlj-1.1" to make.conf lets sun-jdk be accepted again.
> no more spontaneous forced installation of icedtea6-bin!
>
>
> 	Rudmer
>
>   

I cheated then.  I did this for mine:

ACCEPT_LICENSE="*"

I think that covers them all.

Dale

:-)  :-)



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] license change in sun-jdk
  2009-11-09 18:00 ` Dale
@ 2009-11-09 18:14   ` Rudmer van Dijk
  2009-11-10 13:56     ` Alex Schuster
  2009-11-10  1:24   ` Kyle Bader
  2009-11-10 19:01   ` Jarry
  2 siblings, 1 reply; 7+ messages in thread
From: Rudmer van Dijk @ 2009-11-09 18:14 UTC (permalink / raw
  To: gentoo-user

On Monday 09 November 2009, Dale wrote:
> Rudmer van Dijk wrote:
> >
> > well it turns out that sun-jdk-1.6.0.17 has suddenly been license
> > masked...
> >
> > adding ACCEPT_LICENSE="dlj-1.1" to make.conf lets sun-jdk be accepted
> > again. no more spontaneous forced installation of icedtea6-bin!
> >
> 
> I cheated then.  I did this for mine:
> 
> ACCEPT_LICENSE="*"
> 
> I think that covers them all.

that will certainly prevent future problems! 8-)

thanks!

	Rudmer



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] license change in sun-jdk
  2009-11-09 18:00 ` Dale
  2009-11-09 18:14   ` Rudmer van Dijk
@ 2009-11-10  1:24   ` Kyle Bader
  2009-11-10 19:01   ` Jarry
  2 siblings, 0 replies; 7+ messages in thread
From: Kyle Bader @ 2009-11-10  1:24 UTC (permalink / raw
  To: gentoo-user

Thanks dale, adding :)

On 11/9/09, Dale <rdalek1967@gmail.com> wrote:
> Rudmer van Dijk wrote:
>> Hi,
>>
>> for all who have problems with their jdk (and don't want to spent half an
>> hour
>> finding out why 8-):
>>
>> after sync, portage wants to install dev-java/icedtea6-bin, although there
>> is
>> a jdk installed (I already had dev-java/sun-jdk-1.6.0.17)
>>
>> well it turns out that sun-jdk-1.6.0.17 has suddenly been license
>> masked...
>>
>> adding ACCEPT_LICENSE="dlj-1.1" to make.conf lets sun-jdk be accepted
>> again.
>> no more spontaneous forced installation of icedtea6-bin!
>>
>>
>> 	Rudmer
>>
>>
>
> I cheated then.  I did this for mine:
>
> ACCEPT_LICENSE="*"
>
> I think that covers them all.
>
> Dale
>
> :-)  :-)
>
>

-- 
Sent from my mobile device


Kyle



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] license change in sun-jdk
  2009-11-09 18:14   ` Rudmer van Dijk
@ 2009-11-10 13:56     ` Alex Schuster
  0 siblings, 0 replies; 7+ messages in thread
From: Alex Schuster @ 2009-11-10 13:56 UTC (permalink / raw
  To: gentoo-user

Rudmer van Dijk writes:

> On Monday 09 November 2009, Dale wrote:
> > Rudmer van Dijk wrote:
> > > well it turns out that sun-jdk-1.6.0.17 has suddenly been license
> > > masked...
> > >
> > > adding ACCEPT_LICENSE="dlj-1.1" to make.conf lets sun-jdk be
> > > accepted again. no more spontaneous forced installation of
> > > icedtea6-bin!
> >
> > I cheated then.  I did this for mine:
> >
> > ACCEPT_LICENSE="*"
> >
> > I think that covers them all.
> 
> that will certainly prevent future problems! 8-)

Yeah, but while I probably have no real problem with accepting all those 
licenses, at least I like to know what I accept. So I prefer to put this 
stuff into package.license, which at this moment looks like this:

games-fps/quake3-bin	Q3AEULA
games-fps/quake3-data	Q3AEULA
dev-java/sun-jdk		dlj-1.1

Alternatively, ACCEPT_LICENSE="Q3AEULA dlj-1.1" in make.conf would also 
work.

When a license change happens, I can see that and decide whether I like it 
or not.

	Wonko



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] license change in sun-jdk
  2009-11-09 18:00 ` Dale
  2009-11-09 18:14   ` Rudmer van Dijk
  2009-11-10  1:24   ` Kyle Bader
@ 2009-11-10 19:01   ` Jarry
  2009-11-10 20:35     ` Alan McKinnon
  2 siblings, 1 reply; 7+ messages in thread
From: Jarry @ 2009-11-10 19:01 UTC (permalink / raw
  To: gentoo-user

Dale wrote:
> Rudmer van Dijk wrote:
>>
>> after sync, portage wants to install dev-java/icedtea6-bin, although there is 
>> a jdk installed (I already had dev-java/sun-jdk-1.6.0.17)
>> well it turns out that sun-jdk-1.6.0.17 has suddenly been license masked...
>> adding ACCEPT_LICENSE="dlj-1.1" to make.conf lets sun-jdk be accepted again.
>> no more spontaneous forced installation of icedtea6-bin!
> 
> I cheated then.  I did this for mine:
> ACCEPT_LICENSE="*"

This is strange: I tried to update, and got list of ~10 packages,
plus that above mentioned error. So I included in ACCEPT_LICENSE="*"
in make.conf, and tried it agan. And nothing. Suddenly it portage
does not want to update anything. As if there is nothing to update...

Jarry

-- 
_______________________________________________________________
This mailbox accepts e-mails only from selected mailing-lists!
Everything else is considered to be spam and therefore deleted.



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [gentoo-user] license change in sun-jdk
  2009-11-10 19:01   ` Jarry
@ 2009-11-10 20:35     ` Alan McKinnon
  0 siblings, 0 replies; 7+ messages in thread
From: Alan McKinnon @ 2009-11-10 20:35 UTC (permalink / raw
  To: gentoo-user

On Tuesday 10 November 2009 21:01:52 Jarry wrote:
> Dale wrote:
> > Rudmer van Dijk wrote:
> >> after sync, portage wants to install dev-java/icedtea6-bin, although
> >> there is a jdk installed (I already had dev-java/sun-jdk-1.6.0.17)
> >> well it turns out that sun-jdk-1.6.0.17 has suddenly been license
> >> masked... adding ACCEPT_LICENSE="dlj-1.1" to make.conf lets sun-jdk be
> >> accepted again. no more spontaneous forced installation of icedtea6-bin!
> >
> > I cheated then.  I did this for mine:
> > ACCEPT_LICENSE="*"
> 
> This is strange: I tried to update, and got list of ~10 packages,
> plus that above mentioned error. So I included in ACCEPT_LICENSE="*"
> in make.conf, and tried it agan. And nothing. Suddenly it portage
> does not want to update anything. As if there is nothing to update...

Why is it strange? The behaviour is correct

You accepted the license and world is up to date so portage correctly tells 
you there is nothing to do.

Without the LICENSE statement in make.conf, you have 10 unacceptable packages. 
So portage tells you it will remove them and replace them without something 
else, or maybe just display blockers. In any event portage knows there is 
something to do.

-- 
alan dot mckinnon at gmail dot com



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2009-11-10 20:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-09 15:57 [gentoo-user] license change in sun-jdk Rudmer van Dijk
2009-11-09 18:00 ` Dale
2009-11-09 18:14   ` Rudmer van Dijk
2009-11-10 13:56     ` Alex Schuster
2009-11-10  1:24   ` Kyle Bader
2009-11-10 19:01   ` Jarry
2009-11-10 20:35     ` Alan McKinnon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox