From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1R2Oue-0005g4-24 for garchives@archives.gentoo.org; Sat, 10 Sep 2011 14:52:08 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 75CFA21C0E0; Sat, 10 Sep 2011 14:51:54 +0000 (UTC) Received: from mx.virtyou.com (mx.virtyou.com [94.23.166.77]) by pigeon.gentoo.org (Postfix) with ESMTP id 20BC221C025 for ; Sat, 10 Sep 2011 14:50:32 +0000 (UTC) Received: from weird.wonkology.org (p5B277D65.dip.t-dialin.net [91.39.125.101]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) by mx.virtyou.com (Postfix) with ESMTPSA id 7668D39A00B for ; Sat, 10 Sep 2011 16:50:31 +0200 (CEST) Date: Sat, 10 Sep 2011 16:50:30 +0200 From: Alex Schuster To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] License question for jdk Message-ID: <20110910165030.28956c7e@weird.wonkology.org> In-Reply-To: References: X-Mailer: Claws Mail 3.7.10 (GTK+ 2.24.5; x86_64-pc-linux-gnu) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Archives-Salt: X-Archives-Hash: 52bffa9ba8c4b7903490957ba3f455a3 Allan Gottlieb writes: > My update world today produced > > [nomerge ] dev-java/icedtea-6.1.10.3 USE="hs20 nsplugin nss > webstart xrender -cacao -debug -doc -examples -jamvm -javascript -nio2 > -pulseaudio -systemtap -zero" [nomerge ] > dev-java/ant-nodeps-1.8.1 [ebuild NS ] virtual/jre-1.7.0 [1.6.0] > 0 kB [ebuild NS ] virtual/jdk-1.7.0 [1.6.0] 0 kB [ebuild N F > ] dev-java/oracle-jdk-bin-1.7.0 USE="X alsa -derby -doc -examples > -jce -nsplugin" 92,746 kB > > [snip] > > The following license changes are necessary to proceed: > #required by virtual/jdk-1.7.0, required by virtual/jre-1.7.0, > required by dev-java/xalan-2.7.1, required by > dev-java/icedtea-6.1.10.3, required by @selected, required by @world > (argument) > >=dev-java/oracle-jdk-bin-1.7.0 Oracle-BCLA-JavaSE > > NOTE: This --autounmask behavior can be disabled by setting > EMERGE_DEFAULT_OPTS="--autounmask=n" in make.conf. > > Use --autounmask-write to write changes to config files (honoring > CONFIG_PROTECT). > > So I need the Oracle-BCLA-JavaSE license. But I don't see where it > tells me how to do this. Previous license requests said something like > * go to URL xxx > * click on YYY > * store it in distfiles/ZZZ That is something different, when portage is not able to download stuff. What you need to do is to tell portage you accept the license by putting the >=dev-java/... line into /etc/portage/package.license. Or you could add the --autounmask-write switch to your emerge command, and then use etc-update/dispatch-conf/cfg-update or whatever you use to update the config files. Wonko