Gentoo Archives: gentoo-java

From: David Herron <David.Herron@×××.COM>
To: gentoo-java@l.g.o
Subject: [gentoo-java] JCE and Java 1.5 packaging for gentoo
Date: Thu, 25 May 2006 21:11:32
Message-Id: 44761D24.6050309@sun.com
1 Hi, I'm looking again at the Java packaging for gentoo.
2
3 The instructions I got from Karl were:
4
5 # mkdir -p /usr/local/overlays
6
7 # cd /usr/local/overlays
8
9 # svn co \
10 https://svn.gentooexperimental.org/svn/java/gentoo-java-experimental \
11 experimental
12 # PORTDIR_OVERLAY="/usr/local/overlays/experimental" \
13 USE="jce" \
14 ACCEPT_KEYWORDS="~x86" \
15 emerge sun-jdk-bin
16
17 As he says, it prints a message about having to download the unlimited strength jurisdiction policy files before the install can proceed.
18
19 There's two issues I see:
20
21 1- It gives a download URL that starts with javashoplm.foo.bar ... the person should be directed to the http://java.sun.com/j2se/1.5.0/download.jsp page instead and start from there.
22
23 2- Why is this needed? In the Debian packaging we didn't have to do this. What Tom Marble said to me about this is:
24
25
26 as long as they don't ship strong
27 crypto and prevent embargo
28 cntry download they should be ok
29
30 I do understand - this file is going to be required to turn on some of the JCE facilities we probably limit in the default config.
31
32
33 - David Herron