public inbox for gentoo-amd64@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-amd64] What happened to sun-jdk?
@ 2009-11-10 15:24 Wil Reichert
  2009-11-10 15:30 ` Akos Szalkai
  0 siblings, 1 reply; 6+ messages in thread
From: Wil Reichert @ 2009-11-10 15:24 UTC (permalink / raw
  To: gentoo-amd64

Never seen a license block a package before:

$ emerge -p sun-jdk

These are the packages that would be merged, in order:

Calculating dependencies... done!

!!! All ebuilds that could satisfy "dev-java/sun-jdk" have been masked.
!!! One of the following masked packages is required to complete your request:
- dev-java/sun-jdk-1.6.0.17 (masked by: dlj-1.1 license(s))
A copy of the 'dlj-1.1' license is located at '/usr/portage/licenses/dlj-1.1'.

- dev-java/sun-jdk-1.6.0.16 (masked by: dlj-1.1 license(s))
- dev-java/sun-jdk-1.6.0.15 (masked by: dlj-1.1 license(s))
- dev-java/sun-jdk-1.5.0.22 (masked by: dlj-1.1 license(s))
- dev-java/sun-jdk-1.5.0.21 (masked by: dlj-1.1 license(s))
- dev-java/sun-jdk-1.5.0.20 (masked by: dlj-1.1 license(s))
- dev-java/sun-jdk-1.4.2.19 (masked by: sun-bcla-java-vm license(s),
missing keyword)
A copy of the 'sun-bcla-java-vm' license is located at
'/usr/portage/licenses/sun-bcla-java-vm'.


For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.


Checked the package Changelog, briefly glanced at the license file,
checked the global package.mask, Gentoo web site, and the gentoo dev
blogs.  Unable to find any comment or explanation on why this
happened.  Anyone have an idea?

Wil



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

* Re: [gentoo-amd64] What happened to sun-jdk?
  2009-11-10 15:24 [gentoo-amd64] What happened to sun-jdk? Wil Reichert
@ 2009-11-10 15:30 ` Akos Szalkai
  2009-11-10 16:25   ` Mark Knecht
  0 siblings, 1 reply; 6+ messages in thread
From: Akos Szalkai @ 2009-11-10 15:30 UTC (permalink / raw
  To: gentoo-amd64


> Never seen a license block a package before:
>   

Now it seems that some licenses (I think where you have to accept an
EULA) are blocked.  If you add ACCEPT_LICENSE="*" to your
/etc/make.conf, then everything is back to normal.

Akos



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

* Re: [gentoo-amd64] What happened to sun-jdk?
  2009-11-10 15:30 ` Akos Szalkai
@ 2009-11-10 16:25   ` Mark Knecht
  2009-11-10 18:34     ` Branko Badrljica
  0 siblings, 1 reply; 6+ messages in thread
