Request for review: README-builds.html updates

Andrew John Hughes gnu_andrew at member.fsf.org
Wed Sep 23 14:37:05 UTC 2009


2009/9/23 Dalibor Topic <Dalibor.Topic at sun.com>:
> Hi,
>
> Bringing the docs from OpenJDK 6 and OpenJDK 7 a bit more in line,
> I offer you the following webrev for review, fixing
>
> 6872735: Further update build readme for new platforms
> 6641691: Bring build readme's up-to-date
>
> with one potential commit:
>
> http://cr.openjdk.java.net/~robilad/6872735.7/webrev.00/
>
> cheers,
> dalibor topic
> --
> *******************************************************************
> Dalibor Topic                   Tel: (+49 40) 23 646 738
> Java F/OSS Ambassador           AIM: robiladonaim
> Sun Microsystems GmbH           Mobile: (+49 177) 2664 192
> Nagelsweg 55                    http://openjdk.java.net
> D-20097 Hamburg                 mailto:Dalibor.Topic at sun.com
> Sitz der Gesellschaft: Sonnenallee 1, D-85551 Kirchheim-Heimstetten
> Amtsgericht München: HRB 161028
> Geschäftsführer: Thomas Schröder, Wolfgang Engels, Wolf Frenkel
> Vorsitzender des Aufsichtsrates: Martin Häring
>
>
>

The Fedora stuff looks a bit odd.  For 9, you have:

+	      <code>yum-builddep java-openjdk</code>
+	      <p/>
+	      <code>yum install gcc gcc-c++</code>
+	      <p/>
+	      In addition, it's necessary to set a few environment variables
for the build:
+
+	      <p/>
+	      <code>export LANG=C ALT_BOOTDIR=/usr/lib/jvm/java-1.6.0-openjdk</code>

but then for 10 and 11:

+	      <code>yum-builddep java-1.6.0-openjdk</code>
+	      <p/>
+	      <code>yum install gcc gcc-c++</code>
+	      <p/>
+	      In addition, it's necessary to set a few environment variables
for the build:
+
+	      <p/>
+	      <code>export LANG=C ALT_BOOTDIR=/usr/lib/jvm/java-openjdk</code>
+            </blockquote>

I think either java-openjdk or java-1.6.0-openjdk should be used
consistently throughout.  The former is probably most future proof, as
it should still work when OpenJDK7 is released around March.

Otherwise, looks good.  Thanks for the update,
-- 
Andrew :-)

Free Java Software Engineer
Red Hat, Inc. (http://www.redhat.com)

Support Free Java!
Contribute to GNU Classpath and the OpenJDK
http://www.gnu.org/software/classpath
http://openjdk.java.net

PGP Key: 94EFD9D8 (http://subkeys.pgp.net)
Fingerprint: F8EF F1EA 401E 2E60 15FA  7927 142C 2591 94EF D9D8



More information about the build-dev mailing list