blob: b0d033a7a52c6979328dbfdf6728426e14a42edd [file] [log] [blame]
J. Duke686d76f2007-12-01 00:00:00 +00001<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
J. Duke686d76f2007-12-01 00:00:00 +00002<html>
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -07003 <head>
4 <title>OpenJDK Build README</title>
5 </head>
6 <body style="background-color:lightcyan">
7 <!-- ====================================================== -->
Kelly O'Hair2928b812008-09-17 13:30:32 -07008 <table width="100%">
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -07009 <tr>
10 <td align="center">
Kelly O'Hair634c79b2008-07-09 15:42:00 -070011 <img alt="OpenJDK"
12 src="http://openjdk.java.net/images/openjdk.png"
13 width=256 />
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -070014 </td>
15 </tr>
16 <tr>
17 <td align=center>
18 <h1>OpenJDK Build README</h1>
19 </td>
20 </tr>
J. Duke686d76f2007-12-01 00:00:00 +000021 </table>
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -070022 <!-- ------------------------------------------------------ -->
23 <hr>
24 <h2><a name="introduction">Introduction</a></h2>
25 <blockquote>
26 <p>
Kelly O'Hair213481a2010-12-22 12:25:52 -080027 This README file contains build instructions for the
28 <a href="http://openjdk.java.net" target="_blank">OpenJDK</a>.
29 Building the source code for the
30 OpenJDK
31 requires
32 a certain degree of technical expertise.
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -070033 </blockquote>
34 <!-- ------------------------------------------------------ -->
35 <hr>
36 <h2><a name="contents">Contents</a></h2>
37 <blockquote>
J. Duke686d76f2007-12-01 00:00:00 +000038 <ul>
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -070039 <li><a href="#introduction">Introduction</a></li>
Kelly O'Hair213481a2010-12-22 12:25:52 -080040 <li><a href="#hg">Use of Mercurial</a>
41 <ul>
42 <li><a href="#get_source">Getting the Source</a></li>
43 </ul>
44 </li>
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -070045 <li><a href="#MBE">Minimum Build Environments</a></li>
Dalibor Topic73e9e342009-09-23 20:06:01 +020046 <li><a href="#SDBE">Specific Developer Build Environments</a>
Kelly O'Hair2928b812008-09-17 13:30:32 -070047 <ul>
48 <li><a href="#fedora">Fedora Linux</a> </li>
49 <li><a href="#centos">CentOS Linux</a> </li>
Kelly O'Hair213481a2010-12-22 12:25:52 -080050 <li><a href="#debian">Debian GNU/Linux</a></li>
51 <li><a href="#ubuntu">Ubuntu Linux</a> </li>
52 <li><a href="#opensuse">OpenSUSE</a></li>
53 <li><a href="#mandriva">Mandriva</a></li>
54 <li><a href="#opensolaris">OpenSolaris</a></li>
Kelly O'Hair2928b812008-09-17 13:30:32 -070055 </ul>
Kelly O'Hair213481a2010-12-22 12:25:52 -080056 </li>
Kelly O'Hairf240c002011-03-22 08:15:39 -070057 <li><a href="#directories">Source Directory Structure</a>
58 <ul>
59 <li><a href="#drops">Managing the Source Drops</a></li>
60 </ul>
61 </li>
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -070062 <li><a href="#building">Build Information</a>
63 <ul>
64 <li><a href="#gmake">GNU Make (<tt><i>gmake</i></tt>)</a> </li>
65 <li><a href="#linux">Basic Linux System Setup</a> </li>
66 <li><a href="#solaris">Basic Solaris System Setup</a> </li>
67 <li><a href="#windows">Basic Windows System Setup</a> </li>
Kelly O'Hair213481a2010-12-22 12:25:52 -080068 <li><a href="#dependencies">Build Dependencies</a>
69 <ul>
70 <li><a href="#bootjdk">Bootstrap JDK</a> </li>
Kelly O'Hair213481a2010-12-22 12:25:52 -080071 <li><a href="#importjdk">Optional Import JDK</a> </li>
Kelly O'Hairf240c002011-03-22 08:15:39 -070072 <li><a href="#ant">Ant 1.7.1</a> </li>
Kelly O'Hair213481a2010-12-22 12:25:52 -080073 <li><a href="#cacerts">Certificate Authority File (cacert)</a> </li>
74 <li><a href="#compilers">Compilers</a>
75 <ul>
76 <li><a href="#msvc32">Microsoft Visual Studio Professional/Express for 32 bit</a> </li>
77 <li><a href="#msvc64">Microsoft Visual Studio Professional for 64 bit</a> </li>
78 <li><a href="#mssdk64">Microsoft Windows SDK for 64 bit</a> </li>
79 <li><a href="#gcc">Linux gcc/binutils</a> </li>
80 <li><a href="#studio">Sun Studio</a> </li>
81 </ul>
82 </li>
83 <li><a href="#zip">Zip and Unzip</a> </li>
84 <li><a href="#freetype">FreeType2 Fonts</a> </li>
85 <li>Linux and Solaris:
86 <ul>
87 <li><a href="#cups">CUPS Include files</a> </li>
88 <li><a href="#xrender">XRender Include files</a></li>
89 </ul>
90 </li>
91 <li>Linux only:
92 <ul>
93 <li><a href="#alsa">ALSA files</a> </li>
94 </ul>
95 </li>
96 <li>Windows only:
97 <ul>
98 <li>Unix Command Tools (<a href="#cygwin">CYGWIN</a>)</li>
99 <li><a href="#dxsdk">DirectX 9.0 SDK</a> </li>
100 </ul>
101 </li>
102 </ul>
103 </li>
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -0700104 </ul>
105 </li>
106 <li><a href="#creating">Creating the Build</a> </li>
107 <li><a href="#testing">Testing the Build</a> </li>
108 <li><a href="#variables">Environment/Make Variables</a></li>
109 <li><a href="#troubleshooting">Troubleshooting</a></li>
J. Duke686d76f2007-12-01 00:00:00 +0000110 </ul>
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -0700111 </blockquote>
Kelly O'Hair213481a2010-12-22 12:25:52 -0800112
113 <!-- ------------------------------------------------------ -->
114 <hr>
115 <h2><a name="hg">Use of Mercurial</a></h2>
116 <blockquote>
117 The OpenJDK sources are maintained with the revision control system
118 <a href="http://mercurial.selenic.com/wiki/Mercurial">Mercurial</a>.
119 If you are new to Mercurial, please see the
120 <a href="http://mercurial.selenic.com/wiki/BeginnersGuides">Beginner Guides</a>
Kelly O'Hairf240c002011-03-22 08:15:39 -0700121 or refer to the <a href="http://hgbook.red-bean.com/">Mercurial Book</a>.
Kelly O'Hair213481a2010-12-22 12:25:52 -0800122 The first few chapters of the book provide an excellent overview of
123 Mercurial, what it is and how it works.
124 <br>
125 For using Mercurial with the OpenJDK refer to the
Kelly O'Hairf240c002011-03-22 08:15:39 -0700126 <a href="http://openjdk.java.net/guide/repositories.html#installConfig">
127 Developer Guide: Installing and Configuring Mercurial</a>
Kelly O'Hair213481a2010-12-22 12:25:52 -0800128 section for more information.
129 The Forest Extension is not part of the Mercurial install,
130 and is optional,
131 but can be obtained with the following commands:
132 <blockquote>
133 <tt>
134 hg clone https://bitbucket.org/pmezard/hgforest-crew/overview/ <i>YourHgForest</i>
135 </tt>
136 </blockquote>
137 Once you have the file <tt>forest.py</tt>, you need to add these
138 lines to your <tt>${HOME}/.hgrc</tt> file:
139 <blockquote>
140 <tt>
141 [extensions]
142 <br>forest = <i>YourHgForest</i>/forest.py
143 </tt>
144 </blockquote>
145
146 <!-- ------------------------------------------------------ -->
147 <h3><a name="get_source">Getting the Source</a></h3>
148 <blockquote>
149 To get the entire set of OpenJDK Mercurial repositories
150 using the Forest Extension:
151 <blockquote>
152 <tt>
Kelly O'Hairf240c002011-03-22 08:15:39 -0700153 hg fclone http://hg.openjdk.java.net/jdk7/jdk7 <i>YourOpenJDK</i>
Kelly O'Hair213481a2010-12-22 12:25:52 -0800154 </tt>
155 </blockquote>
156 To get the entire set of OpenJDK Mercurial repositories
157 without using the Forest Extension:
158 <blockquote>
159 <tt>
Kelly O'Hairf240c002011-03-22 08:15:39 -0700160 hg clone http://hg.openjdk.java.net/jdk7/jdk7 <i>YourOpenJDK</i>
Kelly O'Hair213481a2010-12-22 12:25:52 -0800161 <br>cd <i>YourOpenJDK</i>
162 <br>sh ./get_source.sh
163 </tt>
164 </blockquote>
165 Once you have all the repositories, the
166 script <tt>make/scripts/hgforest.sh</tt>
167 can be used to repeat the same <tt>hg</tt>
168 command on every repository in the forest, e.g.
169 <blockquote>
170 <tt>
171 cd <i>YourOpenJDK</i>
172 <br>sh ./make/scripts/hgforest.sh pull -u
173 </tt>
174 </blockquote>
175 You may find this script <tt>make/scripts/hgforest.sh</tt> faster
176 than the <tt>hg</tt> forest commands provided by the
177 Forest Extension.
178 </blockquote>
179
180 </blockquote>
181
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -0700182 <!-- ------------------------------------------------------ -->
183 <hr>
184 <h2><a name="MBE">Minimum Build Environments</a></h2>
185 <blockquote>
186 This file often describes specific requirements for what we call the
Kelly O'Haird03960122008-12-01 15:28:36 -0800187 "minimum build environments" (MBE) for this
188 specific release of the JDK,
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -0700189 Building with the MBE will generate the most compatible
190 bits that install on, and run correctly on, the most variations
191 of the same base OS and hardware architecture.
192 These usually represent what is often called the
193 least common denominator platforms.
194 It is understood that most developers will NOT be using these
195 specific platforms, and in fact creating these specific platforms
196 may be difficult due to the age of some of this software.
197 <p>
Kelly O'Hair213481a2010-12-22 12:25:52 -0800198 The minimum OS and C/C++ compiler versions needed for building the
199 OpenJDK:
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -0700200 <p>
201 <table border="1">
202 <thead>
203 <tr>
204 <th>Base OS and Architecture</th>
205 <th>OS</th>
Kelly O'Haird03960122008-12-01 15:28:36 -0800206 <th>C/C++ Compiler</th>
Xiomara Jayasenababd1162009-06-22 10:13:20 -0700207 <th>BOOT JDK</th>
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -0700208 </tr>
209 </thead>
210 <tbody>
211 <tr>
Kelly O'Haird03960122008-12-01 15:28:36 -0800212 <td>Linux X86 (32-bit)</td>
213 <td>Fedora 9</td>
Kelly O'Hairf240c002011-03-22 08:15:39 -0700214 <td>gcc 4.3 </td>
215 <td>JDK 6u18</td>
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -0700216 </tr>
217 <tr>
Kelly O'Haird03960122008-12-01 15:28:36 -0800218 <td>Linux X64 (64-bit)</td>
219 <td>Fedora 9</td>
Kelly O'Hairf240c002011-03-22 08:15:39 -0700220 <td>gcc 4.3 </td>
221 <td>JDK 6u18</td>
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -0700222 </tr>
223 <tr>
Kelly O'Haird03960122008-12-01 15:28:36 -0800224 <td>Solaris SPARC (32-bit)</td>
Kelly O'Hairf240c002011-03-22 08:15:39 -0700225 <td>Solaris 10 Update 6</td>
Kelly O'Hair9ed55ab2010-09-08 15:13:31 -0700226 <td>Sun Studio 12 Update 1 + patches</td>
Kelly O'Hairf240c002011-03-22 08:15:39 -0700227 <td>JDK 6u18</td>
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -0700228 </tr>
229 <tr>
Kelly O'Haird03960122008-12-01 15:28:36 -0800230 <td>Solaris SPARCV9 (64-bit)</td>
Kelly O'Hairf240c002011-03-22 08:15:39 -0700231 <td>Solaris 10 Update 6</td>
Kelly O'Hair9ed55ab2010-09-08 15:13:31 -0700232 <td>Sun Studio 12 Update 1 + patches</td>
Kelly O'Hairf240c002011-03-22 08:15:39 -0700233 <td>JDK 6u18</td>
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -0700234 </tr>
235 <tr>
Kelly O'Haird03960122008-12-01 15:28:36 -0800236 <td>Solaris X86 (32-bit)</td>
Kelly O'Hairf240c002011-03-22 08:15:39 -0700237 <td>Solaris 10 Update 6</td>
Kelly O'Hair9ed55ab2010-09-08 15:13:31 -0700238 <td>Sun Studio 12 Update 1 + patches</td>
Kelly O'Hairf240c002011-03-22 08:15:39 -0700239 <td>JDK 6u18</td>
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -0700240 </tr>
241 <tr>
Kelly O'Haird03960122008-12-01 15:28:36 -0800242 <td>Solaris X64 (64-bit)</td>
Kelly O'Hairf240c002011-03-22 08:15:39 -0700243 <td>Solaris 10 Update 6</td>
Kelly O'Hair9ed55ab2010-09-08 15:13:31 -0700244 <td>Sun Studio 12 Update 1 + patches</td>
Kelly O'Hairf240c002011-03-22 08:15:39 -0700245 <td>JDK 6u18</td>
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -0700246 </tr>
247 <tr>
Kelly O'Haird03960122008-12-01 15:28:36 -0800248 <td>Windows X86 (32-bit)</td>
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -0700249 <td>Windows XP</td>
Phil Racecd28ed52010-05-11 14:31:42 -0700250 <td>Microsoft Visual Studio C++ 2010 Professional Edition</td>
Kelly O'Hairf240c002011-03-22 08:15:39 -0700251 <td>JDK 6u18</td>
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -0700252 </tr>
253 <tr>
Kelly O'Haird03960122008-12-01 15:28:36 -0800254 <td>Windows X64 (64-bit)</td>
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -0700255 <td>Windows Server 2003 - Enterprise x64 Edition</td>
Phil Racecd28ed52010-05-11 14:31:42 -0700256 <td>Microsoft Visual Studio C++ 2010 Professional Edition</td>
Kelly O'Hairf240c002011-03-22 08:15:39 -0700257 <td>JDK 6u18</td>
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -0700258 </tr>
259 </tbody>
260 </table>
Kelly O'Hair213481a2010-12-22 12:25:52 -0800261 <p>
Kelly O'Haird03960122008-12-01 15:28:36 -0800262 These same sources do indeed build on many more systems than the
263 above older generation systems, again the above is just a minimum.
Kelly O'Hair213481a2010-12-22 12:25:52 -0800264 <p>
Kelly O'Haird03960122008-12-01 15:28:36 -0800265 Compilation problems with newer or different C/C++ compilers is a
266 common problem.
267 Similarly, compilation problems related to changes to the
Kelly O'Hair213481a2010-12-22 12:25:52 -0800268 <tt>/usr/include</tt> or system header files is also a
Kelly O'Haird03960122008-12-01 15:28:36 -0800269 common problem with newer or unreleased OS versions.
270 Please report these types of problems as bugs so that they
271 can be dealt with accordingly.
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -0700272 </blockquote>
273 <!-- ------------------------------------------------------ -->
274 <hr>
275 <h2><a name="SDBE">Specific Developer Build Environments</a></h2>
276 <blockquote>
277 We won't be listing all the possible environments, but
278 we will try to provide what information we have available to us.
279 </blockquote>
280 <!-- ------------------------------------------------------ -->
Dalibor Topic73e9e342009-09-23 20:06:01 +0200281 <h3><a name="fedora">Fedora</a></h3>
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -0700282 <blockquote>
Kelly O'Hair213481a2010-12-22 12:25:52 -0800283 <h4>Fedora 9</h4>
284 <p>
285 <blockquote>
286 After installing <a href="http://fedoraproject.org">Fedora</a> 9
Dalibor Topic73e9e342009-09-23 20:06:01 +0200287 you need to install several build dependencies. The simplest
288 way to do it is to execute the following commands as user
Kelly O'Hair213481a2010-12-22 12:25:52 -0800289 <tt>root</tt>:
290 <p/>
Kelly O'Hairf240c002011-03-22 08:15:39 -0700291 <code>yum-builddep java-1.6.0-openjdk</code>
Kelly O'Hair213481a2010-12-22 12:25:52 -0800292 <p/>
293 <code>yum install gcc gcc-c++</code>
294 <p/>
Dalibor Topic73e9e342009-09-23 20:06:01 +0200295 In addition, it's necessary to set a few environment variables for the build:
296
Kelly O'Hair213481a2010-12-22 12:25:52 -0800297 <p/>
298 <code>export LANG=C ALT_BOOTDIR=/usr/lib/jvm/java-openjdk</code>
Kelly O'Hair2928b812008-09-17 13:30:32 -0700299 </blockquote>
Kelly O'Hair213481a2010-12-22 12:25:52 -0800300 <h4>Fedora 10</h4>
301 <p>
302 <blockquote>
303 After installing <a href="http://fedoraproject.org">Fedora</a> 10
Dalibor Topic73e9e342009-09-23 20:06:01 +0200304 you need to install several build dependencies. The simplest
305 way to do it is to execute the following commands as user
Kelly O'Hair213481a2010-12-22 12:25:52 -0800306 <tt>root</tt>:
307 <p/>
308 <code>yum-builddep java-1.6.0-openjdk</code>
309 <p/>
310 <code>yum install gcc gcc-c++</code>
311 <p/>
Dalibor Topic73e9e342009-09-23 20:06:01 +0200312 In addition, it's necessary to set a few environment variables for the build:
313
Kelly O'Hair213481a2010-12-22 12:25:52 -0800314 <p/>
315 <code>export LANG=C ALT_BOOTDIR=/usr/lib/jvm/java-openjdk</code>
Dalibor Topic73e9e342009-09-23 20:06:01 +0200316 </blockquote>
Kelly O'Hair213481a2010-12-22 12:25:52 -0800317 <h4>Fedora 11</h4>
318 <p>
319 <blockquote>
320 After installing <a href="http://fedoraproject.org">Fedora</a> 11
Dalibor Topic73e9e342009-09-23 20:06:01 +0200321 you need to install several build dependencies. The simplest
322 way to do it is to execute the following commands as user
Kelly O'Hair213481a2010-12-22 12:25:52 -0800323 <tt>root</tt>:
324 <p/>
325 <code>yum-builddep java-1.6.0-openjdk</code>
326 <p/>
327 <code>yum install gcc gcc-c++</code>
328 <p/>
Dalibor Topic73e9e342009-09-23 20:06:01 +0200329 In addition, it's necessary to set a few environment variables for the build:
330
Kelly O'Hair213481a2010-12-22 12:25:52 -0800331 <p/>
332 <code>export LANG=C ALT_BOOTDIR=/usr/lib/jvm/java-openjdk</code>
333 </blockquote>
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -0700334 </blockquote>
335 <!-- ------------------------------------------------------ -->
Kelly O'Hairf240c002011-03-22 08:15:39 -0700336 <h3><a name="centos">CentOS 5.5</a></h3>
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -0700337 <blockquote>
Kelly O'Hair2928b812008-09-17 13:30:32 -0700338 After installing
Kelly O'Hairf240c002011-03-22 08:15:39 -0700339 <a href="http://www.centos.org/">CentOS 5.5</a>
Kelly O'Hair2928b812008-09-17 13:30:32 -0700340 you need to make sure you have
341 the following Development bundles installed:
342 <blockquote>
343 <ul>
344 <li>Development Libraries</li>
345 <li>Development Tools</li>
346 <li>Java Development</li>
Kelly O'Hairf240c002011-03-22 08:15:39 -0700347 <li>X Software Development (Including XFree86-devel)</li>
Kelly O'Hair2928b812008-09-17 13:30:32 -0700348 </ul>
349 </blockquote>
350 <p>
Kelly O'Hair213481a2010-12-22 12:25:52 -0800351 Plus the following packages:
Kelly O'Hair2928b812008-09-17 13:30:32 -0700352 <blockquote>
353 <ul>
354 <li>cups devel: Cups Development Package</li>
355 <li>alsa devel: Alsa Development Package</li>
356 <li>ant: Ant Package</li>
357 <li>Xi devel: libXi.so Development Package</li>
358 </ul>
359 </blockquote>
360 <p>
Kelly O'Hair213481a2010-12-22 12:25:52 -0800361 The freetype 2.3 packages don't seem to be available,
362 but the freetype 2.3 sources can be downloaded, built,
363 and installed easily enough from
364 <a href="http://downloads.sourceforge.net/freetype">
365 the freetype site</a>.
366 Build and install with something like:
Kelly O'Hair2928b812008-09-17 13:30:32 -0700367 <blockquote>
368 <tt>./configure && make && sudo -u root make install</tt>
369 </blockquote>
370 <p>
Kelly O'Hair213481a2010-12-22 12:25:52 -0800371 Mercurial packages could not be found easily, but a Google
372 search should find ones, and they usually include Python if
373 it's needed.
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -0700374 </blockquote>
375 <!-- ------------------------------------------------------ -->
Dalibor Topic73e9e342009-09-23 20:06:01 +0200376 <h3><a name="debian">Debian</a></h3>
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -0700377 <blockquote>
Dalibor Topic73e9e342009-09-23 20:06:01 +0200378 <h4>Debian 5.0 (Lenny)</h4>
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -0700379 <p>
Kelly O'Hair213481a2010-12-22 12:25:52 -0800380 <blockquote>
Dalibor Topic73e9e342009-09-23 20:06:01 +0200381 After installing <a href="http://debian.org">Debian</a> 5
382 you need to install several build dependencies.
383 The simplest way to install the build dependencies is to
384 execute the following commands as user <tt>root</tt>:
Kelly O'Hair213481a2010-12-22 12:25:52 -0800385 <p/>
386 <code>aptitude build-dep openjdk-6</code>
387 <p/>
388 <code>aptitude install openjdk-6-jdk libmotif-dev</code>
389 <p/>
Dalibor Topic73e9e342009-09-23 20:06:01 +0200390 In addition, it's necessary to set a few environment variables for the build:
Kelly O'Hair213481a2010-12-22 12:25:52 -0800391 <p/>
392 <code>export LANG=C ALT_BOOTDIR=/usr/lib/jvm/java-6-openjdk</code>
393 </blockquote>
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -0700394 </blockquote>
Dalibor Topic73e9e342009-09-23 20:06:01 +0200395 <!-- ====================================================== -->
Kelly O'Hair213481a2010-12-22 12:25:52 -0800396 <h3><a name="ubuntu">Ubuntu</a></h3>
Dalibor Topic73e9e342009-09-23 20:06:01 +0200397 <blockquote>
398 <h4>Ubuntu 8.04</h4>
399 <p>
Kelly O'Hair213481a2010-12-22 12:25:52 -0800400 <blockquote>
Dalibor Topic73e9e342009-09-23 20:06:01 +0200401 After installing <a href="http://ubuntu.org">Ubuntu</a> 8.04
402 you need to install several build dependencies.
Kelly O'Hair213481a2010-12-22 12:25:52 -0800403 <p/>
Dalibor Topic73e9e342009-09-23 20:06:01 +0200404 First, you need to enable the universe repository in the
405 Software Sources application and reload the repository
406 information. The Software Sources application is available
407 under the System/Administration menu.
Kelly O'Hair213481a2010-12-22 12:25:52 -0800408 <p/>
Dalibor Topic73e9e342009-09-23 20:06:01 +0200409 The simplest way to install the build dependencies is to
410 execute the following commands:
Kelly O'Hair213481a2010-12-22 12:25:52 -0800411 <p/>
412 <code>sudo aptitude build-dep openjdk-6</code>
413 <p/>
414 <code>sudo aptitude install openjdk-6-jdk</code>
415 <p/>
Dalibor Topic73e9e342009-09-23 20:06:01 +0200416 In addition, it's necessary to set a few environment variables for the build:
Kelly O'Hair213481a2010-12-22 12:25:52 -0800417 <p/>
418 <code>export LANG=C ALT_BOOTDIR=/usr/lib/jvm/java-6-openjdk</code>
419 </blockquote>
420 <h4>Ubuntu 8.10</h4>
Dalibor Topic73e9e342009-09-23 20:06:01 +0200421 <p>
Kelly O'Hair213481a2010-12-22 12:25:52 -0800422 <blockquote>
Dalibor Topic73e9e342009-09-23 20:06:01 +0200423 After installing <a href="http://ubuntu.org">Ubuntu</a> 8.10
424 you need to install several build dependencies. The simplest
425 way to do it is to execute the following commands:
Kelly O'Hair213481a2010-12-22 12:25:52 -0800426 <p/>
427 <code>sudo aptitude build-dep openjdk-6</code>
428 <p/>
429 <code>sudo aptitude install openjdk-6-jdk</code>
430 <p/>
Dalibor Topic73e9e342009-09-23 20:06:01 +0200431 In addition, it's necessary to set a few environment variables for the build:
Kelly O'Hair213481a2010-12-22 12:25:52 -0800432 <p/>
433 <code>export LANG=C ALT_BOOTDIR=/usr/lib/jvm/java-6-openjdk</code>
434 </blockquote>
435 <h4>Ubuntu 9.04</h4>
Dalibor Topic73e9e342009-09-23 20:06:01 +0200436 <p>
Kelly O'Hair213481a2010-12-22 12:25:52 -0800437 <blockquote>
Dalibor Topic73e9e342009-09-23 20:06:01 +0200438 After installing <a href="http://ubuntu.org">Ubuntu</a> 9.04
439 you need to install several build dependencies. The simplest
440 way to do it is to execute the following commands:
Kelly O'Hair213481a2010-12-22 12:25:52 -0800441 <p/>
442 <code>sudo aptitude build-dep openjdk-6</code>
443 <p/>
444 <code>sudo aptitude install openjdk-6-jdk</code>
445 <p/>
Dalibor Topic73e9e342009-09-23 20:06:01 +0200446 In addition, it's necessary to set a few environment variables for the build:
Kelly O'Hair213481a2010-12-22 12:25:52 -0800447 <p/>
448 <code>export LANG=C ALT_BOOTDIR=/usr/lib/jvm/java-6-openjdk</code>
449 </blockquote>
Dalibor Topic73e9e342009-09-23 20:06:01 +0200450 </blockquote>
451 <!-- ====================================================== -->
452 <h3><a name="opensuse">OpenSUSE</a></h3>
453 <blockquote>
454 <h4>OpenSUSE 11.1</h4>
455 <p>
Kelly O'Hair213481a2010-12-22 12:25:52 -0800456 <blockquote>
Dalibor Topic73e9e342009-09-23 20:06:01 +0200457 After installing <a href="http://opensuse.org">OpenSUSE</a> 11.1
458 you need to install several build dependencies.
459 The simplest way to install the build dependencies is to
460 execute the following commands:
Kelly O'Hair213481a2010-12-22 12:25:52 -0800461 <p/>
462 <code>sudo zypper source-install -d java-1_6_0-openjdk</code>
463 <p/>
464 <code>sudo zypper install make</code>
465 <p/>
Dalibor Topic73e9e342009-09-23 20:06:01 +0200466 In addition, it is necessary to set a few environment variables for the build:
Kelly O'Hair213481a2010-12-22 12:25:52 -0800467 <p/>
468 <code>export LANG=C ALT_BOOTDIR=/usr/lib/jvm/java-1.6.0-openjdk</code>
469 <p/>
Dalibor Topic73e9e342009-09-23 20:06:01 +0200470 Finally, you need to unset the <code>JAVA_HOME</code> environment variable:
Kelly O'Hair213481a2010-12-22 12:25:52 -0800471 <p/>
472 <code>export -n JAVA_HOME</code>
473 </blockquote>
474 </blockquote>
Dalibor Topic73e9e342009-09-23 20:06:01 +0200475 <!-- ====================================================== -->
476 <h3><a name="mandriva">Mandriva</a></h3>
477 <blockquote>
478 <h4>Mandriva Linux One 2009 Spring</h4>
479 <p>
Kelly O'Hair213481a2010-12-22 12:25:52 -0800480 <blockquote>
Dalibor Topic73e9e342009-09-23 20:06:01 +0200481 After installing <a href="http://mandriva.org">Mandriva</a> Linux One 2009 Spring
482 you need to install several build dependencies.
483 The simplest way to install the build dependencies is to
484 execute the following commands as user <tt>root</tt>:
Kelly O'Hair213481a2010-12-22 12:25:52 -0800485 <p/>
486 <code>urpmi java-1.6.0-openjdk-devel ant make gcc gcc-c++ freetype-devel zip unzip libcups2-devel libxrender1-devel libalsa2-devel libstc++-static-devel libxtst6-devel libxi-devel</code>
Dalibor Topic73e9e342009-09-23 20:06:01 +0200487 <p/>
488 In addition, it is necessary to set a few environment variables for the build:
Kelly O'Hair213481a2010-12-22 12:25:52 -0800489 <p/>
490 <code>export LANG=C ALT_BOOTDIR=/usr/lib/jvm/java-1.6.0-openjdk</code>
491 </blockquote>
Dalibor Topic73e9e342009-09-23 20:06:01 +0200492 </blockquote>
493 <!-- ====================================================== -->
494 <h3><a name="opensolaris">OpenSolaris</a></h3>
495 <blockquote>
496 <h4>OpenSolaris 2009.06</h4>
497 <p>
Kelly O'Hair213481a2010-12-22 12:25:52 -0800498 <blockquote>
Dalibor Topic73e9e342009-09-23 20:06:01 +0200499 After installing <a href="http://opensolaris.org">OpenSolaris</a> 2009.06
500 you need to install several build dependencies.
501 The simplest way to install the build dependencies is to
502 execute the following commands:
Kelly O'Hair213481a2010-12-22 12:25:52 -0800503 <p/>
504 <code>pfexec pkg install SUNWgmake SUNWj6dev SUNWant sunstudioexpress SUNWcups SUNWzip SUNWunzip SUNWxwhl SUNWxorg-headers SUNWaudh SUNWfreetype2</code>
Dalibor Topic73e9e342009-09-23 20:06:01 +0200505 <p/>
506 In addition, it is necessary to set a few environment variables for the build:
Kelly O'Hair213481a2010-12-22 12:25:52 -0800507 <p/>
508 <code>export LANG=C ALT_COMPILER_PATH=/opt/SunStudioExpress/bin/ ALT_CUPS_HEADERS_PATH=/usr/include/</code>
509 <p/>
Dalibor Topic73e9e342009-09-23 20:06:01 +0200510 Finally, you need to make sure that the build process can find the Sun Studio compilers:
Kelly O'Hair213481a2010-12-22 12:25:52 -0800511 <p/>
512 <code>export PATH=$PATH:/opt/SunStudioExpress/bin/</code>
513 </blockquote>
Dalibor Topic73e9e342009-09-23 20:06:01 +0200514 </blockquote>
515 <!-- ------------------------------------------------------ -->
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -0700516 <hr>
517 <h2><a name="directories">Source Directory Structure</a></h2>
518 <blockquote>
519 <p>
Kelly O'Hair213481a2010-12-22 12:25:52 -0800520 The source code for the OpenJDK is delivered in a set of
521 directories:
522 <tt>hotspot</tt>,
523 <tt>langtools</tt>,
524 <tt>corba</tt>,
525 <tt>jaxws</tt>,
526 <tt>jaxp</tt>,
527 and
528 <tt>jdk</tt>.
529 The <tt>hotspot</tt> directory contains the source code and make
530 files for building the OpenJDK Hotspot Virtual Machine.
531 The <tt>langtools</tt> directory contains the source code and make
532 files for building the OpenJDK javac and language tools.
533 The <tt>corba</tt> directory contains the source code and make
534 files for building the OpenJDK Corba files.
535 The <tt>jaxws</tt> directory contains the source code and make
536 files for building the OpenJDK JAXWS files.
537 The <tt>jaxp</tt> directory contains the source code and make
538 files for building the OpenJDK JAXP files.
539 The <tt>jdk</tt> directory contains the source code and make files for
540 building the OpenJDK runtime libraries and misc files.
541 The top level <tt>Makefile</tt>
542 is used to build the entire OpenJDK.
Kelly O'Hairf240c002011-03-22 08:15:39 -0700543
544 <h3><a name="drops">Managing the Source Drops</a></h3>
545 <blockquote>
546 <p>
547 The repositories <tt>jaxp</tt> and <tt>jaxws</tt> actually
548 do not contain the sources for JAXP or JAX-WS.
549 These products have their own open source procedures at their
550 <a href="http://jaxp.java.net/">JAXP</a> and
551 <a href="http://jax-ws.java.net/">JAX-WS</a> home pages.
552 The OpenJDK project does need access to these sources to build
553 a complete JDK image because JAXP and JAX-WS are part of the JDK.
554 The current process for delivery of the JAXP and JAX-WS sources
555 involves so called "source drop bundles" downloaded from a public
556 website.
557 There are many reasons for this current mechanism, and it is
558 understood that this is not ideal for the open source community.
559 It is possible this process could change in the future.
560 <br>
561 <b>NOTE:</b> The <a href="http://download.java.net/openjdk/jdk7/">
562 Complete OpenJDK Source Bundles</a> <u>will</u> contain the JAXP and
563 JAX-WS sources.
564 </p>
565
566 <h4><a name="dropcreation">Creation of New Source Drop Bundles</a></h4>
567 <blockquote>
568 <ol>
569 <li>
570 The JAXP or JAX-WS team prepares a new zip bundle,
571 places a copy in a public download area on java.net,
572 sends us a link and a list of CRs (Change Request Numbers).
573 The older download bundles should not be deleted.
574 It is the responsibility of the JAXP and JAX-WS team to
575 place the proper GPL legal notices on the sources
576 and do any filtering or java re-packaging for the
577 OpenJDK instances of these classes.
578 </li>
579 <li>
580 The OpenJDK team copies this new bundle into shared
581 area (e.g. <tt>/java/devtools/share/jdk7-drops</tt>).
582 Older bundles are never deleted so we retain the history.
583 </li>
584 <li>
585 The OpenJDK team edits the ant property file
586 <tt>jaxp/jaxp.properties</tt> or
587 <tt>jaxws/jaxws.properties</tt> to update the
588 base URL, the zip bundle name, and the MD5 checksum
589 of the zip bundle
590 (on Solaris: <tt>sum -c md5 <i>bundlename</i></tt>)
591 </li>
592 <li>
593 OpenJDK team reviews and commits those changes with the
594 given CRs.
595 </li>
596 </ol>
597 </blockquote>
598
599 <h4><a name="dropusage">Using Source Drop Bundles</a></h4>
600 <blockquote>
601 <p>
602 The ant scripts that build <tt>jaxp</tt> and <tt>jaxws</tt>
603 will attempt to locate these zip bundles from the directory
604 in the environment variable
605 <tt><a href="#ALT_DROPS_DIR">ALT_DROPS_DIR</a></tt>.
606 The checksums protect from getting the wrong, corrupted, or
607 improperly modified sources.
608 Once the sources are made available, the population will not
609 happen again unless a <tt>make clobber</tt> is requested
610 or the <tt>jaxp/drop/</tt> or <tt>jaxws/drop/</tt>
611 directory is explicitly deleted.
612 <br>
613 <b>NOTE:</b> The default Makefile and ant script behavior
614 is to NOT download these bundles from the public http site.
615 In general, doing downloads
616 during the build process is not advised, it creates too much
617 unpredictability in the build process.
618 However, you can use <tt>make ALLOW_DOWNLOADS=true</tt> to
619 tell the ant script that the download of the zip bundle is
620 acceptable.
621 </p>
622 <p>
623 The recommended procedure for keeping a cache of these
624 source bundles would be to download them once, place them
625 in a directory outside the repositories, and then set
626 <tt><a href="#ALT_DROPS_DIR">ALT_DROPS_DIR</a></tt> to refer
627 to that directory.
628 These drop bundles do change occasionally, so the newer
629 bundles may need to be added to this area from time to time.
630 </p>
631 </blockquote>
632 </blockquote>
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -0700633 </blockquote>
634 <!-- ------------------------------------------------------ -->
635 <hr>
636 <h2><a name="building">Build Information</a></h2>
637 <blockquote>
638 Building the OpenJDK
Kelly O'Hairf240c002011-03-22 08:15:39 -0700639 is done with a <a href="#gmake">GNU <tt>make</tt></a> command line
640 and various
641 environment or make variable settings that direct the makefile rules
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -0700642 to where various components have been installed.
643 Where possible the makefiles will attempt to located the various
644 components in the default locations or any component specific
645 variable settings.
646 When the normal defaults fail or components cannot be found,
647 the various
648 <tt>ALT_*</tt> variables (alternates)
649 can be used to help the makefiles locate components.
650 <p>
Kelly O'Hair213481a2010-12-22 12:25:52 -0800651 Refer to the bash/sh/ksh setup file
652 <tt>jdk/make/jdk_generic_profile.sh</tt>
653 if you need help in setting up your environment variables.
654 A build could be as simple as:
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -0700655 <blockquote>
656 <pre><tt>
J. Duke686d76f2007-12-01 00:00:00 +0000657 bash
658 . jdk/make/jdk_generic_profile.sh
Kelly O'Hairf240c002011-03-22 08:15:39 -0700659 <a href="#gmake"><tt>make</tt></a> sanity &amp;&amp; <a href="#gmake"><tt>make</tt></a>
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -0700660 </tt></pre>
J. Duke686d76f2007-12-01 00:00:00 +0000661 </blockquote>
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -0700662 <p>
Kelly O'Hair213481a2010-12-22 12:25:52 -0800663 Of course ksh or sh would work too.
664 But some customization will probably be necessary.
665 The <tt>sanity</tt> rule will make some basic checks on build
666 dependencies and generate appropriate warning messages
667 regarding missing, out of date, or newer than expected components
668 found on your system.
J. Duke686d76f2007-12-01 00:00:00 +0000669 </blockquote>
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -0700670 <!-- ------------------------------------------------------ -->
671 <hr>
672 <h3><a name="gmake">GNU make (<tt><i>gmake</i></tt>)</a></h3>
J. Duke686d76f2007-12-01 00:00:00 +0000673 <blockquote>
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -0700674 The Makefiles in the OpenJDK are only valid when used with the
675 GNU version of the utility command <tt>make</tt>
676 (<tt><i>gmake</i></tt>).
677 A few notes about using GNU make:
678 <ul>
679 <li>
Kelly O'Hairf240c002011-03-22 08:15:39 -0700680 You need GNU make version 3.81 or newer.
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -0700681 </li>
682 <li>
683 Place the location of the GNU make binary in the <tt>PATH</tt>.
684 </li>
685 <li>
686 <strong>Linux:</strong>
Kelly O'Hairf240c002011-03-22 08:15:39 -0700687 The <tt>/usr/bin/make</tt> should be 3.81 or newer
688 and should work fine for you.
689 If this version is not 3.81 or newer,
690 see the <a href="#buildgmake">"Building GNU make"</a> section.
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -0700691 </li>
692 <li>
693 <strong>Solaris:</strong>
694 Do NOT use <tt>/usr/bin/make</tt> on Solaris.
695 If your Solaris system has the software
696 from the Solaris Companion CD installed,
Kelly O'Hairf240c002011-03-22 08:15:39 -0700697 you should try and use <tt>gmake</tt>
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -0700698 which will be located in either the <tt>/opt/sfw/bin</tt> or
699 <tt>/usr/sfw/bin</tt> directory.
Kelly O'Hairf240c002011-03-22 08:15:39 -0700700 In more recent versions of Solaris GNU make might be found
701 at <tt>/usr/bin/gmake</tt>.<br>
702 <b>NOTE:</b> It is very likely that this <tt>gmake</tt>
703 could be 3.80, you need 3.81, in which case,
704 see the <a href="#buildgmake">"Building GNU make"</a> section.
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -0700705 </li>
706 <li>
707 <strong>Windows:</strong>
Kelly O'Hair4eb5fcb2009-10-28 13:44:30 -0700708 Make sure you start your build inside a bash/sh/ksh shell
709 and are using a <tt>make.exe</tt> utility built for that
710 environment (a cygwin <tt>make.exe</tt> is not the same
711 as a <tt>make.exe</tt> built for something like
712 <a href="http://www.mkssoftware.com/">MKS</a>).
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -0700713 <br>
Kelly O'Hairf240c002011-03-22 08:15:39 -0700714 <b>WARNING:</b> Watch out on some make 3.81 versions, it may
Kelly O'Hair634c79b2008-07-09 15:42:00 -0700715 not work due to a lack of support for MS-DOS drive letter paths
716 like <tt>C:/</tt> or <tt>C:\</tt>.
Kelly O'Hair634c79b2008-07-09 15:42:00 -0700717 <br>
Kelly O'Hairf240c002011-03-22 08:15:39 -0700718 You may be able to use the information at the
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -0700719 <a href="http://developer.mozilla.org/en/docs/Windows_build_prerequisites_using_cygwin#make" target="_blank">
Kelly O'Hair213481a2010-12-22 12:25:52 -0800720 mozilla developer center</a>
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -0700721 on this topic.
Kelly O'Hair634c79b2008-07-09 15:42:00 -0700722 <br>
723 It's hoped that when make 3.82 starts shipping in a future cygwin
724 release that this MS-DOS path issue will be fixed.
Kelly O'Hairf240c002011-03-22 08:15:39 -0700725 <br>
726 It may be possible to download the version at
Kelly O'Hair634c79b2008-07-09 15:42:00 -0700727 <a href="http://www.cmake.org/files/cygwin/make.exe">
Kelly O'Hairf240c002011-03-22 08:15:39 -0700728 www.cmake.org make.exe</a>.
729 <br>
730 It might be necessary for you to build your own GNU make 3.81,
731 see the <a href="#buildgmake">"Building GNU make"</a> section
732 in that case.
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -0700733 </li>
734 </ul>
J. Duke686d76f2007-12-01 00:00:00 +0000735 <p>
Kelly O'Hair213481a2010-12-22 12:25:52 -0800736 Information on GNU make, and access to ftp download sites, are
737 available on the
738 <a href="http://www.gnu.org/software/make/make.html" target="_blank">
739 GNU make web site
740 </a>.
741 The latest source to GNU make is available at
742 <a href="http://ftp.gnu.org/pub/gnu/make/" target="_blank">
743 ftp.gnu.org/pub/gnu/make/</a>.
Kelly O'Hairf240c002011-03-22 08:15:39 -0700744 </p>
745 <!-- ------------------------------------------------------ -->
746 <h4><a name="buildgmake">Building GNU make</a></h4>
747 <blockquote>
748 First step is to get the GNU make 3.81 source from
749 <a href="http://ftp.gnu.org/pub/gnu/make/" target="_blank">
750 ftp.gnu.org/pub/gnu/make/</a>.
751 Building is a little different depending on the OS and unix toolset
752 on Windows:
753 <ul>
754 <li>
755 <strong>Linux:</strong>
756 <tt>./configure && make</tt>
757 </li>
758 <li>
759 <strong>Solaris:</strong>
760 <tt>./configure && gmake CC=gcc</tt>
761 </li>
762 <li>
763 <strong>Windows for CYGWIN:</strong>
764 <tt>./configure && make</tt>
765 </li>
766 <li>
767 <strong>Windows for MKS: (CYGWIN is recommended)</strong>
768 <tt>./configure && make -f Makefile.win32</tt>
769 </li>
770 </ul>
771 </blockquote>
J. Duke686d76f2007-12-01 00:00:00 +0000772 </blockquote>
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -0700773 <!-- ------------------------------------------------------ -->
774 <hr>
775 <h3><a name="linux">Basic Linux System Setup</a></h3>
776 <blockquote>
J. Duke686d76f2007-12-01 00:00:00 +0000777 <strong>i586 only:</strong>
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -0700778 The minimum recommended hardware for building the Linux version
779 is a Pentium class processor or better, at least 256 MB of RAM, and
780 approximately 1.5 GB of free disk space.
J. Duke686d76f2007-12-01 00:00:00 +0000781 <p>
Kelly O'Hair213481a2010-12-22 12:25:52 -0800782 <strong>X64 only:</strong>
783 The minimum recommended hardware for building the Linux
784 version is an AMD Opteron class processor, at least 512 MB of RAM, and
785 approximately 4 GB of free disk space.
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -0700786 <p>
Kelly O'Hair213481a2010-12-22 12:25:52 -0800787 The build will use the tools contained in
788 <tt>/bin</tt> and
789 <tt>/usr/bin</tt>
790 of a standard installation of the Linux operating environment.
791 You should ensure that these directories are in your
792 <tt>PATH</tt>.
J. Duke686d76f2007-12-01 00:00:00 +0000793 <p>
Kelly O'Hair213481a2010-12-22 12:25:52 -0800794 Note that some Linux systems have a habit of pre-populating
795 your environment variables for you, for example <tt>JAVA_HOME</tt>
796 might get pre-defined for you to refer to the JDK installed on
797 your Linux system.
798 You will need to unset <tt>JAVA_HOME</tt>.
799 It's a good idea to run <tt>env</tt> and verify the
800 environment variables you are getting from the default system
801 settings make sense for building the
802 OpenJDK.
J. Duke686d76f2007-12-01 00:00:00 +0000803 </blockquote>
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -0700804 <!-- ------------------------------------------------------ -->
805 <h4><a name="linux_checklist">Basic Linux Check List</a></h4>
806 <blockquote>
807 <ol>
808 <li>
809 Install the
810 <a href="#bootjdk">Bootstrap JDK</a>, set
811 <tt><a href="#ALT_BOOTDIR">ALT_BOOTDIR</a></tt>.
812 </li>
813 <li>
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -0700814 <a href="#importjdk">Optional Import JDK</a>, set
815 <tt><a href="#ALT_JDK_IMPORT_PATH">ALT_JDK_IMPORT_PATH</a></tt>.
816 </li>
817 <li>
818 Install or upgrade the <a href="#freetype">FreeType development
Kelly O'Hair213481a2010-12-22 12:25:52 -0800819 package</a>.
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -0700820 </li>
Kelly O'Hair634c79b2008-07-09 15:42:00 -0700821 <li>
822 Install
Kelly O'Hairf240c002011-03-22 08:15:39 -0700823 <a href="#ant">Ant 1.7.1 or newer</a>,
Kelly O'Haird03960122008-12-01 15:28:36 -0800824 make sure it is in your PATH.
Kelly O'Hair634c79b2008-07-09 15:42:00 -0700825 </li>
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -0700826 </ol>
827 </blockquote>
828 <!-- ------------------------------------------------------ -->
829 <hr>
830 <h3><a name="solaris">Basic Solaris System Setup</a></h3>
831 <blockquote>
832 The minimum recommended hardware for building the
833 Solaris SPARC version is an UltraSPARC with 512 MB of RAM.
834 For building
835 the Solaris x86 version, a Pentium class processor or better and at
836 least 512 MB of RAM are recommended.
837 Approximately 1.4 GB of free disk
838 space is needed for a 32-bit build.
839 <p>
Kelly O'Hair213481a2010-12-22 12:25:52 -0800840 If you are building the 64-bit version, you should
841 run the command "isainfo -v" to verify that you have a
842 64-bit installation, it should say <tt>sparcv9</tt> or
843 <tt>amd64</tt>.
844 An additional 7 GB of free disk space is needed
845 for a 64-bit build.
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -0700846 <p>
Kelly O'Hair213481a2010-12-22 12:25:52 -0800847 The build uses the tools contained in <tt>/usr/ccs/bin</tt>
848 and <tt>/usr/bin</tt> of a standard developer or full installation of
849 the Solaris operating environment.
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -0700850 <p>
Kelly O'Hair213481a2010-12-22 12:25:52 -0800851 Solaris patches specific to the JDK can be downloaded from the
852 <a href="http://sunsolve.sun.com/show.do?target=patches/JavaSE" target="_blank">
853 SunSolve JDK Solaris patches download page</a>.
854 You should ensure that the latest patch cluster for
855 your version of the Solaris operating environment has also
856 been installed.
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -0700857 </blockquote>
858 <!-- ------------------------------------------------------ -->
859 <h4><a name="solaris_checklist">Basic Solaris Check List</a></h4>
860 <blockquote>
861 <ol>
862 <li>
863 Install the
864 <a href="#bootjdk">Bootstrap JDK</a>, set
865 <tt><a href="#ALT_BOOTDIR">ALT_BOOTDIR</a></tt>.
866 </li>
867 <li>
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -0700868 <a href="#importjdk">Optional Import JDK</a>, set
869 <tt><a href="#ALT_JDK_IMPORT_PATH">ALT_JDK_IMPORT_PATH</a></tt>.
870 </li>
871 <li>
872 Install the
873 <a href="#studio">Sun Studio Compilers</a>, set
J. Duke686d76f2007-12-01 00:00:00 +0000874 <a href="#ALT_COMPILER_PATH"><tt>ALT_COMPILER_PATH</tt></a>.
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -0700875 </li>
876 <li>
877 Install the
878 <a href="#cups">CUPS Include files</a>, set
879 <tt><a href="#ALT_CUPS_HEADERS_PATH">ALT_CUPS_HEADERS_PATH</a></tt>.
880 </li>
Kelly O'Hair634c79b2008-07-09 15:42:00 -0700881 <li>
Andrew John Hughese4d60712009-06-17 20:53:01 +0100882 Install the <a href="#xrender">XRender Include files</a>.
883 </li>
884 <li>
Kelly O'Hair634c79b2008-07-09 15:42:00 -0700885 Install
Kelly O'Hairf240c002011-03-22 08:15:39 -0700886 <a href="#ant">Ant 1.7.1 or newer</a>,
Kelly O'Haird03960122008-12-01 15:28:36 -0800887 make sure it is in your PATH.
Kelly O'Hair634c79b2008-07-09 15:42:00 -0700888 </li>
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -0700889 </ol>
890 </blockquote>
891 <!-- ------------------------------------------------------ -->
892 <hr>
893 <h3><a name="windows">Basic Windows System Setup</a></h3>
894 <blockquote>
895 <strong>i586 only:</strong>
Kelly O'Haird03960122008-12-01 15:28:36 -0800896 The minimum recommended hardware for building the 32-bit or X86
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -0700897 Windows version is an Pentium class processor or better, at least
898 512 MB of RAM, and approximately 600 MB of free disk space.
899 <strong>
Kelly O'Haird03960122008-12-01 15:28:36 -0800900 NOTE: The Windows build machines need to use the
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -0700901 file system NTFS.
902 Build machines formatted to FAT32 will not work
903 because FAT32 doesn't support case-sensitivity in file names.
904 </strong>
905 <p>
Kelly O'Hair213481a2010-12-22 12:25:52 -0800906 <strong>X64 only:</strong>
907 The minimum recommended hardware for building
908 the Windows X64 version is an AMD Opteron class processor, at least 1
909 GB of RAM, and approximately 10 GB of free disk space.
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -0700910 </blockquote>
911 <!-- ------------------------------------------------------ -->
912 <h4><a name="paths">Windows Paths</a></h4>
913 <blockquote>
914 <strong>Windows:</strong>
915 Note that GNU make is a historic utility and is based very
916 heavily on shell scripting, so it does not tolerate the Windows habit
917 of having spaces in pathnames or the use of the <tt>\</tt>characters in pathnames.
918 Luckily on most Windows systems, you can use <tt>/</tt>instead of \, and
919 there is always a 'short' pathname without spaces for any path that
920 contains spaces.
921 Unfortunately, this short pathname can be somewhat dynamic and the
922 formula is difficult to explain.
923 You can use <tt>cygpath</tt> utility to map pathnames with spaces
924 or the <tt>\</tt>character into the <tt>C:/</tt> style of pathname
925 (called 'mixed'), e.g.
926 <tt>cygpath -s -m "<i>path</i>"</tt>.
927 <p>
Kelly O'Hair213481a2010-12-22 12:25:52 -0800928 The makefiles will try to translate any pathnames supplied
929 to it into the <tt>C:/</tt> style automatically.
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -0700930 <p>
Kelly O'Hair213481a2010-12-22 12:25:52 -0800931 Note that use of CYGWIN creates a unique problem with regards to
932 setting <a href="#path"><tt>PATH</tt></a>. Normally on Windows
933 the <tt>PATH</tt> variable contains directories
934 separated with the ";" character (Solaris and Linux uses ":").
935 With CYGWIN, it uses ":", but that means that paths like "C:/path"
936 cannot be placed in the CYGWIN version of <tt>PATH</tt> and
937 instead CYGWIN uses something like <tt>/cygdrive/c/path</tt>
938 which CYGWIN understands, but only CYGWIN understands.
939 So be careful with paths on Windows.
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -0700940 </blockquote>
941 <!-- ------------------------------------------------------ -->
942 <h4><a name="windows_checklist">Basic Windows Check List</a></h4>
943 <blockquote>
944 <ol>
945 <li>
946 Install the
947 <a href="#cygwin">CYGWIN product</a>.
948 </li>
949 <li>
950 Install the
951 <a href="#bootjdk">Bootstrap JDK</a>, set
952 <tt><a href="#ALT_BOOTDIR">ALT_BOOTDIR</a></tt>.
953 </li>
954 <li>
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -0700955 <a href="#importjdk">Optional Import JDK</a>, set
956 <tt><a href="#ALT_JDK_IMPORT_PATH">ALT_JDK_IMPORT_PATH</a></tt>.
957 </li>
958 <li>
959 Install the
Phil Race16f4bd82010-06-16 09:41:40 -0700960 <a href="#msvc32">Microsoft Visual Studio Compilers</a>).
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -0700961 </li>
962 <li>
963 Setup all environment variables for compilers
Phil Race16f4bd82010-06-16 09:41:40 -0700964 (see <a href="#msvc32">compilers</a>).
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -0700965 </li>
966 <li>
967 Install
968 <a href="#dxsdk">Microsoft DirectX SDK</a>.
969 </li>
Kelly O'Hair634c79b2008-07-09 15:42:00 -0700970 <li>
971 Install
Kelly O'Hairf240c002011-03-22 08:15:39 -0700972 <a href="#ant">Ant 1.7.1 or newer</a>,
Kelly O'Haird03960122008-12-01 15:28:36 -0800973 make sure it is in your PATH and set
Kelly O'Hair634c79b2008-07-09 15:42:00 -0700974 <tt><a href="#ANT_HOME">ANT_HOME</a></tt>.
975 </li>
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -0700976 </ol>
977 </blockquote>
978 <!-- ------------------------------------------------------ -->
979 <hr>
980 <h3><a name="dependencies">Build Dependencies</a></h3>
981 <blockquote>
982 Depending on the platform, the OpenJDK build process has some basic
983 dependencies on components not part of the OpenJDK sources.
984 Some of these are specific to a platform, some even specific to
985 an architecture.
986 Each dependency will have a set of ALT variables that can be set
987 to tell the makefiles where to locate the component.
988 In most cases setting these ALT variables may not be necessary
989 and the makefiles will find defaults on the system in standard
990 install locations or through component specific variables.
991 <!-- ------------------------------------------------------ -->
992 <h4><a name="bootjdk">Bootstrap JDK</a></h4>
J. Duke686d76f2007-12-01 00:00:00 +0000993 <blockquote>
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -0700994 All OpenJDK builds require access to the previously released
995 JDK 6, this is often called a bootstrap JDK.
996 The JDK 6 binaries can be downloaded from Sun's
Kelly O'Hair4eb5fcb2009-10-28 13:44:30 -0700997 <a href="http://java.sun.com/javase/downloads/index.jsp"
Kelly O'Hair213481a2010-12-22 12:25:52 -0800998 target="_blank">JDK 6 download site</a>.
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -0700999 For build performance reasons
1000 is very important that this bootstrap JDK be made available on the
1001 local disk of the machine doing the build.
1002 You should always set
1003 <tt><a href="#ALT_BOOTDIR">ALT_BOOTDIR</a></tt>
1004 to point to the location of
1005 the bootstrap JDK installation, this is the directory pathname
1006 that contains a <tt>bin, lib, and include</tt>
1007 It's also a good idea to also place its <tt>bin</tt> directory
1008 in the <tt>PATH</tt> environment variable, although it's
1009 not required.
J. Duke686d76f2007-12-01 00:00:00 +00001010 <p>
Kelly O'Hair213481a2010-12-22 12:25:52 -08001011 <strong>Solaris:</strong>
1012 Some pre-installed JDK images may be available to you in the
1013 directory <tt>/usr/jdk/instances</tt>.
1014 If you don't set
1015 <tt><a href="#ALT_BOOTDIR">ALT_BOOTDIR</a></tt>
1016 the makefiles will look in that location for a JDK it can use.
J. Duke686d76f2007-12-01 00:00:00 +00001017 </blockquote>
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -07001018 <!-- ------------------------------------------------------ -->
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -07001019 <h4><a name="importjdk">Optional Import JDK</a></h4>
1020 <blockquote>
1021 The <tt><a href="#ALT_JDK_IMPORT_PATH">ALT_JDK_IMPORT_PATH</a></tt>
1022 setting is only needed if you are not building the entire
1023 JDK. For example, if you have built the entire JDK once, and
1024 wanted to avoid repeatedly building the Hotspot VM, you could
1025 set this to the location of the previous JDK install image
1026 and the build will copy the needed files from this import area.
1027 </blockquote>
1028 <!-- ------------------------------------------------------ -->
Kelly O'Hair634c79b2008-07-09 15:42:00 -07001029 <h4><a name="ant">Ant</a></h4>
1030 <blockquote>
Kelly O'Hair37564cc2011-02-08 16:28:30 -08001031 All OpenJDK builds require access to least Ant 1.7.1.
Kelly O'Hair634c79b2008-07-09 15:42:00 -07001032 The Ant tool is available from the
Kelly O'Hairf240c002011-03-22 08:15:39 -07001033 <a href="http://archive.apache.org/dist/ant/binaries/apache-ant-1.7.1-bin.zip" target="_blank">
1034 Ant 1.7.1 archive download site</a>.
Kelly O'Haird03960122008-12-01 15:28:36 -08001035 You should always make sure <tt>ant</tt> is in your PATH, and
1036 on Windows you may also need to set
Kelly O'Hair634c79b2008-07-09 15:42:00 -07001037 <tt><a href="#ANT_HOME">ANT_HOME</a></tt>
1038 to point to the location of
1039 the Ant installation, this is the directory pathname
1040 that contains a <tt>bin and lib</tt>.
Kelly O'Hairf240c002011-03-22 08:15:39 -07001041 <br>
1042 <b>WARNING:</b> Ant versions used from IDE tools like NetBeans
1043 or installed via system packages may not operate the same
1044 as the one obtained from the Ant download bundles.
1045 These system and IDE installers sometimes choose to change
1046 the ant installation enough to cause differences.
Kelly O'Hair634c79b2008-07-09 15:42:00 -07001047 </blockquote>
1048 <!-- ------------------------------------------------------ -->
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -07001049 <h4><a name="cacerts">Certificate Authority File (cacert)</a></h4>
1050 <blockquote>
1051 See <a href="http://en.wikipedia.org/wiki/Certificate_Authority" target="_blank">
Kelly O'Hair213481a2010-12-22 12:25:52 -08001052 http://en.wikipedia.org/wiki/Certificate_Authority</a>
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -07001053 for a better understanding of the Certificate Authority (CA).
1054 A certificates file named "cacerts"
1055 represents a system-wide keystore with CA certificates.
1056 In JDK and JRE
1057 binary bundles, the "cacerts" file contains root CA certificates from
1058 several public CAs (e.g., VeriSign, Thawte, and Baltimore).
1059 The source contain a cacerts file
1060 without CA root certificates.
1061 Formal JDK builders will need to secure
1062 permission from each public CA and include the certificates into their
1063 own custom cacerts file.
1064 Failure to provide a populated cacerts file
1065 will result in verification errors of a certificate chain during runtime.
1066 The variable
1067 <tt><a href="#ALT_CACERTS_FILE">ALT_CACERTS_FILE</a></tt>
1068 can be used to override the default location of the
1069 cacerts file that will get placed in your build.
1070 By default an empty cacerts file is provided and that should be
1071 fine for most JDK developers.
1072 </blockquote>
1073 <!-- ------------------------------------------------------ -->
1074 <h4><a name="compilers">Compilers</a></h4>
1075 <blockquote>
1076 <strong><a name="gcc">Linux gcc/binutils</a></strong>
1077 <blockquote>
Kelly O'Hairf240c002011-03-22 08:15:39 -07001078 The GNU gcc compiler version should be 4.3 or newer.
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -07001079 The compiler used should be the default compiler installed
1080 in <tt>/usr/bin</tt>.
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -07001081 </blockquote>
1082 <strong><a name="studio">Solaris: Sun Studio</a></strong>
1083 <blockquote>
1084 At a minimum, the
Kelly O'Hair9ed55ab2010-09-08 15:13:31 -07001085 <a href="http://www.oracle.com/technetwork/server-storage/solarisstudio/downloads/index.htm" target="_blank">
Kelly O'Hair213481a2010-12-22 12:25:52 -08001086 Sun Studio 12 Update 1 Compilers</a>
Kelly O'Hair9ed55ab2010-09-08 15:13:31 -07001087 (containing version 5.10 of the C and C++ compilers) is required,
1088 including specific patches.
Kelly O'Hair213481a2010-12-22 12:25:52 -08001089 <p>
Kelly O'Hair9ed55ab2010-09-08 15:13:31 -07001090 The Solaris SPARC patch list is:
Kelly O'Hair213481a2010-12-22 12:25:52 -08001091 <ul>
1092 <li>
1093 118683-05: SunOS 5.10: Patch for profiling libraries and assembler
1094 </li>
1095 <li>
1096 119963-21: SunOS 5.10: Shared library patch for C++
1097 </li>
1098 <li>
1099 120753-08: SunOS 5.10: Microtasking libraries (libmtsk) patch
1100 </li>
1101 <li>
1102 128228-09: Sun Studio 12 Update 1: Patch for Sun C++ Compiler
1103 </li>
1104 <li>
1105 141860-03: Sun Studio 12 Update 1: Patch for Compiler Common patch for Sun C C++ F77 F95
1106 </li>
1107 <li>
1108 141861-05: Sun Studio 12 Update 1: Patch for Sun C Compiler
1109 </li>
1110 <li>
1111 142371-01: Sun Studio 12.1 Update 1: Patch for dbx
1112 </li>
1113 <li>
1114 143384-02: Sun Studio 12 Update 1: Patch for debuginfo handling
1115 </li>
1116 <li>
1117 143385-02: Sun Studio 12 Update 1: Patch for Compiler Common patch for Sun C C++ F77 F95
1118 </li>
1119 <li>
1120 142369-01: Sun Studio 12.1: Patch for Performance Analyzer Tools
1121 </li>
Kelly O'Hair9ed55ab2010-09-08 15:13:31 -07001122 </ul>
1123 <p>
Kelly O'Hair213481a2010-12-22 12:25:52 -08001124 The Solaris X86 patch list is:
Kelly O'Hair9ed55ab2010-09-08 15:13:31 -07001125 <ul>
Kelly O'Hair213481a2010-12-22 12:25:52 -08001126 <li>
1127 119961-07: SunOS 5.10_x86, x64, Patch for profiling libraries and assembler
1128 </li>
1129 <li>
1130 119964-21: SunOS 5.10_x86: Shared library patch for C++_x86
1131 </li>
1132 <li>
1133 120754-08: SunOS 5.10_x86: Microtasking libraries (libmtsk) patch
1134 </li>
1135 <li>
1136 141858-06: Sun Studio 12 Update 1_x86: Sun Compiler Common patch for x86 backend
1137 </li>
1138 <li>
1139 128229-09: Sun Studio 12 Update 1_x86: Patch for C++ Compiler
1140 </li>
1141 <li>
1142 142363-05: Sun Studio 12 Update 1_x86: Patch for C Compiler
1143 </li>
1144 <li>
1145 142368-01: Sun Studio 12.1_x86: Patch for Performance Analyzer Tools
1146 </li>
Kelly O'Hair9ed55ab2010-09-08 15:13:31 -07001147 </ul>
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -07001148 <p>
Kelly O'Hair213481a2010-12-22 12:25:52 -08001149 Set
1150 <a href="#ALT_COMPILER_PATH"><tt>ALT_COMPILER_PATH</tt></a>
1151 to point to the location of
1152 the compiler binaries, and place this location in the <tt>PATH</tt>.
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -07001153 <p>
Kelly O'Hair213481a2010-12-22 12:25:52 -08001154 The Oracle Solaris Studio Express compilers at:
1155 <a href="http://developers.sun.com/sunstudio/downloads/express.jsp" target="_blank">
1156 Oracle Solaris Studio Express Download site</a>
1157 are also an option, although these compilers have not
1158 been extensively used yet.
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -07001159 </blockquote>
Phil Race16f4bd82010-06-16 09:41:40 -07001160 <strong><a name="msvc32">Windows i586: Microsoft Visual Studio 2010 Compilers</a></strong>
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -07001161 <blockquote>
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -07001162 <p>
Kelly O'Hairf240c002011-03-22 08:15:39 -07001163 <b>BEGIN WARNING</b>: JDK 7 has transitioned to
1164 use the newest VS2010 Microsoft compilers.
1165 No other compilers are known to build the entire JDK,
Kelly O'Hair213481a2010-12-22 12:25:52 -08001166 including non-open portions.
Kelly O'Hair213481a2010-12-22 12:25:52 -08001167 Visual Studio 2010 Express compilers are now able to build all the
1168 open source repositories, but this is 32 bit only. To build 64 bit
Kelly O'Hairf240c002011-03-22 08:15:39 -07001169 Windows binaries use the the 7.1 Windows SDK.
1170 <b>END WARNING.</b>
Kelly O'Hair213481a2010-12-22 12:25:52 -08001171 <p>
Kelly O'Hairf240c002011-03-22 08:15:39 -07001172 The 32-bit OpenJDK Windows build requires
Kelly O'Hair213481a2010-12-22 12:25:52 -08001173 Microsoft Visual Studio C++ 2010 (VS2010) Professional
1174 Edition or Express compiler.
1175 The compiler and other tools are expected to reside
1176 in the location defined by the variable
1177 <tt>VS100COMNTOOLS</tt> which
1178 is set by the Microsoft Visual Studio installer.
1179 <p>
1180 Once the compiler is installed,
1181 it is recommended that you run <tt>VCVARS32.BAT</tt>
1182 to set the compiler environment variables
1183 <tt>INCLUDE</tt>,
1184 <tt>LIB</tt>, and
1185 <tt>PATH</tt>
1186 prior to building the
1187 OpenJDK.
1188 The above environment variables <b>MUST</b> be set.
1189 This compiler also contains the Windows SDK v 7.0a,
1190 which is an update to the Windows 7 SDK.
1191 <p>
1192 <b>WARNING:</b> Make sure you check out the
1193 <a href="#cygwin">CYGWIN link.exe WARNING</a>.
1194 The path <tt>/usr/bin</tt> must be after the path to the
1195 Visual Studio product.
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -07001196 </blockquote>
Phil Race16f4bd82010-06-16 09:41:40 -07001197 <strong><a name="msvc64">Windows x64: Microsoft Visual Studio 2010 Professional Compiler</a></strong>
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -07001198 <blockquote>
Kelly O'Hairf240c002011-03-22 08:15:39 -07001199 For <b>X64</b>, the set up is much the same as 32 bit
Phil Racecd28ed52010-05-11 14:31:42 -07001200 except that you run <tt>amd64\VCVARS64.BAT</tt>
1201 to set the compiler environment variables.
Kelly O'Hairf240c002011-03-22 08:15:39 -07001202 Previously 64 bit builds had to use the 64 bit compiler in
Phil Race16f4bd82010-06-16 09:41:40 -07001203 an unbundled Windows SDK but this is no longer necessary if
1204 you have VS2010 Professional.
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -07001205 </blockquote>
Phil Race16f4bd82010-06-16 09:41:40 -07001206 <strong><a name="mssdk64">Windows x64: Microsoft Windows 7.1 SDK 64 bit compilers.</a></strong>
Kelly O'Hair213481a2010-12-22 12:25:52 -08001207 For a free alternative for 64 bit builds, use the 7.1 SDK.
1208 Microsoft say that to set up your paths for this run
1209 <pre>
Phil Race16f4bd82010-06-16 09:41:40 -07001210 c:\Program Files\Microsoft SDKs\Windows\v7.1\bin\setenv.cmd /x64.
Kelly O'Hair213481a2010-12-22 12:25:52 -08001211 </pre>
1212 What was tested is just directly setting up LIB, INCLUDE,
1213 PATH and based on the installation directories using the
1214 DOS short name appropriate for the system, (you will
1215 need to set them for yours, not just blindly copy this) eg :
1216 <pre>
Phil Race16f4bd82010-06-16 09:41:40 -07001217 set VSINSTALLDIR=c:\PROGRA~2\MICROS~1.0
1218 set WindowsSdkDir=c:\PROGRA~1\MICROS~1\Windows\v7.1
1219 set PATH=%VSINSTALLDIR%\vc\bin\amd64;%VSINSTALLDIR%\Common7\IDE;%WindowsSdkDir%\bin;%PATH%
1220 set INCLUDE=%VSINSTALLDIR%\vc\include;%WindowsSdkDir%\include
1221 set LIB=%VSINSTALLDIR%\vc\lib\amd64;%WindowsSdkDir%\lib\x64
Kelly O'Hair213481a2010-12-22 12:25:52 -08001222 </pre>
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -07001223 </blockquote>
1224 <!-- ------------------------------------------------------ -->
1225 <h4><a name="zip">Zip and Unzip</a></h4>
1226 <blockquote>
1227 Version 2.2 (November 3rd 1997) or newer of the zip utility
1228 and version 5.12 or newer of the unzip utility is needed
1229 to build the JDK.
1230 With Solaris, Linux, and Windows CYGWIN, the zip and unzip
1231 utilities installed on the system should be fine.
1232 Information and the source code for
1233 ZIP.EXE and UNZIP.EXE is available on the
1234 <a href="http://www.info-zip.org"
1235 target="_blank">info-zip web site</a>.
1236 </blockquote>
1237 <!-- ------------------------------------------------------ -->
1238 <h4><a name="cups">Common UNIX Printing System (CUPS) Headers (Solaris &amp; Linux)</a></h4>
1239 <blockquote>
1240 <strong>Solaris:</strong>
1241 CUPS header files are required for building the
1242 OpenJDK on Solaris.
1243 The Solaris header files can be obtained by installing
1244 the package <strong>SFWcups</strong> from the Solaris Software
1245 Companion CD/DVD, these often will be installed into
1246 <tt>/opt/sfw/cups</tt>.
1247 <p>
Kelly O'Hair213481a2010-12-22 12:25:52 -08001248 <strong>Linux:</strong>
1249 CUPS header files are required for building the
1250 OpenJDK on Linux.
1251 The Linux header files are usually available from a "cups"
1252 development package, it's recommended that you try and use
1253 the package provided by the particular version of Linux that
1254 you are using.
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -07001255 <p>
Kelly O'Hair213481a2010-12-22 12:25:52 -08001256 The CUPS header files can always be downloaded from
1257 <a href="http://www.cups.org" target="_blank">www.cups.org</a>.
1258 The variable
1259 <tt><a href="#ALT_CUPS_HEADERS_PATH">ALT_CUPS_HEADERS_PATH</a></tt>
1260 can be used to override the default location of the
1261 CUPS Header files.
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -07001262 </blockquote>
1263 <!-- ------------------------------------------------------ -->
Andrew John Hughese4d60712009-06-17 20:53:01 +01001264 <h4><a name="xrender">XRender Extension Headers (Solaris &amp; Linux)</a></h4>
1265 <blockquote>
1266 <p>
Kelly O'Hair213481a2010-12-22 12:25:52 -08001267 <strong>Solaris:</strong>
1268 XRender header files are required for building the
1269 OpenJDK on Solaris.
1270 The XRender header file is included with the other X11 header files
1271 in the package <strong>SFWxwinc</strong> on new enough versions of
1272 Solaris and will be installed in
1273 <tt>/usr/X11/include/X11/extensions/Xrender.h</tt>
Andrew John Hughese4d60712009-06-17 20:53:01 +01001274 </p><p>
Kelly O'Hair213481a2010-12-22 12:25:52 -08001275 <strong>Linux:</strong>
1276 XRender header files are required for building the
1277 OpenJDK on Linux.
1278 The Linux header files are usually available from a "Xrender"
1279 development package, it's recommended that you try and use
1280 the package provided by the particular distribution of Linux that
1281 you are using.
1282 </p>
Andrew John Hughese4d60712009-06-17 20:53:01 +01001283 </blockquote>
1284 <!-- ------------------------------------------------------ -->
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -07001285 <h4><a name="freetype">FreeType 2</a></h4>
1286 <blockquote>
1287 Version 2.3 or newer of FreeType is required for building the OpenJDK.
1288 On Unix systems required files can be available as part of your
1289 distribution (while you still may need to upgrade them).
1290 Note that you need development version of package that
1291 includes both FreeType library and header files.
1292 <p>
Kelly O'Hair213481a2010-12-22 12:25:52 -08001293 You can always download latest FreeType version from the
1294 <a href="http://www.freetype.org" target="_blank">FreeType website</a>.
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -07001295 <p>
Kelly O'Hair213481a2010-12-22 12:25:52 -08001296 Makefiles will try to pick FreeType from /usr/lib and /usr/include.
1297 In case it is installed elsewhere you will need to set environment
1298 variables
1299 <tt><a href="#ALT_FREETYPE_LIB_PATH">ALT_FREETYPE_LIB_PATH</a></tt>
1300 and
1301 <tt><a href="#ALT_FREETYPE_HEADERS_PATH">ALT_FREETYPE_HEADERS_PATH</a></tt>
1302 to refer to place where library and header files are installed.
Kelly O'Hair634c79b2008-07-09 15:42:00 -07001303 <p>
Kelly O'Hair213481a2010-12-22 12:25:52 -08001304 Building the freetype 2 libraries from scratch is also possible,
1305 however on Windows refer to the
1306 <a href="http://freetype.freedesktop.org/wiki/FreeType_DLL">
1307 Windows FreeType DLL build instructions</a>.
Kelly O'Hair634c79b2008-07-09 15:42:00 -07001308 <p>
Kelly O'Hair213481a2010-12-22 12:25:52 -08001309 Note that by default FreeType is built with byte code hinting
1310 support disabled due to licensing restrictions.
1311 In this case, text appearance and metrics are expected to
1312 differ from Sun's official JDK build.
1313 See
1314 <a href="http://freetype.sourceforge.net/freetype2/index.html">
1315 the SourceForge FreeType2 Home Page
1316 </a>
1317 for more information.
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -07001318 </blockquote>
1319 <!-- ------------------------------------------------------ -->
1320 <h4><a name="alsa">Advanced Linux Sound Architecture (ALSA) (Linux only)</a></h4>
1321 <blockquote>
1322 <strong>Linux only:</strong>
1323 Version 0.9.1 or newer of the ALSA files are
1324 required for building the OpenJDK on Linux.
1325 These Linux files are usually available from an "alsa"
1326 of "libasound"
1327 development package, it's highly recommended that you try and use
1328 the package provided by the particular version of Linux that
1329 you are using.
1330 The makefiles will check this emit a sanity error if it is
1331 missing or the wrong version.
1332 <p>
Kelly O'Hair213481a2010-12-22 12:25:52 -08001333 In particular, older Linux systems will likely not have the
1334 right version of ALSA installed, for example
1335 Redhat AS 2.1 U2 and SuSE 8.1 do not include a sufficiently
1336 recent ALSA distribution.
1337 On rpm-based systems, you can see if ALSA is installed by
1338 running this command:
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -07001339 <pre>
1340 <tt>rpm -qa | grep alsa</tt>
1341 </pre>
1342 Both <tt>alsa</tt> and <tt>alsa-devel</tt> packages are needed.
1343 <p>
Kelly O'Hair213481a2010-12-22 12:25:52 -08001344 If your distribution does not come with ALSA, and you can't
1345 find ALSA packages built for your particular system,
1346 you can try to install the pre-built ALSA rpm packages from
1347 <a href="http://www.freshrpms.net/" target="_blank">
1348 <tt>www.freshrpms.net</tt></a>.
1349 Note that installing a newer ALSA could
1350 break sound output if an older version of ALSA was previously
1351 installed on the system, but it will enable JDK compilation.
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -07001352 <blockquote>
1353 Installation: execute as root<br>
1354 [i586]: <code>rpm -Uv --force alsa-lib-devel-0.9.1-rh61.i386.rpm</code><br>
1355 [x64]: <code>rpm -Uv --force alsa-lib-devel-0.9.8-amd64.x86_64.rpm</code><br>
1356 Uninstallation:<br>
1357 [i586]: <code>rpm -ev alsa-lib-devel-0.9.1-rh61</code><br>
1358 [x64]:<code>rpm -ev alsa-lib-devel-0.9.8-amd64</code><br>
1359 Make sure that you do not link to the static library
1360 (<tt>libasound.a</tt>),
1361 by verifying that the dynamic library (<tt>libasound.so</tt>) is
1362 correctly installed in <tt>/usr/lib</tt>.
1363 </blockquote>
1364 As a last resort you can go to the
1365 <a href="http://www.alsa-project.org" target="_blank">
Kelly O'Hair213481a2010-12-22 12:25:52 -08001366 Advanced Linux Sound Architecture Site</a> and build it from
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -07001367 source.
1368 <blockquote>
1369 Download driver and library
1370 source tarballs from
1371 <a href="http://www.alsa-project.org" target="_blank">ALSA's homepage</a>.
1372 As root, execute the following
1373 commands (you may need to adapt the version number):
1374 <pre>
1375 <tt>
1376 $ tar xjf alsa-driver-0.9.1.tar.bz2
1377 $ cd alsa-driver-0.9.1
1378 $ ./configure
1379 $ make install
1380 $ cd ..
1381 $ tar xjf alsa-lib-0.9.1.tar.bz2
1382 $ cd alsa-lib-0.9.1
1383 $ ./configure
1384 $ make install
1385 </tt>
1386 </pre>
1387 Should one of the above steps fail, refer to the documentation on
1388 ALSA's home page.
1389 </blockquote>
1390 Note that this is a minimum install that enables
1391 building the JDK platform. To actually use ALSA sound drivers, more
1392 steps are necessary as outlined in the documentation on ALSA's homepage.
1393 <p>
Kelly O'Hair213481a2010-12-22 12:25:52 -08001394 ALSA can be uninstalled by executing <tt>make uninstall</tt> first in
1395 the <tt>alsa-lib-0.9.1</tt> directory and then in
1396 <tt>alsa-driver-0.9.1</tt>.
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -07001397 </blockquote>
1398 There are no ALT* variables to change the assumed locations of ALSA,
1399 the makefiles will expect to find the ALSA include files and library at:
1400 <tt>/usr/include/alsa</tt> and <tt>/usr/lib/libasound.so</tt>.
1401 </blockquote>
1402 <!-- ------------------------------------------------------ -->
1403 <h4>Windows Specific Dependencies</h4>
1404 <blockquote>
1405 <strong>Unix Command Tools (<a name="cygwin">CYGWIN</a>)</strong>
1406 <blockquote>
1407 The OpenJDK requires access to a set of unix command tools
1408 on Windows which can be supplied by
1409 <a href="http://www.cygwin.com" target="_blank">CYGWIN</a>.
1410 <p>
Kelly O'Hair213481a2010-12-22 12:25:52 -08001411 The OpenJDK build requires CYGWIN version 1.5.12 or newer.
1412 Information about CYGWIN can
1413 be obtained from the CYGWIN website at
1414 <a href="http://www.cygwin.com" target="_blank">www.cygwin.com</a>.
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -07001415 <p>
Kelly O'Hair213481a2010-12-22 12:25:52 -08001416 By default CYGWIN doesn't install all the tools required for building
1417 the OpenJDK.
1418 Along with the default installation, you need to install
1419 the following tools.
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -07001420 <blockquote>
1421 <table border="1">
1422 <thead>
1423 <tr>
1424 <td>Binary Name</td>
Kelly O'Hair2928b812008-09-17 13:30:32 -07001425 <td>Category</td>
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -07001426 <td>Package</td>
1427 <td>Description</td>
1428 </tr>
1429 </thead>
1430 <tbody>
1431 <tr>
1432 <td>ar.exe</td>
1433 <td>Devel</td>
Kelly O'Hair2928b812008-09-17 13:30:32 -07001434 <td>binutils</td>
1435 <td>The GNU assembler, linker and binary
Kelly O'Hair213481a2010-12-22 12:25:52 -08001436 utilities</td>
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -07001437 </tr>
1438 <tr>
1439 <td>make.exe</td>
1440 <td>Devel</td>
Kelly O'Hair2928b812008-09-17 13:30:32 -07001441 <td>make</td>
1442 <td>The GNU version of the 'make' utility built for CYGWIN.<br>
Kelly O'Hair213481a2010-12-22 12:25:52 -08001443 <b>NOTE</b>: See <a href="#gmake">the GNU make section</a></td>
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -07001444 </tr>
1445 <tr>
1446 <td>m4.exe</td>
1447 <td>Interpreters</td>
Kelly O'Hair2928b812008-09-17 13:30:32 -07001448 <td>m4</td>
1449 <td>GNU implementation of the traditional Unix macro
Kelly O'Hair213481a2010-12-22 12:25:52 -08001450 processor</td>
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -07001451 </tr>
1452 <tr>
1453 <td>cpio.exe</td>
1454 <td>Utils</td>
Kelly O'Hair2928b812008-09-17 13:30:32 -07001455 <td>cpio</td>
1456 <td>A program to manage archives of files</td>
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -07001457 </tr>
1458 <tr>
Kelly O'Hair634c79b2008-07-09 15:42:00 -07001459 <td>gawk.exe</td>
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -07001460 <td>Utils</td>
Kelly O'Hair2928b812008-09-17 13:30:32 -07001461 <td>awk</td>
1462 <td>Pattern-directed scanning and processing language</td>
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -07001463 </tr>
1464 <tr>
1465 <td>file.exe</td>
1466 <td>Utils</td>
Kelly O'Hair2928b812008-09-17 13:30:32 -07001467 <td>file</td>
1468 <td>Determines file type using 'magic' numbers</td>
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -07001469 </tr>
1470 <tr>
1471 <td>zip.exe</td>
Kelly O'Hair634c79b2008-07-09 15:42:00 -07001472 <td>Archive</td>
Kelly O'Hair2928b812008-09-17 13:30:32 -07001473 <td>zip</td>
1474 <td>Package and compress (archive) files</td>
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -07001475 </tr>
1476 <tr>
1477 <td>unzip.exe</td>
Kelly O'Hair634c79b2008-07-09 15:42:00 -07001478 <td>Archive</td>
Kelly O'Hair2928b812008-09-17 13:30:32 -07001479 <td>unzip</td>
1480 <td>Extract compressed files in a ZIP archive</td>
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -07001481 </tr>
1482 <tr>
1483 <td>free.exe</td>
Kelly O'Hair2928b812008-09-17 13:30:32 -07001484 <td>System</td>
1485 <td>procps</td>
1486 <td>Display amount of free and used memory in the system</td>
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -07001487 </tr>
1488 </tbody>
1489 </table>
J. Duke686d76f2007-12-01 00:00:00 +00001490 </blockquote>
1491 <p>
Kelly O'Hair213481a2010-12-22 12:25:52 -08001492 Note that the CYGWIN software can conflict with other non-CYGWIN
1493 software on your Windows system.
1494 CYGWIN provides a
1495 <a href="http://cygwin.com/faq/faq.using.html" target="_blank">FAQ</a> for
1496 known issues and problems, of particular interest is the
1497 section on
1498 <a href="http://cygwin.com/faq/faq.using.html#faq.using.bloda" target="_blank">
1499 BLODA (applications that interfere with CYGWIN)</a>.
Kelly O'Hair2928b812008-09-17 13:30:32 -07001500 <p>
Kelly O'Hair213481a2010-12-22 12:25:52 -08001501 <b>WARNING:</b>
1502 Be very careful with <b><tt>link.exe</tt></b>, it will conflict
1503 with the Visual Studio version. You need the Visual Studio
1504 version of <tt>link.exe</tt>, not the CYGWIN one.
1505 So it's important that the Visual Studio paths in PATH preceed
1506 the CYGWIN path <tt>/usr/bin</tt>.
J. Duke686d76f2007-12-01 00:00:00 +00001507 </blockquote>
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -07001508 <strong><a name="dxsdk">Microsoft DirectX 9.0 SDK header files and libraries</a></strong>
J. Duke686d76f2007-12-01 00:00:00 +00001509 <blockquote>
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -07001510 Microsoft DirectX 9.0 SDK (Summer 2004)
1511 headers are required for building
1512 OpenJDK.
1513 This SDK can be downloaded from
1514 <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=FD044A42-9912-42A3-9A9E-D857199F888E&amp;displaylang=en" target="_blank">
Kelly O'Hair213481a2010-12-22 12:25:52 -08001515 Microsoft DirectX 9.0 SDK (Summer 2004)</a>.
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -07001516 If the link above becomes obsolete, the SDK can be found from
1517 <a href="http://download.microsoft.com" target="_blank">the Microsoft Download Site</a>
1518 (search with "DirectX 9.0 SDK Update Summer 2004").
1519 The location of this SDK can be set with
1520 <tt><a href="#ALT_DXSDK_PATH">ALT_DXSDK_PATH</a></tt>
1521 but it's normally found via the DirectX environment variable
1522 <tt>DXSDK_DIR</tt>.
J. Duke686d76f2007-12-01 00:00:00 +00001523 </blockquote>
Kelly O'Hair5ef33b62011-01-14 14:04:19 -08001524 <strong><a name="msvcrNN"><tt>MSVCR100.DLL</tt></a></strong>
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -07001525 <blockquote>
Phil Racecd28ed52010-05-11 14:31:42 -07001526 The OpenJDK build requires access to a redistributable
1527 <tt>MSVCR100.DLL</tt>.
1528 This is usually picked up automatically from the redist
1529 directories of Visual Studio 2010.
1530 If this cannot be found set the
Kelly O'Hair5ef33b62011-01-14 14:04:19 -08001531 <a href="#ALT_MSVCRNN_DLL_PATH"><tt>ALT_MSVCRNN_DLL_PATH</tt></a>
Kelly O'Haird03960122008-12-01 15:28:36 -08001532 variable to the location of this file.
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -07001533 <p>
J. Duke686d76f2007-12-01 00:00:00 +00001534 </blockquote>
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -07001535 </blockquote>
1536 <!-- ------------------------------------------------------ -->
1537 <hr>
1538 <h2><a name="creating">Creating the Build</a></h2>
1539 <blockquote>
1540 Once a machine is setup to build the OpenJDK,
1541 the steps to create the build are fairly simple.
1542 The various ALT settings can either be made into variables
1543 or can be supplied on the
1544 <a href="#gmake"><tt><i>gmake</i></tt></a>
1545 command.
1546 <ol>
1547 <li>Use the sanity rule to double check all the ALT settings:
1548 <blockquote>
1549 <tt>
1550 <i>gmake</i>
1551 sanity
1552 [ARCH_DATA_MODEL=<i>32 or 64</i>]
1553 [other "ALT_" overrides]
1554 </tt>
1555 </blockquote>
1556 </li>
1557 <li>Start the build with the command:
1558 <blockquote>
1559 <tt>
1560 <i>gmake</i>
1561 [ARCH_DATA_MODEL=<i>32 or 64</i>]
1562 [ALT_OUTPUTDIR=<i>output_directory</i>]
1563 [other "ALT_" overrides]
1564 </tt>
1565 </blockquote>
1566 </li>
1567 </ol>
1568 <p>
Kelly O'Hair213481a2010-12-22 12:25:52 -08001569 <strong>Solaris:</strong>
1570 Note that ARCH_DATA_MODEL is really only needed on Solaris to
1571 indicate you want to built the 64-bit version.
1572 And before the Solaris 64-bit binaries can be used, they
1573 must be merged with the binaries from a separate 32-bit build.
1574 The merged binaries may then be used in either 32-bit or 64-bit mode, with
1575 the selection occurring at runtime
1576 with the <tt>-d32</tt> or <tt>-d64</tt> options.
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -07001577 </blockquote>
1578 <!-- ------------------------------------------------------ -->
1579 <hr>
1580 <h2><a name="testing">Testing the Build</a></h2>
1581 <blockquote>
1582 When the build is completed, you should see the generated
1583 binaries and associated files in the <tt>j2sdk-image</tt>
1584 directory in the output directory.
1585 The default output directory is
1586 <tt>build/<i>platform</i></tt>,
1587 where <tt><i>platform</i></tt> is one of
Kelly O'Hair213481a2010-12-22 12:25:52 -08001588 <blockquote>
1589 <ul>
1590 <li><tt>solaris-sparc</tt></li>
1591 <li><tt>solaris-sparcv9</tt></li>
1592 <li><tt>solaris-i586</tt></li>
1593 <li><tt>solaris-amd64</tt></li>
1594 <li><tt>linux-i586</tt></li>
1595 <li><tt>linux-amd64</tt></li>
1596 <li><tt>windows-i586</tt></li>
1597 <li><tt>windows-amd64</tt></li>
1598 </ul>
1599 </blockquote>
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -07001600 In particular, the
1601 <tt>build/<i>platform</i>/j2sdk-image/bin</tt>
1602 directory should contain executables for the
1603 OpenJDK tools and utilities.
1604 <p>
Kelly O'Hair213481a2010-12-22 12:25:52 -08001605 You can test that the build completed properly by using the build
1606 to run the various demos that you will find in the
1607 <tt>build/<i>platform</i>/j2sdk-image/demo</tt>
1608 directory.
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -07001609 <p>
Kelly O'Hair213481a2010-12-22 12:25:52 -08001610 The provided regression tests can be run with the <tt>jtreg</tt>
1611 utility from
1612 <a href="http://openjdk.java.net/jtreg/" target="_blank">the jtreg site</a>.
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -07001613 </blockquote>
1614 <!-- ------------------------------------------------------ -->
1615 <hr>
1616 <h2><a name="variables">Environment/Make Variables</a></h2>
1617 <p>
Kelly O'Hair213481a2010-12-22 12:25:52 -08001618 Some of the
1619 environment or make variables (just called <b>variables</b> in this
1620 document) that can impact the build are:
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -07001621 <blockquote>
1622 <dl>
Kelly O'Haird03960122008-12-01 15:28:36 -08001623 <dt><a name="path"><tt>PATH</tt></a> </dt>
1624 <dd>Typically you want to set the <tt>PATH</tt> to include:
1625 <ul>
1626 <li>The location of the GNU make binary</li>
1627 <li>The location of the Bootstrap JDK <tt>java</tt>
Kelly O'Hair213481a2010-12-22 12:25:52 -08001628 (see <a href="#bootjdk">Bootstrap JDK</a>)</li>
Kelly O'Haird03960122008-12-01 15:28:36 -08001629 <li>The location of the C/C++ compilers
Kelly O'Hair213481a2010-12-22 12:25:52 -08001630 (see <a href="#compilers"><tt>compilers</tt></a>)</li>
Kelly O'Haird03960122008-12-01 15:28:36 -08001631 <li>The location or locations for the Unix command utilities
Kelly O'Hair213481a2010-12-22 12:25:52 -08001632 (e.g. <tt>/usr/bin</tt>)</li>
Kelly O'Haird03960122008-12-01 15:28:36 -08001633 </ul>
1634 </dd>
1635 <dt><tt>MILESTONE</tt> </dt>
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -07001636 <dd>
Kelly O'Haird03960122008-12-01 15:28:36 -08001637 The milestone name for the build (<i>e.g.</i>"beta").
1638 The default value is "internal".
1639 </dd>
1640 <dt><tt>BUILD_NUMBER</tt> </dt>
1641 <dd>
1642 The build number for the build (<i>e.g.</i> "b27").
1643 The default value is "b00".
1644 </dd>
1645 <dt><a name="arch_data_model"><tt>ARCH_DATA_MODEL</tt></a></dt>
1646 <dd>The <tt>ARCH_DATA_MODEL</tt> variable
1647 is used to specify whether the build is to generate 32-bit or 64-bit
1648 binaries.
1649 The Solaris build supports either 32-bit or 64-bit builds, but
1650 Windows and Linux will support only one, depending on the specific
1651 OS being used.
1652 Normally, setting this variable is only necessary on Solaris.
1653 Set <tt>ARCH_DATA_MODEL</tt> to <tt>32</tt> for generating 32-bit binaries,
1654 or to <tt>64</tt> for generating 64-bit binaries.
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -07001655 </dd>
Kelly O'Hair634c79b2008-07-09 15:42:00 -07001656 <dt><a name="ALT_BOOTDIR"><tt>ALT_BOOTDIR</tt></a></dt>
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -07001657 <dd>
Kelly O'Hair634c79b2008-07-09 15:42:00 -07001658 The location of the bootstrap JDK installation.
1659 See <a href="#bootjdk">Bootstrap JDK</a> for more information.
1660 You should always install your own local Bootstrap JDK and
1661 always set <tt>ALT_BOOTDIR</tt> explicitly.
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -07001662 </dd>
Kelly O'Haird03960122008-12-01 15:28:36 -08001663 <dt><a name="ALT_JDK_IMPORT_PATH"><tt>ALT_JDK_IMPORT_PATH</tt></a></dt>
1664 <dd>
1665 The location of a previously built JDK installation.
1666 See <a href="#importjdk">Optional Import JDK</a> for more information.
1667 </dd>
1668 <dt><a name="ALT_OUTPUTDIR"><tt>ALT_OUTPUTDIR</tt></a> </dt>
1669 <dd>
1670 An override for specifying the (absolute) path of where the
1671 build output is to go.
1672 The default output directory will be build/<i>platform</i>.
1673 </dd>
1674 <dt><a name="ALT_COMPILER_PATH"><tt>ALT_COMPILER_PATH</tt></a> </dt>
1675 <dd>
1676 The location of the C/C++ compiler.
1677 The default varies depending on the platform.
1678 </dd>
1679 <dt><tt><a name="ALT_CACERTS_FILE">ALT_CACERTS_FILE</a></tt></dt>
1680 <dd>
1681 The location of the <a href="#cacerts">cacerts</a> file.
1682 The default will refer to
1683 <tt>jdk/src/share/lib/security/cacerts</tt>.
1684 </dd>
1685 <dt><a name="ALT_CUPS_HEADERS_PATH"><tt>ALT_CUPS_HEADERS_PATH</tt></a> </dt>
1686 <dd>
1687 The location of the CUPS header files.
1688 See <a href="#cups">CUPS information</a> for more information.
1689 If this path does not exist the fallback path is
1690 <tt>/usr/include</tt>.
1691 </dd>
1692 <dt><a name="ALT_FREETYPE_LIB_PATH"><tt>ALT_FREETYPE_LIB_PATH</tt></a></dt>
1693 <dd>
1694 The location of the FreeType shared library.
1695 See <a href="#freetype">FreeType information</a> for details.
1696 </dd>
1697 <dt><a name="ALT_FREETYPE_HEADERS_PATH"><tt>ALT_FREETYPE_HEADERS_PATH</tt></a></dt>
1698 <dd>
1699 The location of the FreeType header files.
1700 See <a href="#freetype">FreeType information</a> for details.
1701 </dd>
1702 <dt><a name="ALT_JDK_DEVTOOLS_PATH"><tt>ALT_JDK_DEVTOOLS_PATH</tt></a></dt>
1703 <dd>
1704 The default root location of the devtools.
1705 The default value is
1706 <tt>$(ALT_SLASH_JAVA)/devtools</tt>.
1707 </dd>
1708 <dt><tt><a name="ALT_DEVTOOLS_PATH">ALT_DEVTOOLS_PATH</a></tt> </dt>
1709 <dd>
1710 The location of tools like the
1711 <a href="#zip"><tt>zip</tt> and <tt>unzip</tt></a>
1712 binaries, but might also contain the GNU make utility
1713 (<tt><i>gmake</i></tt>).
1714 So this area is a bit of a grab bag, especially on Windows.
1715 The default value depends on the platform and
1716 Unix Commands being used.
1717 On Linux the default will be
1718 <tt>$(ALT_JDK_DEVTOOLS_PATH)/linux/bin</tt>,
1719 on Solaris
1720 <tt>$(ALT_JDK_DEVTOOLS_PATH)/<i>{sparc,i386}</i>/bin</tt>,
1721 and on Windows with CYGWIN
1722 <tt>/usr/bin</tt>.
1723 </dd>
Kelly O'Hairf240c002011-03-22 08:15:39 -07001724 <dt><tt><a name="ALT_DROPS_DIR">ALT_DROPS_DIR</a></tt> </dt>
1725 <dd>
1726 The location of any source drop bundles
1727 (see <a href="#drops">Managing the Source Drops</a>).
1728 The default will be
1729 <tt>$(ALT_JDK_DEVTOOLS_PATH)/share/jdk7-drops</tt>.
1730 </dd>
Kelly O'Haird03960122008-12-01 15:28:36 -08001731 <dt><a name="ALT_UNIXCCS_PATH"><tt>ALT_UNIXCCS_PATH</tt></a></dt>
1732 <dd>
1733 <strong>Solaris only:</strong>
1734 An override for specifying where the Unix CCS
1735 command set are located.
1736 The default location is <tt>/usr/ccs/bin</tt>
1737 </dd>
1738 <dt><a name="ALT_SLASH_JAVA"><tt>ALT_SLASH_JAVA</tt></a></dt>
1739 <dd>
1740 The default root location for many of the ALT path locations
1741 of the following ALT variables.
1742 The default value is
1743 <tt>"/java"</tt> on Solaris and Linux,
1744 <tt>"J:"</tt> on Windows.
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -07001745 </dd>
Kelly O'Hair634c79b2008-07-09 15:42:00 -07001746 <dt><a name="ALT_BUILD_JDK_IMPORT_PATH"><tt>ALT_BUILD_JDK_IMPORT_PATH</tt></a></dt>
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -07001747 <dd>
Kelly O'Hair634c79b2008-07-09 15:42:00 -07001748 These are useful in managing builds on multiple platforms.
1749 The default network location for all of the import JDK images
1750 for all platforms.
1751 If <tt><a href="#ALT_JDK_IMPORT_PATH">ALT_JDK_IMPORT_PATH</a></tt>
1752 is not set, this directory will be used and should contain
1753 the following directories:
1754 <tt>solaris-sparc</tt>,
1755 <tt>solaris-i586</tt>,
1756 <tt>solaris-sparcv9</tt>,
1757 <tt>solaris-amd64</tt>,
1758 <tt>linux-i586</tt>,
1759 <tt>linux-amd64</tt>,
1760 <tt>windows-i586</tt>,
1761 and
1762 <tt>windows-amd64</tt>.
1763 Where each of these directories contain the import JDK image
1764 for that platform.
1765 </dd>
Kelly O'Haird03960122008-12-01 15:28:36 -08001766 <dt><strong>Windows specific:</strong></dt>
Kelly O'Hair634c79b2008-07-09 15:42:00 -07001767 <dd>
Kelly O'Haird03960122008-12-01 15:28:36 -08001768 <dl>
Kelly O'Haird5ee3dc2010-12-21 16:44:00 -08001769 <dt><a name="ALT_WINDOWSSDKDIR"><tt>ALT_WINDOWSSDKDIR</tt></a> </dt>
Kelly O'Haird03960122008-12-01 15:28:36 -08001770 <dd>
1771 The location of the
Kelly O'Haird5ee3dc2010-12-21 16:44:00 -08001772 Microsoft Windows SDK where some tools will be
1773 located.
1774 The default is whatever WINDOWSSDKDIR is set to
1775 (or WindowsSdkDir) or the path
Kelly O'Hairf240c002011-03-22 08:15:39 -07001776 <br>
1777 <tt>c:\Program Files\Microsoft SDKs\Windows\v7.0a</tt>
Kelly O'Haird03960122008-12-01 15:28:36 -08001778 </dd>
1779 <dt><tt><a name="ALT_DXSDK_PATH">ALT_DXSDK_PATH</a></tt> </dt>
1780 <dd>
1781 The location of the
1782 <a href="#dxsdk">Microsoft DirectX 9 SDK</a>.
1783 The default will be to try and use the DirectX environment
1784 variable <tt>DXSDK_DIR</tt>,
1785 failing that, look in <tt>C:/DXSDK</tt>.
1786 </dd>
Phil Racecd28ed52010-05-11 14:31:42 -07001787 <dt><tt><a name="ALT_MSVCRNN_DLL_PATH">ALT_MSVCRNN_DLL_PATH</a></tt> </dt>
Kelly O'Haird03960122008-12-01 15:28:36 -08001788 <dd>
Kelly O'Haird03960122008-12-01 15:28:36 -08001789 The location of the
Kelly O'Hair5ef33b62011-01-14 14:04:19 -08001790 <a href="#msvcrNN"><tt>MSVCR100.DLL</tt></a>.
Kelly O'Haird03960122008-12-01 15:28:36 -08001791 </dd>
1792 </dl>
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -07001793 </dd>
1794 </dl>
1795 </blockquote>
1796 <!-- ------------------------------------------------------ -->
1797 <hr>
Kelly O'Hairf240c002011-03-22 08:15:39 -07001798 <h2><a name="hints">Hints and Tips</a></h2>
1799 <blockquote>
1800 You don't have to use all these hints and tips, and in fact people do actually
1801 build with systems that contradict these, but they might prove to be
1802 helpful to some.
1803 <ul>
1804 <li>
1805 If <tt>make sanity</tt> does not work, find out why, fix that
1806 before going any further. Or at least understand what the
1807 complaints are from it.
1808 </li>
1809 <li>
1810 JDK: Keep in mind that you are building a JDK, but you need
1811 a JDK (BOOTDIR JDK) to build this JDK.
1812 </li>
1813 <li>
1814 Ant: The ant utility is a java application and besides having
1815 ant available to you, it's important that ant finds the right
1816 java to run with. Make sure you can type <tt>ant -version</tt>
1817 and get clean results with no error messages.
1818 </li>
1819 <li>
1820 Linux: Try and favor the system packages over building your own
1821 or getting packages from other areas.
1822 Most Linux builds should be possible with the system's
1823 available packages.
1824 </li>
1825 <li>
1826 Solaris: Typically you will need to get compilers on your systems
1827 and occasionally GNU make 3.81 if a gmake binary is not available.
1828 The gmake binary might not be 3.81, be careful.
1829 </li>
1830 <li>
1831 Windows VS2010:
1832 <ul>
1833 <li>
1834 Only the C++ part of VS2010 is needed.
1835 Try to let the installation go to the default install directory.
1836 Always reboot your system after installing VS2010.
1837 The system environment variable VS100COMNTOOLS should be
1838 set in your environment.
1839 </li>
1840 <li>
1841 Make sure that TMP and TEMP are also set in the environment
1842 and refer to Windows paths that exist, like <tt>C:\temp</tt>,
1843 not <tt>/tmp</tt>, not <tt>/cygdrive/c/temp</tt>, and not <tt>C:/temp</tt>.
1844 <tt>C:\temp</tt> is just an example, it is assumed that this area is
1845 private to the user, so by default after installs you should
1846 see a unique user path in these variables.
1847 </li>
1848 <li>
1849 You need to use vsvars32.bat or vsvars64.bat to get the
1850 PATH, INCLUDE, LIB, LIBPATH, and WINDOWSSDKDIR
1851 variables set in your shell environment.
1852 These bat files are not easy to use from a shell environment.
1853 However, there is a script placed in the root jdk7 repository called
1854 vsvars.sh that can help, it should only be done once in a shell
1855 that will be doing the build, e.g.<br>
1856 <tt>sh ./make/scripts/vsvars.sh -v10 > settings<br>
1857 eval `cat settings`</tt><br>
1858 Or just <tt>eval `sh ./make/scripts/vsvars.sh -v10`</tt>.
1859 </li>
1860 </ul>
1861 </li>
1862 <li>
1863 Windows: PATH order is critical, see the
1864 <a href="#paths">paths</a> section for more information.
1865 </li>
1866 <li>
1867 Windows 64bit builds: Use ARCH_DATA_MODEL=64.
1868 </li>
1869 </ul>
1870 </blockquote>
1871 <!-- ------------------------------------------------------ -->
1872 <hr>
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -07001873 <h2><a name="troubleshooting">Troubleshooting</a></h2>
1874 <blockquote>
1875 A build can fail for any number of reasons.
1876 Most failures
1877 are a result of trying to build in an environment in which all the
1878 pre-build requirements have not been met.
1879 The first step in
1880 troubleshooting a build failure is to recheck that you have satisfied
1881 all the pre-build requirements for your platform.
1882 Look for the check list of the platform you are building on in the
1883 <a href="#contents">Table of Contents</a>.
1884 <p>
Kelly O'Hair213481a2010-12-22 12:25:52 -08001885 You can validate your build environment by using the <tt>sanity</tt>
1886 target.
1887 Any errors listed
1888 will stop the build from starting, and any warnings may result in
1889 a flawed product build.
1890 We strongly encourage you to evaluate every
1891 sanity check warning and fix it if required, before you proceed
1892 further with your build.
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -07001893 <p>
Kelly O'Hair213481a2010-12-22 12:25:52 -08001894 Some of the more common problems with builds are briefly described
1895 below, with suggestions for remedies.
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -07001896 <ul>
1897 <li>
Kelly O'Hairf240c002011-03-22 08:15:39 -07001898 <b>Corrupted Bundles on Windows:</b>
1899 <blockquote>
1900 Some virus scanning software has been known to corrupt the
1901 downloading of zip bundles.
1902 It may be necessary to disable the 'on access' or 'real time'
1903 virus scanning features to prevent this corruption.
1904 This type of "real time" virus scanning can also slow down the
1905 build process significantly.
1906 Temporarily disabling the feature, or excluding the build
1907 output directory may be necessary to get correct and faster builds.
1908 </blockquote>
1909 </li>
1910 <li>
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -07001911 <b>Slow Builds:</b>
1912 <blockquote>
1913 If your build machine seems to be overloaded from too many
1914 simultaneous C++ compiles, try setting the <tt>HOTSPOT_BUILD_JOBS</tt>
1915 variable to <tt>1</tt> (if you're using a multiple CPU
1916 machine, setting it to more than the the number of CPUs is probably
1917 not a good idea).
1918 <p>
Kelly O'Hair213481a2010-12-22 12:25:52 -08001919 Creating the javadocs can be very slow, if you are running
1920 javadoc, consider skipping that step.
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -07001921 <p>
Kelly O'Hair213481a2010-12-22 12:25:52 -08001922 Faster hardware and more RAM always helps too.
1923 The VM build tends to be CPU intensive (many C++ compiles),
1924 and the rest of the JDK will often be disk intensive.
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -07001925 <p>
Kelly O'Hair213481a2010-12-22 12:25:52 -08001926 Faster compiles are possible using a tool called
1927 <a href="http://ccache.samba.org/" target="_blank">ccache</a>.
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -07001928 </blockquote>
1929 </li>
1930 <li>
1931 <b>File time issues:</b>
1932 <blockquote>
1933 If you see warnings that refer to file time stamps, e.g.
1934 <blockquote>
1935 <i>Warning message:</i><tt> File `xxx' has modification time in
Kelly O'Hair213481a2010-12-22 12:25:52 -08001936 the future.</tt>
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -07001937 <br>
1938 <i>Warning message:</i> <tt> Clock skew detected. Your build may
Kelly O'Hair213481a2010-12-22 12:25:52 -08001939 be incomplete.</tt>
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -07001940 </blockquote>
1941 These warnings can occur when the clock on the build machine is out of
1942 sync with the timestamps on the source files. Other errors, apparently
1943 unrelated but in fact caused by the clock skew, can occur along with
1944 the clock skew warnings. These secondary errors may tend to obscure the
1945 fact that the true root cause of the problem is an out-of-sync clock.
1946 For example, an out-of-sync clock has been known to cause an old
1947 version of javac to be used to compile some files, resulting in errors
1948 when the pre-1.4 compiler ran across the new <tt>assert</tt> keyword
1949 in the 1.4 source code.
1950 <p>
Kelly O'Hair213481a2010-12-22 12:25:52 -08001951 If you see these warnings, reset the clock on the build
1952 machine, run "<tt><i>gmake</i> clobber</tt>" or delete the directory
1953 containing the build output, and restart the build from the beginning.
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -07001954 </blockquote>
1955 </li>
1956 <li>
1957 <b>Error message: <tt>Trouble writing out table to disk</tt></b>
1958 <blockquote>
1959 Increase the amount of swap space on your build machine.
1960 </blockquote>
1961 </li>
1962 <li>
1963 <b>Error Message: <tt>libstdc++ not found:</tt></b>
1964 <blockquote>
1965 This is caused by a missing libstdc++.a library.
1966 This is installed as part of a specific package
1967 (e.g. libstdc++.so.devel.386).
Kelly O'Haird03960122008-12-01 15:28:36 -08001968 By default some 64-bit Linux versions (e.g. Fedora)
1969 only install the 64-bit version of the libstdc++ package.
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -07001970 Various parts of the JDK build require a static
1971 link of the C++ runtime libraries to allow for maximum
1972 portability of the built images.
1973 </blockquote>
1974 </li>
1975 <li>
1976 <b>Error Message: <tt>cannot restore segment prot after reloc</tt></b>
1977 <blockquote>
1978 This is probably an issue with SELinux (See
1979 <a href="http://en.wikipedia.org/wiki/SELinux" target="_blank">
Kelly O'Hair213481a2010-12-22 12:25:52 -08001980 http://en.wikipedia.org/wiki/SELinux</a>).
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -07001981 Parts of the VM is built without the <tt>-fPIC</tt> for
1982 performance reasons.
1983 <p>
Kelly O'Hair213481a2010-12-22 12:25:52 -08001984 To completely disable SELinux:
1985 <ol>
1986 <li><tt>$ su root</tt></li>
1987 <li><tt># system-config-securitylevel</tt></li>
1988 <li><tt>In the window that appears, select the SELinux tab</tt></li>
1989 <li><tt>Disable SELinux</tt></li>
1990 </ol>
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -07001991 <p>
Kelly O'Hair213481a2010-12-22 12:25:52 -08001992 Alternatively, instead of completely disabling it you could
1993 disable just this one check.
1994 <ol>
1995 <li>Select System->Administration->SELinux Management</li>
1996 <li>In the SELinux Management Tool which appears,
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -07001997 select "Boolean" from the menu on the left</li>
Kelly O'Hair213481a2010-12-22 12:25:52 -08001998 <li>Expand the "Memory Protection" group</li>
1999 <li>Check the first item, labeled
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -07002000 "Allow all unconfined executables to use libraries requiring text relocation ..."</li>
Kelly O'Hair213481a2010-12-22 12:25:52 -08002001 </ol>
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -07002002 </blockquote>
2003 </li>
2004 <li>
Kelly O'Hairf240c002011-03-22 08:15:39 -07002005 <b>Windows Error Messages:</b><br>
2006 <tt>*** fatal error - couldn't allocate heap, ... </tt><br>
2007 <tt>rm fails with "Directory not empty"</tt><br>
2008 <tt>unzip fails with "cannot create ... Permission denied"</tt><br>
2009 <tt>unzip fails with "cannot create ... Error 50"</tt><br>
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -07002010 <blockquote>
2011 The CYGWIN software can conflict with other non-CYGWIN
2012 software. See the CYGWIN FAQ section on
2013 <a href="http://cygwin.com/faq/faq.using.html#faq.using.bloda" target="_blank">
Kelly O'Hair213481a2010-12-22 12:25:52 -08002014 BLODA (applications that interfere with CYGWIN)</a>.
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -07002015 </blockquote>
2016 </li>
2017 <li>
Kelly O'Hairf240c002011-03-22 08:15:39 -07002018 <b>Windows Error Message: <tt>spawn failed</tt></b>
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -07002019 <blockquote>
Kelly O'Hairf240c002011-03-22 08:15:39 -07002020 Try rebooting the system, or there could be some kind of
2021 issue with the disk or disk partition being used.
2022 Sometimes it comes with a "Permission Denied" message.
Kelly O'Hairbf8a41a2008-04-30 19:35:26 -07002023 </blockquote>
2024 </li>
2025 </ul>
2026 </blockquote>
2027 <hr>
2028 </body>
2029</html>