From: Mark Knecht @ 2009-11-10 16:25 UTC (permalink / raw
  To: gentoo-amd64

On Tue, Nov 10, 2009 at 7:30 AM, Akos Szalkai <szalkai@szalkai.net> wrote:
>
>> Never seen a license block a package before:
>>
>
> Now it seems that some licenses (I think where you have to accept an
> EULA) are blocked.  If you add ACCEPT_LICENSE="*" to your
> /etc/make.conf, then everything is back to normal.
>
> Akos
>
>

As far as I can tell so far:

ACCEPT_LICENSE="*" will accept all licenses.

ACCEPT_LICENSE="dlj-1.1" will accept just this license in case someone
doesn't want to use licensed software without knowing that they've
added it.

HTH,
Mark



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

* Re: [gentoo-amd64] What happened to sun-jdk?
  2009-11-10 18:34     ` Branko Badrljica
@ 2009-11-10 17:07       ` Crístian Viana
  2009-11-10 17:30         ` Wil Reichert
  0 siblings, 1 reply; 6+ messages in thread
From: Crístian Viana @ 2009-11-10 17:07 UTC (permalink / raw
  To: gentoo-amd64

[-- Attachment #1: Type: text/plain, Size: 701 bytes --]

or add a line to /etc/portage/package.license if you want to accept a
license to one specific ebuild.

On Tue, Nov 10, 2009 at 4:34 PM, Branko Badrljica <brankob@avtomatika.com>wrote:

>
> Mark Knecht wrote:
>
> <SNIP>
>
>  As far as I can tell so far:
>>
>> ACCEPT_LICENSE="*" will accept all licenses.
>>
>> ACCEPT_LICENSE="dlj-1.1" will accept just this license in case someone
>> doesn't want to use licensed software without knowing that they've
>> added it.
>>
>> HTH,
>> Mark
>>
>
> ACCEPT_LICENSE is mentioned in make.conf manpage.
>
> I have set it to "* -@EULA dlj-1.1 sun-bcla-java-vm"
>
>
> Branko
>
>
>


-- 
Crístian Deives dos Santos Viana [aka CD1]

[-- Attachment #2: Type: text/html, Size: 1206 bytes --]

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

* Re: [gentoo-amd64] What happened to sun-jdk?
  2009-11-10 17:07       ` Crístian Viana
@ 2009-11-10 17:30         ` Wil Reichert
  0 siblings, 0 replies; 6+ messages in thread
From: Wil Reichert @ 2009-11-10 17:30 UTC (permalink / raw
  To: gentoo-amd64

On Tue, Nov 10, 2009 at 9:07 AM, Crístian Viana
<cristiandeives@gmail.com> wrote:
> or add a line to /etc/portage/package.license if you want to accept a
> license to one specific ebuild.
>
> On Tue, Nov 10, 2009 at 4:34 PM, Branko Badrljica <brankob@avtomatika.com>
> wrote:
>>
>> Mark Knecht wrote:
>>
>> <SNIP>
>>>
>>> As far as I can tell so far:
>>>
>>> ACCEPT_LICENSE="*" will accept all licenses.
>>>
>>> ACCEPT_LICENSE="dlj-1.1" will accept just this license in case someone
>>> doesn't want to use licensed software without knowing that they've
>>> added it.
>>>
>>> HTH,
>>> Mark
>>
>> ACCEPT_LICENSE is mentioned in make.conf manpage.
>>
>> I have set it to "* -@EULA dlj-1.1 sun-bcla-java-vm"
>>
>>
>> Branko

Thanks all.  I see the license bits got added on the 10th of October &
I somehow missed the warnings until now.  Nice feature.

Wil



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

* Re: [gentoo-amd64] What happened to sun-jdk?
  2009-11-10 16:25   ` Mark Knecht
@ 2009-11-10 18:34     ` Branko Badrljica
  2009-11-10 17:07       ` Crístian Viana
  0 siblings, 1 reply; 6+ messages in thread
From: Branko Badrljica @ 2009-11-10 18:34 UTC (permalink / raw
  To: gentoo-amd64


Mark Knecht wrote:

<SNIP>
> As far as I can tell so far:
>
> ACCEPT_LICENSE="*" will accept all licenses.
>
> ACCEPT_LICENSE="dlj-1.1" will accept just this license in case someone
> doesn't want to use licensed software without knowing that they've
> added it.
>
> HTH,
> Mark

ACCEPT_LICENSE is mentioned in make.conf manpage.

I have set it to "* -@EULA dlj-1.1 sun-bcla-java-vm"


Branko




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

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

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-10 15:24 [gentoo-amd64] What happened to sun-jdk? Wil Reichert
2009-11-10 15:30 ` Akos Szalkai
2009-11-10 16:25   ` Mark Knecht
2009-11-10 18:34     ` Branko Badrljica
2009-11-10 17:07       ` Crístian Viana
2009-11-10 17:30         ` Wil Reichert

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