View previous topic :: View next topic |
Author |
Message |
billmil n00b
Joined: 06 Jan 2004 Posts: 72
|
Posted: Tue Sep 13, 2011 3:43 pm Post subject: Larry Changed the License! Sun-jdk requires masking... |
|
|
Hi all,
I installed sun-jdk 16.0.27 a week or so ago using portage (emere -u world), then the licensed changed. Now Emerge -upv world complains as follows:
Quote: | !!! The following updates are masked by LICENSE changes:
- dev-java/sun-jdk-1.6.0.27::gentoo (masked by: Oracle-BCLA-JavaSE license(s))
A copy of the 'Oracle-BCLA-JavaSE' license is located at '/usr/portage/licenses/Oracle-BCLA-JavaSE'.
|
A few questions:
1) what happened?
2) How can one mask to get past this?
This doesn't appear to work:
dev-java/sun-jdk ~x86
thanks |
|
Back to top |
|
|
arnvidr l33t
Joined: 19 Aug 2004 Posts: 629 Location: Oslo, Norway
|
Posted: Tue Sep 13, 2011 4:25 pm Post subject: |
|
|
What do you want to do? If you want to keep the package and accept the license, you can add this to your /etc/make.conf:
ACCEPT_LICENSE="Oracle-BCLA-JavaSE" _________________
|
|
Back to top |
|
|
billmil n00b
Joined: 06 Jan 2004 Posts: 72
|
Posted: Tue Sep 13, 2011 6:55 pm Post subject: solved |
|
|
Thanks. That solved it. |
|
Back to top |
|
|
Genone Retired Dev
Joined: 14 Mar 2003 Posts: 9596 Location: beyond the rim
|
Posted: Wed Sep 14, 2011 6:46 am Post subject: |
|
|
And it was Oracle who changed the license, not Larry. |
|
Back to top |
|
|
krinn Watchman
Joined: 02 May 2003 Posts: 7470
|
|
Back to top |
|
|
CaptainBlood Advocate
Joined: 24 Jan 2010 Posts: 3793
|
Posted: Sat Nov 05, 2011 4:05 pm Post subject: |
|
|
Alternatively update or create file as below: Code: | cat /etc/portage/package.license
#dev-java/sun-jdk dlj-1.1
dev-java/sun-jdk Oracle-BCLA-JavaSE | Thanks for your attention. |
|
Back to top |
|
|
|