README-builds.html

Thu, 07 Jun 2012 20:25:06 -0700

author
erikj
date
Thu, 07 Jun 2012 20:25:06 -0700
changeset 445
efd26e051e50
parent 433
2f06b15e2439
child 487
c12e759ac4e8
permissions
-rw-r--r--

7170079: Adjustments to build-infra makefiles
Reviewed-by: ohair, ohrstrom, ihse, jonas
Contributed-by: jonas <jonas.oreland@oracle.com>, erikj <erik.joelsson@oracle.com>, ihse <magnus.ihse.bursie@oracle.com>, tgranat <torbjorn.granat@oracle.com>, ykantser <yekaterina.kantserova@oracle.com>

duke@2 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
duke@2 2 <html>
ohair@13 3 <head>
ohair@13 4 <title>OpenJDK Build README</title>
ohair@13 5 </head>
ohair@13 6 <body style="background-color:lightcyan">
ohair@13 7 <!-- ====================================================== -->
ohair@41 8 <table width="100%">
ohair@13 9 <tr>
ohair@13 10 <td align="center">
ohair@25 11 <img alt="OpenJDK"
ohair@25 12 src="http://openjdk.java.net/images/openjdk.png"
ohair@25 13 width=256 />
ohair@13 14 </td>
ohair@13 15 </tr>
ohair@13 16 <tr>
ohair@13 17 <td align=center>
ohair@13 18 <h1>OpenJDK Build README</h1>
ohair@13 19 </td>
ohair@13 20 </tr>
ohair@13 21 </table>
ohair@13 22 <!-- ------------------------------------------------------ -->
ohair@13 23 <hr>
ohair@13 24 <h2><a name="introduction">Introduction</a></h2>
ohair@13 25 <blockquote>
ohair@13 26 <p>
ohair@276 27 This README file contains build instructions for the
ohair@276 28 <a href="http://openjdk.java.net" target="_blank">OpenJDK</a>.
ohair@276 29 Building the source code for the
ohair@276 30 OpenJDK
ohair@276 31 requires
ohair@276 32 a certain degree of technical expertise.
ohair@13 33 </blockquote>
ohair@13 34 <!-- ------------------------------------------------------ -->
ohair@13 35 <hr>
ohair@13 36 <h2><a name="contents">Contents</a></h2>
ohair@13 37 <blockquote>
ohair@13 38 <ul>
ohair@13 39 <li><a href="#introduction">Introduction</a></li>
ohair@276 40 <li><a href="#hg">Use of Mercurial</a>
ohair@276 41 <ul>
ohair@276 42 <li><a href="#get_source">Getting the Source</a></li>
ohair@276 43 </ul>
ohair@276 44 </li>
ohair@13 45 <li><a href="#MBE">Minimum Build Environments</a></li>
robilad@132 46 <li><a href="#SDBE">Specific Developer Build Environments</a>
ohair@41 47 <ul>
ohair@41 48 <li><a href="#fedora">Fedora Linux</a> </li>
ohair@41 49 <li><a href="#centos">CentOS Linux</a> </li>
ohair@276 50 <li><a href="#debian">Debian GNU/Linux</a></li>
ohair@276 51 <li><a href="#ubuntu">Ubuntu Linux</a> </li>
ohair@276 52 <li><a href="#opensuse">OpenSUSE</a></li>
ohair@276 53 <li><a href="#mandriva">Mandriva</a></li>
ohair@276 54 <li><a href="#opensolaris">OpenSolaris</a></li>
ohair@41 55 </ul>
ohair@276 56 </li>
ohair@320 57 <li><a href="#directories">Source Directory Structure</a>
ohair@320 58 <ul>
ohair@320 59 <li><a href="#drops">Managing the Source Drops</a></li>
ohair@320 60 </ul>
ohair@320 61 </li>
ohair@13 62 <li><a href="#building">Build Information</a>
ohair@13 63 <ul>
ohair@13 64 <li><a href="#gmake">GNU Make (<tt><i>gmake</i></tt>)</a> </li>
ohair@13 65 <li><a href="#linux">Basic Linux System Setup</a> </li>
ohair@13 66 <li><a href="#solaris">Basic Solaris System Setup</a> </li>
ohair@13 67 <li><a href="#windows">Basic Windows System Setup</a> </li>
ewendeli@433 68 <li><a href="#macosx">Basic Mac OS X System Setup</a></li>
ohair@276 69 <li><a href="#dependencies">Build Dependencies</a>
ohair@276 70 <ul>
ohair@276 71 <li><a href="#bootjdk">Bootstrap JDK</a> </li>
ohair@276 72 <li><a href="#importjdk">Optional Import JDK</a> </li>
ohair@320 73 <li><a href="#ant">Ant 1.7.1</a> </li>
ohair@276 74 <li><a href="#cacerts">Certificate Authority File (cacert)</a> </li>
ohair@276 75 <li><a href="#compilers">Compilers</a>
ohair@276 76 <ul>
ohair@276 77 <li><a href="#msvc32">Microsoft Visual Studio Professional/Express for 32 bit</a> </li>
ohair@276 78 <li><a href="#msvc64">Microsoft Visual Studio Professional for 64 bit</a> </li>
ohair@276 79 <li><a href="#mssdk64">Microsoft Windows SDK for 64 bit</a> </li>
ohair@276 80 <li><a href="#gcc">Linux gcc/binutils</a> </li>
ohair@276 81 <li><a href="#studio">Sun Studio</a> </li>
ohair@276 82 </ul>
ohair@276 83 </li>
ohair@276 84 <li><a href="#zip">Zip and Unzip</a> </li>
ohair@276 85 <li><a href="#freetype">FreeType2 Fonts</a> </li>
ohair@276 86 <li>Linux and Solaris:
ohair@276 87 <ul>
ohair@276 88 <li><a href="#cups">CUPS Include files</a> </li>
ohair@276 89 <li><a href="#xrender">XRender Include files</a></li>
ohair@276 90 </ul>
ohair@276 91 </li>
ohair@276 92 <li>Linux only:
ohair@276 93 <ul>
ohair@276 94 <li><a href="#alsa">ALSA files</a> </li>
ohair@276 95 </ul>
ohair@276 96 </li>
ohair@276 97 <li>Windows only:
ohair@276 98 <ul>
ohair@276 99 <li>Unix Command Tools (<a href="#cygwin">CYGWIN</a>)</li>
ohair@276 100 <li><a href="#dxsdk">DirectX 9.0 SDK</a> </li>
ohair@276 101 </ul>
ohair@276 102 </li>
ohair@276 103 </ul>
ohair@276 104 </li>
ohair@13 105 </ul>
ohair@13 106 </li>
ohair@13 107 <li><a href="#creating">Creating the Build</a> </li>
ohair@13 108 <li><a href="#testing">Testing the Build</a> </li>
ohair@13 109 <li><a href="#variables">Environment/Make Variables</a></li>
ohair@13 110 <li><a href="#troubleshooting">Troubleshooting</a></li>
erikj@445 111 <li><a href="#newbuild">The New Build</a></li>
ohair@13 112 </ul>
ohair@13 113 </blockquote>
ohair@276 114
ohair@276 115 <!-- ------------------------------------------------------ -->
ohair@276 116 <hr>
ohair@276 117 <h2><a name="hg">Use of Mercurial</a></h2>
ohair@276 118 <blockquote>
ohair@276 119 The OpenJDK sources are maintained with the revision control system
ohair@276 120 <a href="http://mercurial.selenic.com/wiki/Mercurial">Mercurial</a>.
ohair@276 121 If you are new to Mercurial, please see the
ohair@276 122 <a href="http://mercurial.selenic.com/wiki/BeginnersGuides">Beginner Guides</a>
ohair@320 123 or refer to the <a href="http://hgbook.red-bean.com/">Mercurial Book</a>.
ohair@276 124 The first few chapters of the book provide an excellent overview of
ohair@276 125 Mercurial, what it is and how it works.
ohair@276 126 <br>
ohair@276 127 For using Mercurial with the OpenJDK refer to the
ohair@320 128 <a href="http://openjdk.java.net/guide/repositories.html#installConfig">
ohair@320 129 Developer Guide: Installing and Configuring Mercurial</a>
ohair@276 130 section for more information.
ohair@276 131
ohair@276 132 <!-- ------------------------------------------------------ -->
ohair@276 133 <h3><a name="get_source">Getting the Source</a></h3>
ohair@276 134 <blockquote>
ohair@276 135 To get the entire set of OpenJDK Mercurial repositories
neugens@359 136 use the script <code>get_source.sh</code> located in the root repository:
ohair@276 137 <blockquote>
ohair@276 138 <tt>
neugens@359 139 hg clone http://hg.openjdk.java.net/jdk8/jdk8 <i>YourOpenJDK</i>
ohair@276 140 <br>cd <i>YourOpenJDK</i>
ohair@276 141 <br>sh ./get_source.sh
ohair@276 142 </tt>
ohair@276 143 </blockquote>
ohair@276 144 Once you have all the repositories, the
ohair@276 145 script <tt>make/scripts/hgforest.sh</tt>
ohair@276 146 can be used to repeat the same <tt>hg</tt>
ohair@276 147 command on every repository in the forest, e.g.
ohair@276 148 <blockquote>
ohair@276 149 <tt>
ohair@276 150 cd <i>YourOpenJDK</i>
ohair@276 151 <br>sh ./make/scripts/hgforest.sh pull -u
ohair@276 152 </tt>
ohair@276 153 </blockquote>
ohair@276 154 </blockquote>
ohair@276 155
ohair@276 156 </blockquote>
ohair@276 157
ohair@13 158 <!-- ------------------------------------------------------ -->
ohair@13 159 <hr>
ohair@13 160 <h2><a name="MBE">Minimum Build Environments</a></h2>
ohair@13 161 <blockquote>
ohair@13 162 This file often describes specific requirements for what we call the
ohair@49 163 "minimum build environments" (MBE) for this
ohair@49 164 specific release of the JDK,
ohair@13 165 Building with the MBE will generate the most compatible
ohair@13 166 bits that install on, and run correctly on, the most variations
ohair@13 167 of the same base OS and hardware architecture.
ohair@13 168 These usually represent what is often called the
ohair@13 169 least common denominator platforms.
ohair@13 170 It is understood that most developers will NOT be using these
ohair@13 171 specific platforms, and in fact creating these specific platforms
ohair@13 172 may be difficult due to the age of some of this software.
ohair@13 173 <p>
ohair@276 174 The minimum OS and C/C++ compiler versions needed for building the
ohair@276 175 OpenJDK:
ohair@13 176 <p>
ohair@13 177 <table border="1">
ohair@13 178 <thead>
ohair@13 179 <tr>
ohair@13 180 <th>Base OS and Architecture</th>
ohair@13 181 <th>OS</th>
ohair@49 182 <th>C/C++ Compiler</th>
xdono@105 183 <th>BOOT JDK</th>
ohair@13 184 </tr>
ohair@13 185 </thead>
ohair@13 186 <tbody>
ohair@13 187 <tr>
ohair@49 188 <td>Linux X86 (32-bit)</td>
ohair@49 189 <td>Fedora 9</td>
ohair@320 190 <td>gcc 4.3 </td>
ohair@320 191 <td>JDK 6u18</td>
ohair@13 192 </tr>
ohair@13 193 <tr>
ohair@49 194 <td>Linux X64 (64-bit)</td>
ohair@49 195 <td>Fedora 9</td>
ohair@320 196 <td>gcc 4.3 </td>
ohair@320 197 <td>JDK 6u18</td>
ohair@13 198 </tr>
ohair@13 199 <tr>
ohair@49 200 <td>Solaris SPARC (32-bit)</td>
ohair@320 201 <td>Solaris 10 Update 6</td>
ohair@211 202 <td>Sun Studio 12 Update 1 + patches</td>
ohair@320 203 <td>JDK 6u18</td>
ohair@13 204 </tr>
ohair@13 205 <tr>
ohair@49 206 <td>Solaris SPARCV9 (64-bit)</td>
ohair@320 207 <td>Solaris 10 Update 6</td>
ohair@211 208 <td>Sun Studio 12 Update 1 + patches</td>
ohair@320 209 <td>JDK 6u18</td>
ohair@13 210 </tr>
ohair@13 211 <tr>
ohair@49 212 <td>Solaris X86 (32-bit)</td>
ohair@320 213 <td>Solaris 10 Update 6</td>
ohair@211 214 <td>Sun Studio 12 Update 1 + patches</td>
ohair@320 215 <td>JDK 6u18</td>
ohair@13 216 </tr>
ohair@13 217 <tr>
ohair@49 218 <td>Solaris X64 (64-bit)</td>
ohair@320 219 <td>Solaris 10 Update 6</td>
ohair@211 220 <td>Sun Studio 12 Update 1 + patches</td>
ohair@320 221 <td>JDK 6u18</td>
ohair@13 222 </tr>
ohair@13 223 <tr>
ohair@49 224 <td>Windows X86 (32-bit)</td>
ohair@13 225 <td>Windows XP</td>
prr@175 226 <td>Microsoft Visual Studio C++ 2010 Professional Edition</td>
ohair@320 227 <td>JDK 6u18</td>
ohair@13 228 </tr>
ohair@13 229 <tr>
ohair@49 230 <td>Windows X64 (64-bit)</td>
ohair@13 231 <td>Windows Server 2003 - Enterprise x64 Edition</td>
prr@175 232 <td>Microsoft Visual Studio C++ 2010 Professional Edition</td>
ohair@320 233 <td>JDK 6u18</td>
ohair@13 234 </tr>
ewendeli@433 235 <tr>
ewendeli@433 236 <td>Mac OS X X64 (64-bit)</td>
ewendeli@433 237 <td>Mac OS X 10.7.3 "Lion"</td>
ewendeli@433 238 <td>XCode 4.1 or later</td>
ewendeli@433 239 <td>Java for OS X Lion Update 1</td>
ewendeli@433 240 </tr>
ohair@13 241 </tbody>
ohair@13 242 </table>
ohair@276 243 <p>
ohair@49 244 These same sources do indeed build on many more systems than the
ohair@49 245 above older generation systems, again the above is just a minimum.
ohair@276 246 <p>
ohair@49 247 Compilation problems with newer or different C/C++ compilers is a
ohair@49 248 common problem.
ohair@49 249 Similarly, compilation problems related to changes to the
ohair@276 250 <tt>/usr/include</tt> or system header files is also a
ohair@49 251 common problem with newer or unreleased OS versions.
ohair@49 252 Please report these types of problems as bugs so that they
ohair@49 253 can be dealt with accordingly.
ohair@13 254 </blockquote>
ohair@13 255 <!-- ------------------------------------------------------ -->
ohair@13 256 <hr>
ohair@13 257 <h2><a name="SDBE">Specific Developer Build Environments</a></h2>
ohair@13 258 <blockquote>
ohair@13 259 We won't be listing all the possible environments, but
ohair@13 260 we will try to provide what information we have available to us.
ohair@13 261 </blockquote>
ohair@13 262 <!-- ------------------------------------------------------ -->
robilad@132 263 <h3><a name="fedora">Fedora</a></h3>
ohair@13 264 <blockquote>
ohair@276 265 <h4>Fedora 9</h4>
ohair@276 266 <p>
ohair@276 267 <blockquote>
ohair@276 268 After installing <a href="http://fedoraproject.org">Fedora</a> 9
robilad@132 269 you need to install several build dependencies. The simplest
robilad@132 270 way to do it is to execute the following commands as user
ohair@276 271 <tt>root</tt>:
ohair@276 272 <p/>
ohair@320 273 <code>yum-builddep java-1.6.0-openjdk</code>
ohair@276 274 <p/>
ohair@276 275 <code>yum install gcc gcc-c++</code>
ohair@276 276 <p/>
robilad@132 277 In addition, it's necessary to set a few environment variables for the build:
robilad@132 278
ohair@276 279 <p/>
ohair@276 280 <code>export LANG=C ALT_BOOTDIR=/usr/lib/jvm/java-openjdk</code>
ohair@41 281 </blockquote>
ohair@276 282 <h4>Fedora 10</h4>
ohair@276 283 <p>
ohair@276 284 <blockquote>
ohair@276 285 After installing <a href="http://fedoraproject.org">Fedora</a> 10
robilad@132 286 you need to install several build dependencies. The simplest
robilad@132 287 way to do it is to execute the following commands as user
ohair@276 288 <tt>root</tt>:
ohair@276 289 <p/>
ohair@276 290 <code>yum-builddep java-1.6.0-openjdk</code>
ohair@276 291 <p/>
ohair@276 292 <code>yum install gcc gcc-c++</code>
ohair@276 293 <p/>
robilad@132 294 In addition, it's necessary to set a few environment variables for the build:
robilad@132 295
ohair@276 296 <p/>
ohair@276 297 <code>export LANG=C ALT_BOOTDIR=/usr/lib/jvm/java-openjdk</code>
robilad@132 298 </blockquote>
ohair@276 299 <h4>Fedora 11</h4>
ohair@276 300 <p>
ohair@276 301 <blockquote>
ohair@276 302 After installing <a href="http://fedoraproject.org">Fedora</a> 11
robilad@132 303 you need to install several build dependencies. The simplest
robilad@132 304 way to do it is to execute the following commands as user
ohair@276 305 <tt>root</tt>:
ohair@276 306 <p/>
ohair@276 307 <code>yum-builddep java-1.6.0-openjdk</code>
ohair@276 308 <p/>
ohair@276 309 <code>yum install gcc gcc-c++</code>
ohair@276 310 <p/>
robilad@132 311 In addition, it's necessary to set a few environment variables for the build:
robilad@132 312
ohair@276 313 <p/>
ohair@276 314 <code>export LANG=C ALT_BOOTDIR=/usr/lib/jvm/java-openjdk</code>
ohair@276 315 </blockquote>
ohair@13 316 </blockquote>
ohair@13 317 <!-- ------------------------------------------------------ -->
ohair@320 318 <h3><a name="centos">CentOS 5.5</a></h3>
ohair@13 319 <blockquote>
ohair@41 320 After installing
ohair@320 321 <a href="http://www.centos.org/">CentOS 5.5</a>
ohair@41 322 you need to make sure you have
ohair@41 323 the following Development bundles installed:
ohair@41 324 <blockquote>
ohair@41 325 <ul>
ohair@41 326 <li>Development Libraries</li>
ohair@41 327 <li>Development Tools</li>
ohair@41 328 <li>Java Development</li>
ohair@320 329 <li>X Software Development (Including XFree86-devel)</li>
ohair@41 330 </ul>
ohair@41 331 </blockquote>
ohair@41 332 <p>
ohair@276 333 Plus the following packages:
ohair@41 334 <blockquote>
ohair@41 335 <ul>
ohair@41 336 <li>cups devel: Cups Development Package</li>
ohair@41 337 <li>alsa devel: Alsa Development Package</li>
ohair@41 338 <li>ant: Ant Package</li>
ohair@41 339 <li>Xi devel: libXi.so Development Package</li>
ohair@41 340 </ul>
ohair@41 341 </blockquote>
ohair@41 342 <p>
ohair@276 343 The freetype 2.3 packages don't seem to be available,
ohair@276 344 but the freetype 2.3 sources can be downloaded, built,
ohair@276 345 and installed easily enough from
ohair@276 346 <a href="http://downloads.sourceforge.net/freetype">
ohair@276 347 the freetype site</a>.
ohair@276 348 Build and install with something like:
ohair@41 349 <blockquote>
ohair@41 350 <tt>./configure && make && sudo -u root make install</tt>
ohair@41 351 </blockquote>
ohair@41 352 <p>
ohair@276 353 Mercurial packages could not be found easily, but a Google
ohair@276 354 search should find ones, and they usually include Python if
ohair@276 355 it's needed.
ohair@13 356 </blockquote>
ohair@13 357 <!-- ------------------------------------------------------ -->
robilad@132 358 <h3><a name="debian">Debian</a></h3>
ohair@13 359 <blockquote>
robilad@132 360 <h4>Debian 5.0 (Lenny)</h4>
ohair@13 361 <p>
ohair@276 362 <blockquote>
robilad@132 363 After installing <a href="http://debian.org">Debian</a> 5
robilad@132 364 you need to install several build dependencies.
robilad@132 365 The simplest way to install the build dependencies is to
robilad@132 366 execute the following commands as user <tt>root</tt>:
ohair@276 367 <p/>
ohair@276 368 <code>aptitude build-dep openjdk-6</code>
ohair@276 369 <p/>
ohair@276 370 <code>aptitude install openjdk-6-jdk libmotif-dev</code>
ohair@276 371 <p/>
robilad@132 372 In addition, it's necessary to set a few environment variables for the build:
ohair@276 373 <p/>
ohair@276 374 <code>export LANG=C ALT_BOOTDIR=/usr/lib/jvm/java-6-openjdk</code>
ohair@276 375 </blockquote>
robilad@132 376 </blockquote>
robilad@132 377 <!-- ====================================================== -->
ohair@276 378 <h3><a name="ubuntu">Ubuntu</a></h3>
robilad@132 379 <blockquote>
robilad@132 380 <h4>Ubuntu 8.04</h4>
ohair@13 381 <p>
ohair@276 382 <blockquote>
robilad@132 383 After installing <a href="http://ubuntu.org">Ubuntu</a> 8.04
robilad@132 384 you need to install several build dependencies.
ohair@276 385 <p/>
robilad@132 386 First, you need to enable the universe repository in the
robilad@132 387 Software Sources application and reload the repository
robilad@132 388 information. The Software Sources application is available
robilad@132 389 under the System/Administration menu.
ohair@276 390 <p/>
robilad@132 391 The simplest way to install the build dependencies is to
robilad@132 392 execute the following commands:
ohair@276 393 <p/>
ohair@276 394 <code>sudo aptitude build-dep openjdk-6</code>
ohair@276 395 <p/>
ohair@276 396 <code>sudo aptitude install openjdk-6-jdk</code>
ohair@276 397 <p/>
robilad@132 398 In addition, it's necessary to set a few environment variables for the build:
ohair@276 399 <p/>
ohair@276 400 <code>export LANG=C ALT_BOOTDIR=/usr/lib/jvm/java-6-openjdk</code>
ohair@276 401 </blockquote>
ohair@276 402 <h4>Ubuntu 8.10</h4>
ohair@13 403 <p>
ohair@276 404 <blockquote>
robilad@132 405 After installing <a href="http://ubuntu.org">Ubuntu</a> 8.10
robilad@132 406 you need to install several build dependencies. The simplest
robilad@132 407 way to do it is to execute the following commands:
ohair@276 408 <p/>
ohair@276 409 <code>sudo aptitude build-dep openjdk-6</code>
ohair@276 410 <p/>
ohair@276 411 <code>sudo aptitude install openjdk-6-jdk</code>
ohair@276 412 <p/>
robilad@132 413 In addition, it's necessary to set a few environment variables for the build:
ohair@276 414 <p/>
ohair@276 415 <code>export LANG=C ALT_BOOTDIR=/usr/lib/jvm/java-6-openjdk</code>
ohair@276 416 </blockquote>
ohair@276 417 <h4>Ubuntu 9.04</h4>
ohair@13 418 <p>
ohair@276 419 <blockquote>
robilad@132 420 After installing <a href="http://ubuntu.org">Ubuntu</a> 9.04
robilad@132 421 you need to install several build dependencies. The simplest
robilad@132 422 way to do it is to execute the following commands:
ohair@276 423 <p/>
ohair@276 424 <code>sudo aptitude build-dep openjdk-6</code>
ohair@276 425 <p/>
ohair@276 426 <code>sudo aptitude install openjdk-6-jdk</code>
ohair@276 427 <p/>
robilad@132 428 In addition, it's necessary to set a few environment variables for the build:
ohair@276 429 <p/>
ohair@276 430 <code>export LANG=C ALT_BOOTDIR=/usr/lib/jvm/java-6-openjdk</code>
ohair@276 431 </blockquote>
ohair@13 432 </blockquote>
robilad@132 433 <!-- ====================================================== -->
robilad@132 434 <h3><a name="opensuse">OpenSUSE</a></h3>
robilad@132 435 <blockquote>
robilad@132 436 <h4>OpenSUSE 11.1</h4>
robilad@132 437 <p>
ohair@276 438 <blockquote>
robilad@132 439 After installing <a href="http://opensuse.org">OpenSUSE</a> 11.1
robilad@132 440 you need to install several build dependencies.
robilad@132 441 The simplest way to install the build dependencies is to
robilad@132 442 execute the following commands:
ohair@276 443 <p/>
ohair@276 444 <code>sudo zypper source-install -d java-1_6_0-openjdk</code>
ohair@276 445 <p/>
ohair@276 446 <code>sudo zypper install make</code>
ohair@276 447 <p/>
robilad@132 448 In addition, it is necessary to set a few environment variables for the build:
ohair@276 449 <p/>
ohair@276 450 <code>export LANG=C ALT_BOOTDIR=/usr/lib/jvm/java-1.6.0-openjdk</code>
ohair@276 451 <p/>
robilad@132 452 Finally, you need to unset the <code>JAVA_HOME</code> environment variable:
ohair@276 453 <p/>
ohair@276 454 <code>export -n JAVA_HOME</code>
ohair@276 455 </blockquote>
ohair@276 456 </blockquote>
robilad@132 457 <!-- ====================================================== -->
robilad@132 458 <h3><a name="mandriva">Mandriva</a></h3>
robilad@132 459 <blockquote>
robilad@132 460 <h4>Mandriva Linux One 2009 Spring</h4>
robilad@132 461 <p>
ohair@276 462 <blockquote>
robilad@132 463 After installing <a href="http://mandriva.org">Mandriva</a> Linux One 2009 Spring
robilad@132 464 you need to install several build dependencies.
robilad@132 465 The simplest way to install the build dependencies is to
robilad@132 466 execute the following commands as user <tt>root</tt>:
ohair@276 467 <p/>
ohair@276 468 <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>
robilad@132 469 <p/>
robilad@132 470 In addition, it is necessary to set a few environment variables for the build:
ohair@276 471 <p/>
ohair@276 472 <code>export LANG=C ALT_BOOTDIR=/usr/lib/jvm/java-1.6.0-openjdk</code>
ohair@276 473 </blockquote>
robilad@132 474 </blockquote>
robilad@132 475 <!-- ====================================================== -->
robilad@132 476 <h3><a name="opensolaris">OpenSolaris</a></h3>
robilad@132 477 <blockquote>
robilad@132 478 <h4>OpenSolaris 2009.06</h4>
robilad@132 479 <p>
ohair@276 480 <blockquote>
robilad@132 481 After installing <a href="http://opensolaris.org">OpenSolaris</a> 2009.06
robilad@132 482 you need to install several build dependencies.
robilad@132 483 The simplest way to install the build dependencies is to
robilad@132 484 execute the following commands:
ohair@276 485 <p/>
ohair@276 486 <code>pfexec pkg install SUNWgmake SUNWj6dev SUNWant sunstudioexpress SUNWcups SUNWzip SUNWunzip SUNWxwhl SUNWxorg-headers SUNWaudh SUNWfreetype2</code>
robilad@132 487 <p/>
robilad@132 488 In addition, it is necessary to set a few environment variables for the build:
ohair@276 489 <p/>
ohair@276 490 <code>export LANG=C ALT_COMPILER_PATH=/opt/SunStudioExpress/bin/ ALT_CUPS_HEADERS_PATH=/usr/include/</code>
ohair@276 491 <p/>
robilad@132 492 Finally, you need to make sure that the build process can find the Sun Studio compilers:
ohair@276 493 <p/>
ohair@276 494 <code>export PATH=$PATH:/opt/SunStudioExpress/bin/</code>
ohair@276 495 </blockquote>
robilad@132 496 </blockquote>
robilad@132 497 <!-- ------------------------------------------------------ -->
ohair@13 498 <hr>
ohair@13 499 <h2><a name="directories">Source Directory Structure</a></h2>
ohair@13 500 <blockquote>
ohair@13 501 <p>
ohair@276 502 The source code for the OpenJDK is delivered in a set of
ohair@276 503 directories:
ohair@276 504 <tt>hotspot</tt>,
ohair@276 505 <tt>langtools</tt>,
ohair@276 506 <tt>corba</tt>,
ohair@276 507 <tt>jaxws</tt>,
ohair@276 508 <tt>jaxp</tt>,
ohair@276 509 and
ohair@276 510 <tt>jdk</tt>.
ohair@276 511 The <tt>hotspot</tt> directory contains the source code and make
ohair@276 512 files for building the OpenJDK Hotspot Virtual Machine.
ohair@276 513 The <tt>langtools</tt> directory contains the source code and make
ohair@276 514 files for building the OpenJDK javac and language tools.
ohair@276 515 The <tt>corba</tt> directory contains the source code and make
ohair@276 516 files for building the OpenJDK Corba files.
ohair@276 517 The <tt>jaxws</tt> directory contains the source code and make
ohair@276 518 files for building the OpenJDK JAXWS files.
ohair@276 519 The <tt>jaxp</tt> directory contains the source code and make
ohair@276 520 files for building the OpenJDK JAXP files.
ohair@276 521 The <tt>jdk</tt> directory contains the source code and make files for
ohair@276 522 building the OpenJDK runtime libraries and misc files.
ohair@276 523 The top level <tt>Makefile</tt>
ohair@276 524 is used to build the entire OpenJDK.
ohair@320 525
ohair@320 526 <h3><a name="drops">Managing the Source Drops</a></h3>
ohair@320 527 <blockquote>
ohair@320 528 <p>
ohair@320 529 The repositories <tt>jaxp</tt> and <tt>jaxws</tt> actually
ohair@320 530 do not contain the sources for JAXP or JAX-WS.
ohair@320 531 These products have their own open source procedures at their
ohair@320 532 <a href="http://jaxp.java.net/">JAXP</a> and
ohair@320 533 <a href="http://jax-ws.java.net/">JAX-WS</a> home pages.
ohair@320 534 The OpenJDK project does need access to these sources to build
ohair@320 535 a complete JDK image because JAXP and JAX-WS are part of the JDK.
ohair@320 536 The current process for delivery of the JAXP and JAX-WS sources
ohair@320 537 involves so called "source drop bundles" downloaded from a public
ohair@320 538 website.
ohair@320 539 There are many reasons for this current mechanism, and it is
ohair@320 540 understood that this is not ideal for the open source community.
ohair@320 541 It is possible this process could change in the future.
ohair@320 542 <br>
neugens@359 543 <b>NOTE:</b> The <a href="http://download.java.net/openjdk/jdk8/">
ohair@320 544 Complete OpenJDK Source Bundles</a> <u>will</u> contain the JAXP and
ohair@320 545 JAX-WS sources.
ohair@320 546 </p>
ohair@320 547
ohair@320 548 <h4><a name="dropcreation">Creation of New Source Drop Bundles</a></h4>
ohair@320 549 <blockquote>
ohair@320 550 <ol>
ohair@320 551 <li>
ohair@320 552 The JAXP or JAX-WS team prepares a new zip bundle,
ohair@320 553 places a copy in a public download area on java.net,
ohair@320 554 sends us a link and a list of CRs (Change Request Numbers).
ohair@320 555 The older download bundles should not be deleted.
ohair@320 556 It is the responsibility of the JAXP and JAX-WS team to
ohair@320 557 place the proper GPL legal notices on the sources
ohair@320 558 and do any filtering or java re-packaging for the
ohair@320 559 OpenJDK instances of these classes.
ohair@320 560 </li>
ohair@320 561 <li>
ohair@320 562 The OpenJDK team copies this new bundle into shared
neugens@359 563 area (e.g. <tt>/java/devtools/share/jdk8-drops</tt>).
ohair@320 564 Older bundles are never deleted so we retain the history.
ohair@320 565 </li>
ohair@320 566 <li>
ohair@320 567 The OpenJDK team edits the ant property file
ohair@320 568 <tt>jaxp/jaxp.properties</tt> or
ohair@320 569 <tt>jaxws/jaxws.properties</tt> to update the
ohair@320 570 base URL, the zip bundle name, and the MD5 checksum
ohair@320 571 of the zip bundle
ohair@320 572 (on Solaris: <tt>sum -c md5 <i>bundlename</i></tt>)
ohair@320 573 </li>
ohair@320 574 <li>
ohair@320 575 OpenJDK team reviews and commits those changes with the
ohair@320 576 given CRs.
ohair@320 577 </li>
ohair@320 578 </ol>
ohair@320 579 </blockquote>
ohair@320 580
ohair@320 581 <h4><a name="dropusage">Using Source Drop Bundles</a></h4>
ohair@320 582 <blockquote>
ohair@320 583 <p>
ohair@320 584 The ant scripts that build <tt>jaxp</tt> and <tt>jaxws</tt>
ohair@320 585 will attempt to locate these zip bundles from the directory
ohair@320 586 in the environment variable
ohair@320 587 <tt><a href="#ALT_DROPS_DIR">ALT_DROPS_DIR</a></tt>.
ohair@320 588 The checksums protect from getting the wrong, corrupted, or
ohair@320 589 improperly modified sources.
ohair@320 590 Once the sources are made available, the population will not
ohair@320 591 happen again unless a <tt>make clobber</tt> is requested
ohair@320 592 or the <tt>jaxp/drop/</tt> or <tt>jaxws/drop/</tt>
ohair@320 593 directory is explicitly deleted.
ohair@320 594 <br>
ohair@320 595 <b>NOTE:</b> The default Makefile and ant script behavior
ohair@320 596 is to NOT download these bundles from the public http site.
ohair@320 597 In general, doing downloads
ohair@320 598 during the build process is not advised, it creates too much
ohair@320 599 unpredictability in the build process.
ohair@320 600 However, you can use <tt>make ALLOW_DOWNLOADS=true</tt> to
ohair@320 601 tell the ant script that the download of the zip bundle is
ohair@320 602 acceptable.
ohair@320 603 </p>
ohair@320 604 <p>
ohair@320 605 The recommended procedure for keeping a cache of these
ohair@320 606 source bundles would be to download them once, place them
ohair@320 607 in a directory outside the repositories, and then set
ohair@320 608 <tt><a href="#ALT_DROPS_DIR">ALT_DROPS_DIR</a></tt> to refer
ohair@320 609 to that directory.
ohair@320 610 These drop bundles do change occasionally, so the newer
ohair@320 611 bundles may need to be added to this area from time to time.
ohair@320 612 </p>
ohair@320 613 </blockquote>
ohair@320 614 </blockquote>
ohair@13 615 </blockquote>
ohair@13 616 <!-- ------------------------------------------------------ -->
ohair@13 617 <hr>
ohair@13 618 <h2><a name="building">Build Information</a></h2>
ohair@13 619 <blockquote>
ohair@13 620 Building the OpenJDK
ohair@320 621 is done with a <a href="#gmake">GNU <tt>make</tt></a> command line
ohair@320 622 and various
ohair@320 623 environment or make variable settings that direct the makefile rules
ohair@13 624 to where various components have been installed.
ohair@13 625 Where possible the makefiles will attempt to located the various
ohair@13 626 components in the default locations or any component specific
ohair@13 627 variable settings.
ohair@13 628 When the normal defaults fail or components cannot be found,
ohair@13 629 the various
ohair@13 630 <tt>ALT_*</tt> variables (alternates)
ohair@13 631 can be used to help the makefiles locate components.
ohair@13 632 <p>
ohair@276 633 Refer to the bash/sh/ksh setup file
ohair@276 634 <tt>jdk/make/jdk_generic_profile.sh</tt>
ohair@276 635 if you need help in setting up your environment variables.
ohair@276 636 A build could be as simple as:
ohair@13 637 <blockquote>
ohair@13 638 <pre><tt>
duke@2 639 bash
duke@2 640 . jdk/make/jdk_generic_profile.sh
ohair@320 641 <a href="#gmake"><tt>make</tt></a> sanity &amp;&amp; <a href="#gmake"><tt>make</tt></a>
ohair@13 642 </tt></pre>
ohair@13 643 </blockquote>
ohair@13 644 <p>
ohair@276 645 Of course ksh or sh would work too.
ohair@276 646 But some customization will probably be necessary.
ohair@276 647 The <tt>sanity</tt> rule will make some basic checks on build
ohair@276 648 dependencies and generate appropriate warning messages
ohair@276 649 regarding missing, out of date, or newer than expected components
ohair@276 650 found on your system.
ohair@13 651 </blockquote>
ohair@13 652 <!-- ------------------------------------------------------ -->
ohair@13 653 <hr>
ohair@13 654 <h3><a name="gmake">GNU make (<tt><i>gmake</i></tt>)</a></h3>
ohair@13 655 <blockquote>
ohair@13 656 The Makefiles in the OpenJDK are only valid when used with the
ohair@13 657 GNU version of the utility command <tt>make</tt>
ohair@13 658 (<tt><i>gmake</i></tt>).
ohair@13 659 A few notes about using GNU make:
ohair@13 660 <ul>
ohair@13 661 <li>
ohair@320 662 You need GNU make version 3.81 or newer.
ohair@13 663 </li>
ohair@13 664 <li>
ohair@13 665 Place the location of the GNU make binary in the <tt>PATH</tt>.
ohair@13 666 </li>
ohair@13 667 <li>
ohair@13 668 <strong>Linux:</strong>
ohair@320 669 The <tt>/usr/bin/make</tt> should be 3.81 or newer
ohair@320 670 and should work fine for you.
ohair@320 671 If this version is not 3.81 or newer,
ohair@320 672 see the <a href="#buildgmake">"Building GNU make"</a> section.
ohair@13 673 </li>
ohair@13 674 <li>
ohair@13 675 <strong>Solaris:</strong>
ohair@13 676 Do NOT use <tt>/usr/bin/make</tt> on Solaris.
ohair@13 677 If your Solaris system has the software
ohair@13 678 from the Solaris Companion CD installed,
ohair@320 679 you should try and use <tt>gmake</tt>
ohair@13 680 which will be located in either the <tt>/opt/sfw/bin</tt> or
ohair@13 681 <tt>/usr/sfw/bin</tt> directory.
ohair@320 682 In more recent versions of Solaris GNU make might be found
ohair@320 683 at <tt>/usr/bin/gmake</tt>.<br>
ohair@320 684 <b>NOTE:</b> It is very likely that this <tt>gmake</tt>
ohair@320 685 could be 3.80, you need 3.81, in which case,
ohair@320 686 see the <a href="#buildgmake">"Building GNU make"</a> section.
ohair@13 687 </li>
ohair@13 688 <li>
ohair@13 689 <strong>Windows:</strong>
ohair@138 690 Make sure you start your build inside a bash/sh/ksh shell
ohair@138 691 and are using a <tt>make.exe</tt> utility built for that
ohair@138 692 environment (a cygwin <tt>make.exe</tt> is not the same
ohair@138 693 as a <tt>make.exe</tt> built for something like
ohair@138 694 <a href="http://www.mkssoftware.com/">MKS</a>).
ohair@13 695 <br>
ohair@320 696 <b>WARNING:</b> Watch out on some make 3.81 versions, it may
ohair@25 697 not work due to a lack of support for MS-DOS drive letter paths
ohair@25 698 like <tt>C:/</tt> or <tt>C:\</tt>.
ohair@25 699 <br>
ohair@320 700 You may be able to use the information at the
ohair@13 701 <a href="http://developer.mozilla.org/en/docs/Windows_build_prerequisites_using_cygwin#make" target="_blank">
ohair@276 702 mozilla developer center</a>
ohair@13 703 on this topic.
ohair@25 704 <br>
ohair@25 705 It's hoped that when make 3.82 starts shipping in a future cygwin
ohair@25 706 release that this MS-DOS path issue will be fixed.
ohair@320 707 <br>
ohair@320 708 It may be possible to download the version at
ohair@25 709 <a href="http://www.cmake.org/files/cygwin/make.exe">
ohair@320 710 www.cmake.org make.exe</a>.
ohair@320 711 <br>
ohair@320 712 It might be necessary for you to build your own GNU make 3.81,
ohair@320 713 see the <a href="#buildgmake">"Building GNU make"</a> section
ohair@320 714 in that case.
ohair@13 715 </li>
ohair@13 716 </ul>
ohair@13 717 <p>
ohair@276 718 Information on GNU make, and access to ftp download sites, are
ohair@276 719 available on the
ohair@276 720 <a href="http://www.gnu.org/software/make/make.html" target="_blank">
ohair@276 721 GNU make web site
ohair@276 722 </a>.
ohair@276 723 The latest source to GNU make is available at
ohair@276 724 <a href="http://ftp.gnu.org/pub/gnu/make/" target="_blank">
ohair@276 725 ftp.gnu.org/pub/gnu/make/</a>.
ohair@320 726 </p>
ohair@320 727 <!-- ------------------------------------------------------ -->
ohair@320 728 <h4><a name="buildgmake">Building GNU make</a></h4>
ohair@320 729 <blockquote>
ohair@320 730 First step is to get the GNU make 3.81 source from
ohair@320 731 <a href="http://ftp.gnu.org/pub/gnu/make/" target="_blank">
ohair@320 732 ftp.gnu.org/pub/gnu/make/</a>.
ohair@320 733 Building is a little different depending on the OS and unix toolset
ohair@320 734 on Windows:
ohair@320 735 <ul>
ohair@320 736 <li>
ohair@320 737 <strong>Linux:</strong>
ohair@320 738 <tt>./configure && make</tt>
ohair@320 739 </li>
ohair@320 740 <li>
ohair@320 741 <strong>Solaris:</strong>
ohair@320 742 <tt>./configure && gmake CC=gcc</tt>
ohair@320 743 </li>
ohair@320 744 <li>
ohair@320 745 <strong>Windows for CYGWIN:</strong>
ohair@320 746 <tt>./configure && make</tt>
ohair@320 747 </li>
ohair@320 748 <li>
ohair@320 749 <strong>Windows for MKS: (CYGWIN is recommended)</strong>
ohair@320 750 <tt>./configure && make -f Makefile.win32</tt>
ohair@320 751 </li>
ohair@320 752 </ul>
ohair@320 753 </blockquote>
ohair@13 754 </blockquote>
ohair@13 755 <!-- ------------------------------------------------------ -->
ohair@13 756 <hr>
ohair@13 757 <h3><a name="linux">Basic Linux System Setup</a></h3>
ohair@13 758 <blockquote>
ohair@13 759 <strong>i586 only:</strong>
ohair@13 760 The minimum recommended hardware for building the Linux version
ohair@13 761 is a Pentium class processor or better, at least 256 MB of RAM, and
ohair@13 762 approximately 1.5 GB of free disk space.
ohair@13 763 <p>
ohair@276 764 <strong>X64 only:</strong>
ohair@276 765 The minimum recommended hardware for building the Linux
ohair@276 766 version is an AMD Opteron class processor, at least 512 MB of RAM, and
ohair@276 767 approximately 4 GB of free disk space.
ohair@13 768 <p>
ohair@276 769 The build will use the tools contained in
ohair@276 770 <tt>/bin</tt> and
ohair@276 771 <tt>/usr/bin</tt>
ohair@276 772 of a standard installation of the Linux operating environment.
ohair@276 773 You should ensure that these directories are in your
ohair@276 774 <tt>PATH</tt>.
ohair@13 775 <p>
ohair@276 776 Note that some Linux systems have a habit of pre-populating
ohair@276 777 your environment variables for you, for example <tt>JAVA_HOME</tt>
ohair@276 778 might get pre-defined for you to refer to the JDK installed on
ohair@276 779 your Linux system.
ohair@276 780 You will need to unset <tt>JAVA_HOME</tt>.
ohair@276 781 It's a good idea to run <tt>env</tt> and verify the
ohair@276 782 environment variables you are getting from the default system
ohair@276 783 settings make sense for building the
ohair@276 784 OpenJDK.
ohair@13 785 </blockquote>
ohair@13 786 <!-- ------------------------------------------------------ -->
ohair@13 787 <h4><a name="linux_checklist">Basic Linux Check List</a></h4>
ohair@13 788 <blockquote>
ohair@13 789 <ol>
ohair@13 790 <li>
ohair@13 791 Install the
ohair@13 792 <a href="#bootjdk">Bootstrap JDK</a>, set
ohair@13 793 <tt><a href="#ALT_BOOTDIR">ALT_BOOTDIR</a></tt>.
ohair@13 794 </li>
ohair@13 795 <li>
ohair@13 796 <a href="#importjdk">Optional Import JDK</a>, set
ohair@13 797 <tt><a href="#ALT_JDK_IMPORT_PATH">ALT_JDK_IMPORT_PATH</a></tt>.
ohair@13 798 </li>
ohair@13 799 <li>
ohair@13 800 Install or upgrade the <a href="#freetype">FreeType development
ohair@276 801 package</a>.
ohair@13 802 </li>
ohair@25 803 <li>
ohair@25 804 Install
ohair@320 805 <a href="#ant">Ant 1.7.1 or newer</a>,
ohair@49 806 make sure it is in your PATH.
ohair@25 807 </li>
ohair@13 808 </ol>
ohair@13 809 </blockquote>
ohair@13 810 <!-- ------------------------------------------------------ -->
ohair@13 811 <hr>
ohair@13 812 <h3><a name="solaris">Basic Solaris System Setup</a></h3>
ohair@13 813 <blockquote>
ohair@13 814 The minimum recommended hardware for building the
ohair@13 815 Solaris SPARC version is an UltraSPARC with 512 MB of RAM.
ohair@13 816 For building
ohair@13 817 the Solaris x86 version, a Pentium class processor or better and at
ohair@13 818 least 512 MB of RAM are recommended.
ohair@13 819 Approximately 1.4 GB of free disk
ohair@13 820 space is needed for a 32-bit build.
ohair@13 821 <p>
ohair@276 822 If you are building the 64-bit version, you should
ohair@276 823 run the command "isainfo -v" to verify that you have a
ohair@276 824 64-bit installation, it should say <tt>sparcv9</tt> or
ohair@276 825 <tt>amd64</tt>.
ohair@276 826 An additional 7 GB of free disk space is needed
ohair@276 827 for a 64-bit build.
ohair@13 828 <p>
ohair@276 829 The build uses the tools contained in <tt>/usr/ccs/bin</tt>
ohair@276 830 and <tt>/usr/bin</tt> of a standard developer or full installation of
ohair@276 831 the Solaris operating environment.
ohair@13 832 <p>
ohair@276 833 Solaris patches specific to the JDK can be downloaded from the
ohair@276 834 <a href="http://sunsolve.sun.com/show.do?target=patches/JavaSE" target="_blank">
ohair@276 835 SunSolve JDK Solaris patches download page</a>.
ohair@276 836 You should ensure that the latest patch cluster for
ohair@276 837 your version of the Solaris operating environment has also
ohair@276 838 been installed.
ohair@13 839 </blockquote>
ohair@13 840 <!-- ------------------------------------------------------ -->
ohair@13 841 <h4><a name="solaris_checklist">Basic Solaris Check List</a></h4>
ohair@13 842 <blockquote>
ohair@13 843 <ol>
ohair@13 844 <li>
ohair@13 845 Install the
ohair@13 846 <a href="#bootjdk">Bootstrap JDK</a>, set
ohair@13 847 <tt><a href="#ALT_BOOTDIR">ALT_BOOTDIR</a></tt>.
ohair@13 848 </li>
ohair@13 849 <li>
ohair@13 850 <a href="#importjdk">Optional Import JDK</a>, set
ohair@13 851 <tt><a href="#ALT_JDK_IMPORT_PATH">ALT_JDK_IMPORT_PATH</a></tt>.
ohair@13 852 </li>
ohair@13 853 <li>
ohair@13 854 Install the
ohair@13 855 <a href="#studio">Sun Studio Compilers</a>, set
ohair@13 856 <a href="#ALT_COMPILER_PATH"><tt>ALT_COMPILER_PATH</tt></a>.
ohair@13 857 </li>
ohair@13 858 <li>
ohair@13 859 Install the
ohair@13 860 <a href="#cups">CUPS Include files</a>, set
ohair@13 861 <tt><a href="#ALT_CUPS_HEADERS_PATH">ALT_CUPS_HEADERS_PATH</a></tt>.
ohair@13 862 </li>
ohair@25 863 <li>
andrew@90 864 Install the <a href="#xrender">XRender Include files</a>.
andrew@90 865 </li>
andrew@90 866 <li>
ohair@25 867 Install
ohair@320 868 <a href="#ant">Ant 1.7.1 or newer</a>,
ohair@49 869 make sure it is in your PATH.
ohair@25 870 </li>
ohair@13 871 </ol>
ohair@13 872 </blockquote>
ohair@13 873 <!-- ------------------------------------------------------ -->
ohair@13 874 <hr>
ohair@13 875 <h3><a name="windows">Basic Windows System Setup</a></h3>
ohair@13 876 <blockquote>
ohair@13 877 <strong>i586 only:</strong>
ohair@49 878 The minimum recommended hardware for building the 32-bit or X86
ohair@13 879 Windows version is an Pentium class processor or better, at least
ohair@13 880 512 MB of RAM, and approximately 600 MB of free disk space.
ohair@13 881 <strong>
ohair@49 882 NOTE: The Windows build machines need to use the
ohair@13 883 file system NTFS.
ohair@13 884 Build machines formatted to FAT32 will not work
ohair@13 885 because FAT32 doesn't support case-sensitivity in file names.
ohair@13 886 </strong>
ohair@13 887 <p>
ohair@276 888 <strong>X64 only:</strong>
ohair@276 889 The minimum recommended hardware for building
ohair@276 890 the Windows X64 version is an AMD Opteron class processor, at least 1
ohair@276 891 GB of RAM, and approximately 10 GB of free disk space.
ohair@13 892 </blockquote>
ohair@13 893 <!-- ------------------------------------------------------ -->
ohair@13 894 <h4><a name="paths">Windows Paths</a></h4>
ohair@13 895 <blockquote>
duke@2 896 <strong>Windows:</strong>
ohair@13 897 Note that GNU make is a historic utility and is based very
ohair@13 898 heavily on shell scripting, so it does not tolerate the Windows habit
ohair@13 899 of having spaces in pathnames or the use of the <tt>\</tt>characters in pathnames.
ohair@13 900 Luckily on most Windows systems, you can use <tt>/</tt>instead of \, and
ohair@13 901 there is always a 'short' pathname without spaces for any path that
ohair@13 902 contains spaces.
ohair@13 903 Unfortunately, this short pathname can be somewhat dynamic and the
ohair@13 904 formula is difficult to explain.
ohair@13 905 You can use <tt>cygpath</tt> utility to map pathnames with spaces
ohair@13 906 or the <tt>\</tt>character into the <tt>C:/</tt> style of pathname
ohair@13 907 (called 'mixed'), e.g.
ohair@13 908 <tt>cygpath -s -m "<i>path</i>"</tt>.
ohair@13 909 <p>
ohair@276 910 The makefiles will try to translate any pathnames supplied
ohair@276 911 to it into the <tt>C:/</tt> style automatically.
ohair@13 912 <p>
ohair@276 913 Note that use of CYGWIN creates a unique problem with regards to
ohair@276 914 setting <a href="#path"><tt>PATH</tt></a>. Normally on Windows
ohair@276 915 the <tt>PATH</tt> variable contains directories
ohair@276 916 separated with the ";" character (Solaris and Linux uses ":").
ohair@276 917 With CYGWIN, it uses ":", but that means that paths like "C:/path"
ohair@276 918 cannot be placed in the CYGWIN version of <tt>PATH</tt> and
ohair@276 919 instead CYGWIN uses something like <tt>/cygdrive/c/path</tt>
ohair@276 920 which CYGWIN understands, but only CYGWIN understands.
ohair@276 921 So be careful with paths on Windows.
ohair@13 922 </blockquote>
ohair@13 923 <!-- ------------------------------------------------------ -->
ohair@13 924 <h4><a name="windows_checklist">Basic Windows Check List</a></h4>
duke@2 925 <blockquote>
ohair@13 926 <ol>
ohair@13 927 <li>
ohair@13 928 Install the
ohair@13 929 <a href="#cygwin">CYGWIN product</a>.
ohair@13 930 </li>
ohair@13 931 <li>
ohair@13 932 Install the
ohair@13 933 <a href="#bootjdk">Bootstrap JDK</a>, set
ohair@13 934 <tt><a href="#ALT_BOOTDIR">ALT_BOOTDIR</a></tt>.
ohair@13 935 </li>
ohair@13 936 <li>
ohair@13 937 <a href="#importjdk">Optional Import JDK</a>, set
ohair@13 938 <tt><a href="#ALT_JDK_IMPORT_PATH">ALT_JDK_IMPORT_PATH</a></tt>.
ohair@13 939 </li>
ohair@13 940 <li>
ohair@13 941 Install the
prr@187 942 <a href="#msvc32">Microsoft Visual Studio Compilers</a>).
ohair@13 943 </li>
ohair@13 944 <li>
ohair@13 945 Setup all environment variables for compilers
prr@187 946 (see <a href="#msvc32">compilers</a>).
ohair@13 947 </li>
ohair@13 948 <li>
ohair@13 949 Install
ohair@13 950 <a href="#dxsdk">Microsoft DirectX SDK</a>.
ohair@13 951 </li>
ohair@25 952 <li>
ohair@25 953 Install
ohair@320 954 <a href="#ant">Ant 1.7.1 or newer</a>,
ohair@49 955 make sure it is in your PATH and set
ohair@25 956 <tt><a href="#ANT_HOME">ANT_HOME</a></tt>.
ohair@25 957 </li>
ohair@13 958 </ol>
duke@2 959 </blockquote>
ohair@13 960 <!-- ------------------------------------------------------ -->
ohair@13 961 <hr>
ewendeli@433 962 <h3><a name="macosx">Basic Mac OS X System Setup</a></h3>
ewendeli@433 963 <blockquote>
ewendeli@433 964 <strong>X64 only:</strong>
ewendeli@433 965 The minimum recommended hardware for building
ewendeli@433 966 the Mac OS X version is any 64-bit capable Intel processor, at least 2
ewendeli@433 967 GB of RAM, and approximately 3 GB of free disk space. You should also
ewendeli@433 968 have OS X Lion 10.7.3 installed.
ewendeli@433 969 </blockquote>
ewendeli@433 970 <!-- ------------------------------------------------------ -->
ewendeli@433 971
ewendeli@433 972 <h4><a name="macosx_checklist">Basic Mac OS X Check List</a></h4>
ewendeli@433 973 <blockquote>
ewendeli@433 974 <ol>
ewendeli@433 975 <li>
ewendeli@433 976 Install <a href="https://developer.apple.com/xcode/">XCode 4.1</a> or newer.
ewendeli@433 977 If you install XCode 4.3 or newer, make sure you also install
ewendeli@433 978 "Command line tools" found under the preferences pane "Downloads".
ewendeli@433 979 </li>
ewendeli@433 980 <li>
ewendeli@433 981 Install <a href="http://support.apple.com/kb/dl1421" target="_blank">"Java for OS X Lion Update 1"</a>,
ewendeli@433 982 set <tt><a href="#ALT_BOOTDIR">ALT_BOOTDIR</a> to <code>`/usr/libexec/java_home -v 1.6`</code></tt>
ewendeli@433 983 </li>
ewendeli@433 984 <li>
ewendeli@433 985 <a href="#importjdk">Optional Import JDK</a>, set
ewendeli@433 986 <tt><a href="#ALT_JDK_IMPORT_PATH">ALT_JDK_IMPORT_PATH</a></tt>.
ewendeli@433 987 </li>
ewendeli@433 988 </ol>
ewendeli@433 989 </blockquote>
ewendeli@433 990 <!-- ------------------------------------------------------ -->
ewendeli@433 991 <hr>
ohair@13 992 <h3><a name="dependencies">Build Dependencies</a></h3>
duke@2 993 <blockquote>
ohair@13 994 Depending on the platform, the OpenJDK build process has some basic
ohair@13 995 dependencies on components not part of the OpenJDK sources.
ohair@13 996 Some of these are specific to a platform, some even specific to
ohair@13 997 an architecture.
ohair@13 998 Each dependency will have a set of ALT variables that can be set
ohair@13 999 to tell the makefiles where to locate the component.
ohair@13 1000 In most cases setting these ALT variables may not be necessary
ohair@13 1001 and the makefiles will find defaults on the system in standard
ohair@13 1002 install locations or through component specific variables.
ohair@13 1003 <!-- ------------------------------------------------------ -->
ohair@13 1004 <h4><a name="bootjdk">Bootstrap JDK</a></h4>
ohair@13 1005 <blockquote>
ohair@13 1006 All OpenJDK builds require access to the previously released
ohair@13 1007 JDK 6, this is often called a bootstrap JDK.
ohair@13 1008 The JDK 6 binaries can be downloaded from Sun's
ohair@138 1009 <a href="http://java.sun.com/javase/downloads/index.jsp"
ohair@276 1010 target="_blank">JDK 6 download site</a>.
ohair@13 1011 For build performance reasons
ohair@13 1012 is very important that this bootstrap JDK be made available on the
ohair@13 1013 local disk of the machine doing the build.
ohair@13 1014 You should always set
ohair@13 1015 <tt><a href="#ALT_BOOTDIR">ALT_BOOTDIR</a></tt>
ohair@13 1016 to point to the location of
ohair@13 1017 the bootstrap JDK installation, this is the directory pathname
ohair@13 1018 that contains a <tt>bin, lib, and include</tt>
ohair@13 1019 It's also a good idea to also place its <tt>bin</tt> directory
ohair@13 1020 in the <tt>PATH</tt> environment variable, although it's
ohair@13 1021 not required.
ohair@13 1022 <p>
ohair@276 1023 <strong>Solaris:</strong>
ohair@276 1024 Some pre-installed JDK images may be available to you in the
ohair@276 1025 directory <tt>/usr/jdk/instances</tt>.
ohair@276 1026 If you don't set
ohair@276 1027 <tt><a href="#ALT_BOOTDIR">ALT_BOOTDIR</a></tt>
ohair@276 1028 the makefiles will look in that location for a JDK it can use.
ohair@13 1029 </blockquote>
ohair@13 1030 <!-- ------------------------------------------------------ -->
ohair@13 1031 <h4><a name="importjdk">Optional Import JDK</a></h4>
ohair@13 1032 <blockquote>
ohair@13 1033 The <tt><a href="#ALT_JDK_IMPORT_PATH">ALT_JDK_IMPORT_PATH</a></tt>
ohair@13 1034 setting is only needed if you are not building the entire
ohair@13 1035 JDK. For example, if you have built the entire JDK once, and
ohair@13 1036 wanted to avoid repeatedly building the Hotspot VM, you could
ohair@13 1037 set this to the location of the previous JDK install image
ohair@13 1038 and the build will copy the needed files from this import area.
ohair@13 1039 </blockquote>
ohair@13 1040 <!-- ------------------------------------------------------ -->
ohair@25 1041 <h4><a name="ant">Ant</a></h4>
ohair@25 1042 <blockquote>
ohair@298 1043 All OpenJDK builds require access to least Ant 1.7.1.
ohair@25 1044 The Ant tool is available from the
ohair@320 1045 <a href="http://archive.apache.org/dist/ant/binaries/apache-ant-1.7.1-bin.zip" target="_blank">
ohair@320 1046 Ant 1.7.1 archive download site</a>.
ohair@49 1047 You should always make sure <tt>ant</tt> is in your PATH, and
ohair@49 1048 on Windows you may also need to set
ohair@25 1049 <tt><a href="#ANT_HOME">ANT_HOME</a></tt>
ohair@25 1050 to point to the location of
ohair@25 1051 the Ant installation, this is the directory pathname
ohair@25 1052 that contains a <tt>bin and lib</tt>.
ohair@320 1053 <br>
ohair@320 1054 <b>WARNING:</b> Ant versions used from IDE tools like NetBeans
ohair@320 1055 or installed via system packages may not operate the same
ohair@320 1056 as the one obtained from the Ant download bundles.
ohair@320 1057 These system and IDE installers sometimes choose to change
ohair@320 1058 the ant installation enough to cause differences.
ohair@25 1059 </blockquote>
ohair@25 1060 <!-- ------------------------------------------------------ -->
ohair@13 1061 <h4><a name="cacerts">Certificate Authority File (cacert)</a></h4>
ohair@13 1062 <blockquote>
ohair@13 1063 See <a href="http://en.wikipedia.org/wiki/Certificate_Authority" target="_blank">
ohair@276 1064 http://en.wikipedia.org/wiki/Certificate_Authority</a>
ohair@13 1065 for a better understanding of the Certificate Authority (CA).
ohair@13 1066 A certificates file named "cacerts"
ohair@13 1067 represents a system-wide keystore with CA certificates.
ohair@13 1068 In JDK and JRE
ohair@13 1069 binary bundles, the "cacerts" file contains root CA certificates from
ohair@13 1070 several public CAs (e.g., VeriSign, Thawte, and Baltimore).
ohair@13 1071 The source contain a cacerts file
ohair@13 1072 without CA root certificates.
ohair@13 1073 Formal JDK builders will need to secure
ohair@13 1074 permission from each public CA and include the certificates into their
ohair@13 1075 own custom cacerts file.
ohair@13 1076 Failure to provide a populated cacerts file
ohair@13 1077 will result in verification errors of a certificate chain during runtime.
ohair@13 1078 The variable
ohair@13 1079 <tt><a href="#ALT_CACERTS_FILE">ALT_CACERTS_FILE</a></tt>
ohair@13 1080 can be used to override the default location of the
ohair@13 1081 cacerts file that will get placed in your build.
ohair@13 1082 By default an empty cacerts file is provided and that should be
ohair@13 1083 fine for most JDK developers.
ohair@13 1084 </blockquote>
ohair@13 1085 <!-- ------------------------------------------------------ -->
ohair@13 1086 <h4><a name="compilers">Compilers</a></h4>
ohair@13 1087 <blockquote>
ohair@13 1088 <strong><a name="gcc">Linux gcc/binutils</a></strong>
ohair@13 1089 <blockquote>
ohair@320 1090 The GNU gcc compiler version should be 4.3 or newer.
ohair@13 1091 The compiler used should be the default compiler installed
ohair@13 1092 in <tt>/usr/bin</tt>.
ohair@13 1093 </blockquote>
ohair@13 1094 <strong><a name="studio">Solaris: Sun Studio</a></strong>
ohair@13 1095 <blockquote>
ohair@13 1096 At a minimum, the
ohair@211 1097 <a href="http://www.oracle.com/technetwork/server-storage/solarisstudio/downloads/index.htm" target="_blank">
ohair@276 1098 Sun Studio 12 Update 1 Compilers</a>
ohair@211 1099 (containing version 5.10 of the C and C++ compilers) is required,
ohair@211 1100 including specific patches.
ohair@276 1101 <p>
ohair@211 1102 The Solaris SPARC patch list is:
ohair@276 1103 <ul>
ohair@276 1104 <li>
ohair@276 1105 118683-05: SunOS 5.10: Patch for profiling libraries and assembler
ohair@276 1106 </li>
ohair@276 1107 <li>
ohair@276 1108 119963-21: SunOS 5.10: Shared library patch for C++
ohair@276 1109 </li>
ohair@276 1110 <li>
ohair@276 1111 120753-08: SunOS 5.10: Microtasking libraries (libmtsk) patch
ohair@276 1112 </li>
ohair@276 1113 <li>
ohair@276 1114 128228-09: Sun Studio 12 Update 1: Patch for Sun C++ Compiler
ohair@276 1115 </li>
ohair@276 1116 <li>
ohair@276 1117 141860-03: Sun Studio 12 Update 1: Patch for Compiler Common patch for Sun C C++ F77 F95
ohair@276 1118 </li>
ohair@276 1119 <li>
ohair@276 1120 141861-05: Sun Studio 12 Update 1: Patch for Sun C Compiler
ohair@276 1121 </li>
ohair@276 1122 <li>
ohair@276 1123 142371-01: Sun Studio 12.1 Update 1: Patch for dbx
ohair@276 1124 </li>
ohair@276 1125 <li>
ohair@276 1126 143384-02: Sun Studio 12 Update 1: Patch for debuginfo handling
ohair@276 1127 </li>
ohair@276 1128 <li>
ohair@276 1129 143385-02: Sun Studio 12 Update 1: Patch for Compiler Common patch for Sun C C++ F77 F95
ohair@276 1130 </li>
ohair@276 1131 <li>
ohair@276 1132 142369-01: Sun Studio 12.1: Patch for Performance Analyzer Tools
ohair@276 1133 </li>
ohair@211 1134 </ul>
ohair@211 1135 <p>
ohair@276 1136 The Solaris X86 patch list is:
ohair@211 1137 <ul>
ohair@276 1138 <li>
ohair@276 1139 119961-07: SunOS 5.10_x86, x64, Patch for profiling libraries and assembler
ohair@276 1140 </li>
ohair@276 1141 <li>
ohair@276 1142 119964-21: SunOS 5.10_x86: Shared library patch for C++_x86
ohair@276 1143 </li>
ohair@276 1144 <li>
ohair@276 1145 120754-08: SunOS 5.10_x86: Microtasking libraries (libmtsk) patch
ohair@276 1146 </li>
ohair@276 1147 <li>
ohair@276 1148 141858-06: Sun Studio 12 Update 1_x86: Sun Compiler Common patch for x86 backend
ohair@276 1149 </li>
ohair@276 1150 <li>
ohair@276 1151 128229-09: Sun Studio 12 Update 1_x86: Patch for C++ Compiler
ohair@276 1152 </li>
ohair@276 1153 <li>
ohair@276 1154 142363-05: Sun Studio 12 Update 1_x86: Patch for C Compiler
ohair@276 1155 </li>
ohair@276 1156 <li>
ohair@276 1157 142368-01: Sun Studio 12.1_x86: Patch for Performance Analyzer Tools
ohair@276 1158 </li>
ohair@211 1159 </ul>
ohair@13 1160 <p>
ohair@276 1161 Set
ohair@276 1162 <a href="#ALT_COMPILER_PATH"><tt>ALT_COMPILER_PATH</tt></a>
ohair@276 1163 to point to the location of
ohair@276 1164 the compiler binaries, and place this location in the <tt>PATH</tt>.
ohair@13 1165 <p>
ohair@276 1166 The Oracle Solaris Studio Express compilers at:
ohair@276 1167 <a href="http://developers.sun.com/sunstudio/downloads/express.jsp" target="_blank">
ohair@276 1168 Oracle Solaris Studio Express Download site</a>
ohair@276 1169 are also an option, although these compilers have not
ohair@276 1170 been extensively used yet.
ohair@13 1171 </blockquote>
prr@187 1172 <strong><a name="msvc32">Windows i586: Microsoft Visual Studio 2010 Compilers</a></strong>
ohair@13 1173 <blockquote>
ohair@276 1174 <p>
ohair@320 1175 <b>BEGIN WARNING</b>: JDK 7 has transitioned to
ohair@320 1176 use the newest VS2010 Microsoft compilers.
ohair@320 1177 No other compilers are known to build the entire JDK,
ohair@276 1178 including non-open portions.
ohair@276 1179 Visual Studio 2010 Express compilers are now able to build all the
ohair@276 1180 open source repositories, but this is 32 bit only. To build 64 bit
ohair@320 1181 Windows binaries use the the 7.1 Windows SDK.
ohair@320 1182 <b>END WARNING.</b>
ohair@276 1183 <p>
ohair@320 1184 The 32-bit OpenJDK Windows build requires
ohair@276 1185 Microsoft Visual Studio C++ 2010 (VS2010) Professional
ohair@276 1186 Edition or Express compiler.
ohair@276 1187 The compiler and other tools are expected to reside
ohair@276 1188 in the location defined by the variable
ohair@276 1189 <tt>VS100COMNTOOLS</tt> which
ohair@276 1190 is set by the Microsoft Visual Studio installer.
ohair@13 1191 <p>
ohair@276 1192 Once the compiler is installed,
ohair@276 1193 it is recommended that you run <tt>VCVARS32.BAT</tt>
ohair@276 1194 to set the compiler environment variables
ohair@276 1195 <tt>INCLUDE</tt>,
ohair@276 1196 <tt>LIB</tt>, and
ohair@276 1197 <tt>PATH</tt>
ohair@276 1198 prior to building the
ohair@276 1199 OpenJDK.
ohair@276 1200 The above environment variables <b>MUST</b> be set.
ohair@276 1201 This compiler also contains the Windows SDK v 7.0a,
ohair@276 1202 which is an update to the Windows 7 SDK.
ohair@13 1203 <p>
ohair@276 1204 <b>WARNING:</b> Make sure you check out the
ohair@276 1205 <a href="#cygwin">CYGWIN link.exe WARNING</a>.
ohair@276 1206 The path <tt>/usr/bin</tt> must be after the path to the
ohair@276 1207 Visual Studio product.
ohair@13 1208 </blockquote>
prr@187 1209 <strong><a name="msvc64">Windows x64: Microsoft Visual Studio 2010 Professional Compiler</a></strong>
ohair@13 1210 <blockquote>
ohair@320 1211 For <b>X64</b>, the set up is much the same as 32 bit
prr@175 1212 except that you run <tt>amd64\VCVARS64.BAT</tt>
prr@175 1213 to set the compiler environment variables.
ohair@320 1214 Previously 64 bit builds had to use the 64 bit compiler in
prr@187 1215 an unbundled Windows SDK but this is no longer necessary if
prr@187 1216 you have VS2010 Professional.
ohair@13 1217 </blockquote>
prr@187 1218 <strong><a name="mssdk64">Windows x64: Microsoft Windows 7.1 SDK 64 bit compilers.</a></strong>
ohair@276 1219 For a free alternative for 64 bit builds, use the 7.1 SDK.
ohair@276 1220 Microsoft say that to set up your paths for this run
ohair@276 1221 <pre>
prr@187 1222 c:\Program Files\Microsoft SDKs\Windows\v7.1\bin\setenv.cmd /x64.
ohair@276 1223 </pre>
ohair@276 1224 What was tested is just directly setting up LIB, INCLUDE,
ohair@276 1225 PATH and based on the installation directories using the
ohair@276 1226 DOS short name appropriate for the system, (you will
ohair@276 1227 need to set them for yours, not just blindly copy this) eg :
ohair@276 1228 <pre>
prr@187 1229 set VSINSTALLDIR=c:\PROGRA~2\MICROS~1.0
prr@187 1230 set WindowsSdkDir=c:\PROGRA~1\MICROS~1\Windows\v7.1
prr@187 1231 set PATH=%VSINSTALLDIR%\vc\bin\amd64;%VSINSTALLDIR%\Common7\IDE;%WindowsSdkDir%\bin;%PATH%
prr@187 1232 set INCLUDE=%VSINSTALLDIR%\vc\include;%WindowsSdkDir%\include
prr@187 1233 set LIB=%VSINSTALLDIR%\vc\lib\amd64;%WindowsSdkDir%\lib\x64
ohair@276 1234 </pre>
ewendeli@433 1235 <strong><a name="llvmgcc">OS X Lion 10.7.3: LLVM GCC</a></strong>
ewendeli@433 1236 <blockquote>
ewendeli@433 1237 LLVM GCC is bundled with XCode. The version should be at least 4.2.1.
ewendeli@433 1238 </blockquote>
ohair@13 1239 </blockquote>
ohair@13 1240 <!-- ------------------------------------------------------ -->
ohair@13 1241 <h4><a name="zip">Zip and Unzip</a></h4>
ohair@13 1242 <blockquote>
ohair@13 1243 Version 2.2 (November 3rd 1997) or newer of the zip utility
ohair@13 1244 and version 5.12 or newer of the unzip utility is needed
ohair@13 1245 to build the JDK.
ohair@13 1246 With Solaris, Linux, and Windows CYGWIN, the zip and unzip
ohair@13 1247 utilities installed on the system should be fine.
ohair@13 1248 Information and the source code for
ohair@13 1249 ZIP.EXE and UNZIP.EXE is available on the
ohair@13 1250 <a href="http://www.info-zip.org"
ohair@13 1251 target="_blank">info-zip web site</a>.
ohair@13 1252 </blockquote>
ohair@13 1253 <!-- ------------------------------------------------------ -->
ohair@13 1254 <h4><a name="cups">Common UNIX Printing System (CUPS) Headers (Solaris &amp; Linux)</a></h4>
ohair@13 1255 <blockquote>
ohair@13 1256 <strong>Solaris:</strong>
ohair@13 1257 CUPS header files are required for building the
ohair@13 1258 OpenJDK on Solaris.
ohair@13 1259 The Solaris header files can be obtained by installing
ohair@13 1260 the package <strong>SFWcups</strong> from the Solaris Software
ohair@13 1261 Companion CD/DVD, these often will be installed into
ohair@13 1262 <tt>/opt/sfw/cups</tt>.
ohair@13 1263 <p>
ohair@276 1264 <strong>Linux:</strong>
ohair@276 1265 CUPS header files are required for building the
ohair@276 1266 OpenJDK on Linux.
ohair@276 1267 The Linux header files are usually available from a "cups"
ohair@276 1268 development package, it's recommended that you try and use
ohair@276 1269 the package provided by the particular version of Linux that
ohair@276 1270 you are using.
ohair@13 1271 <p>
ohair@276 1272 The CUPS header files can always be downloaded from
ohair@276 1273 <a href="http://www.cups.org" target="_blank">www.cups.org</a>.
ohair@276 1274 The variable
ohair@276 1275 <tt><a href="#ALT_CUPS_HEADERS_PATH">ALT_CUPS_HEADERS_PATH</a></tt>
ohair@276 1276 can be used to override the default location of the
ohair@276 1277 CUPS Header files.
ohair@13 1278 </blockquote>
ohair@13 1279 <!-- ------------------------------------------------------ -->
andrew@90 1280 <h4><a name="xrender">XRender Extension Headers (Solaris &amp; Linux)</a></h4>
andrew@90 1281 <blockquote>
andrew@90 1282 <p>
ohair@276 1283 <strong>Solaris:</strong>
ohair@276 1284 XRender header files are required for building the
ohair@276 1285 OpenJDK on Solaris.
ohair@276 1286 The XRender header file is included with the other X11 header files
ohair@276 1287 in the package <strong>SFWxwinc</strong> on new enough versions of
ohair@276 1288 Solaris and will be installed in
ohair@276 1289 <tt>/usr/X11/include/X11/extensions/Xrender.h</tt>
andrew@90 1290 </p><p>
ohair@276 1291 <strong>Linux:</strong>
ohair@276 1292 XRender header files are required for building the
ohair@276 1293 OpenJDK on Linux.
ohair@276 1294 The Linux header files are usually available from a "Xrender"
ohair@276 1295 development package, it's recommended that you try and use
ohair@276 1296 the package provided by the particular distribution of Linux that
ohair@276 1297 you are using.
ohair@276 1298 </p>
andrew@90 1299 </blockquote>
andrew@90 1300 <!-- ------------------------------------------------------ -->
ohair@13 1301 <h4><a name="freetype">FreeType 2</a></h4>
ohair@13 1302 <blockquote>
ohair@13 1303 Version 2.3 or newer of FreeType is required for building the OpenJDK.
ohair@13 1304 On Unix systems required files can be available as part of your
ohair@13 1305 distribution (while you still may need to upgrade them).
ohair@13 1306 Note that you need development version of package that
ohair@13 1307 includes both FreeType library and header files.
ohair@13 1308 <p>
ohair@276 1309 You can always download latest FreeType version from the
ohair@276 1310 <a href="http://www.freetype.org" target="_blank">FreeType website</a>.
ohair@13 1311 <p>
ohair@276 1312 Makefiles will try to pick FreeType from /usr/lib and /usr/include.
ohair@276 1313 In case it is installed elsewhere you will need to set environment
ohair@276 1314 variables
ohair@276 1315 <tt><a href="#ALT_FREETYPE_LIB_PATH">ALT_FREETYPE_LIB_PATH</a></tt>
ohair@276 1316 and
ohair@276 1317 <tt><a href="#ALT_FREETYPE_HEADERS_PATH">ALT_FREETYPE_HEADERS_PATH</a></tt>
ohair@276 1318 to refer to place where library and header files are installed.
ohair@25 1319 <p>
ohair@276 1320 Building the freetype 2 libraries from scratch is also possible,
ohair@276 1321 however on Windows refer to the
ohair@276 1322 <a href="http://freetype.freedesktop.org/wiki/FreeType_DLL">
ohair@276 1323 Windows FreeType DLL build instructions</a>.
ohair@25 1324 <p>
ohair@276 1325 Note that by default FreeType is built with byte code hinting
ohair@276 1326 support disabled due to licensing restrictions.
ohair@276 1327 In this case, text appearance and metrics are expected to
ohair@276 1328 differ from Sun's official JDK build.
ohair@276 1329 See
ohair@276 1330 <a href="http://freetype.sourceforge.net/freetype2/index.html">
ohair@276 1331 the SourceForge FreeType2 Home Page
ohair@276 1332 </a>
ohair@276 1333 for more information.
ohair@13 1334 </blockquote>
ohair@13 1335 <!-- ------------------------------------------------------ -->
ohair@13 1336 <h4><a name="alsa">Advanced Linux Sound Architecture (ALSA) (Linux only)</a></h4>
ohair@13 1337 <blockquote>
ohair@13 1338 <strong>Linux only:</strong>
ohair@13 1339 Version 0.9.1 or newer of the ALSA files are
ohair@13 1340 required for building the OpenJDK on Linux.
ohair@13 1341 These Linux files are usually available from an "alsa"
ohair@13 1342 of "libasound"
ohair@13 1343 development package, it's highly recommended that you try and use
ohair@13 1344 the package provided by the particular version of Linux that
ohair@13 1345 you are using.
ohair@13 1346 The makefiles will check this emit a sanity error if it is
ohair@13 1347 missing or the wrong version.
ohair@13 1348 <p>
ohair@276 1349 In particular, older Linux systems will likely not have the
ohair@276 1350 right version of ALSA installed, for example
ohair@276 1351 Redhat AS 2.1 U2 and SuSE 8.1 do not include a sufficiently
ohair@276 1352 recent ALSA distribution.
ohair@276 1353 On rpm-based systems, you can see if ALSA is installed by
ohair@276 1354 running this command:
ohair@13 1355 <pre>
ohair@13 1356 <tt>rpm -qa | grep alsa</tt>
ohair@13 1357 </pre>
ohair@13 1358 Both <tt>alsa</tt> and <tt>alsa-devel</tt> packages are needed.
ohair@13 1359 <p>
ohair@276 1360 If your distribution does not come with ALSA, and you can't
ohair@276 1361 find ALSA packages built for your particular system,
ohair@276 1362 you can try to install the pre-built ALSA rpm packages from
ohair@276 1363 <a href="http://www.freshrpms.net/" target="_blank">
ohair@276 1364 <tt>www.freshrpms.net</tt></a>.
ohair@276 1365 Note that installing a newer ALSA could
ohair@276 1366 break sound output if an older version of ALSA was previously
ohair@276 1367 installed on the system, but it will enable JDK compilation.
ohair@13 1368 <blockquote>
ohair@13 1369 Installation: execute as root<br>
ohair@13 1370 [i586]: <code>rpm -Uv --force alsa-lib-devel-0.9.1-rh61.i386.rpm</code><br>
ohair@13 1371 [x64]: <code>rpm -Uv --force alsa-lib-devel-0.9.8-amd64.x86_64.rpm</code><br>
ohair@13 1372 Uninstallation:<br>
ohair@13 1373 [i586]: <code>rpm -ev alsa-lib-devel-0.9.1-rh61</code><br>
ohair@13 1374 [x64]:<code>rpm -ev alsa-lib-devel-0.9.8-amd64</code><br>
ohair@13 1375 Make sure that you do not link to the static library
ohair@13 1376 (<tt>libasound.a</tt>),
ohair@13 1377 by verifying that the dynamic library (<tt>libasound.so</tt>) is
ohair@13 1378 correctly installed in <tt>/usr/lib</tt>.
ohair@13 1379 </blockquote>
ohair@13 1380 As a last resort you can go to the
ohair@13 1381 <a href="http://www.alsa-project.org" target="_blank">
ohair@276 1382 Advanced Linux Sound Architecture Site</a> and build it from
ohair@13 1383 source.
ohair@13 1384 <blockquote>
ohair@13 1385 Download driver and library
ohair@13 1386 source tarballs from
ohair@13 1387 <a href="http://www.alsa-project.org" target="_blank">ALSA's homepage</a>.
ohair@13 1388 As root, execute the following
ohair@13 1389 commands (you may need to adapt the version number):
ohair@13 1390 <pre>
ohair@13 1391 <tt>
ohair@13 1392 $ tar xjf alsa-driver-0.9.1.tar.bz2
ohair@13 1393 $ cd alsa-driver-0.9.1
ohair@13 1394 $ ./configure
ohair@13 1395 $ make install
ohair@13 1396 $ cd ..
ohair@13 1397 $ tar xjf alsa-lib-0.9.1.tar.bz2
ohair@13 1398 $ cd alsa-lib-0.9.1
ohair@13 1399 $ ./configure
ohair@13 1400 $ make install
ohair@13 1401 </tt>
ohair@13 1402 </pre>
ohair@13 1403 Should one of the above steps fail, refer to the documentation on
ohair@13 1404 ALSA's home page.
ohair@13 1405 </blockquote>
ohair@13 1406 Note that this is a minimum install that enables
ohair@13 1407 building the JDK platform. To actually use ALSA sound drivers, more
ohair@13 1408 steps are necessary as outlined in the documentation on ALSA's homepage.
ohair@13 1409 <p>
ohair@276 1410 ALSA can be uninstalled by executing <tt>make uninstall</tt> first in
ohair@276 1411 the <tt>alsa-lib-0.9.1</tt> directory and then in
ohair@276 1412 <tt>alsa-driver-0.9.1</tt>.
ohair@13 1413 </blockquote>
ohair@13 1414 There are no ALT* variables to change the assumed locations of ALSA,
ohair@13 1415 the makefiles will expect to find the ALSA include files and library at:
ohair@13 1416 <tt>/usr/include/alsa</tt> and <tt>/usr/lib/libasound.so</tt>.
duke@2 1417 </blockquote>
ohair@13 1418 <!-- ------------------------------------------------------ -->
ohair@13 1419 <h4>Windows Specific Dependencies</h4>
duke@2 1420 <blockquote>
ohair@13 1421 <strong>Unix Command Tools (<a name="cygwin">CYGWIN</a>)</strong>
ohair@13 1422 <blockquote>
ohair@13 1423 The OpenJDK requires access to a set of unix command tools
ohair@13 1424 on Windows which can be supplied by
ohair@13 1425 <a href="http://www.cygwin.com" target="_blank">CYGWIN</a>.
ohair@13 1426 <p>
ohair@276 1427 The OpenJDK build requires CYGWIN version 1.5.12 or newer.
ohair@276 1428 Information about CYGWIN can
ohair@276 1429 be obtained from the CYGWIN website at
ohair@276 1430 <a href="http://www.cygwin.com" target="_blank">www.cygwin.com</a>.
ohair@13 1431 <p>
ohair@276 1432 By default CYGWIN doesn't install all the tools required for building
ohair@276 1433 the OpenJDK.
ohair@276 1434 Along with the default installation, you need to install
ohair@276 1435 the following tools.
ohair@13 1436 <blockquote>
ohair@13 1437 <table border="1">
ohair@13 1438 <thead>
ohair@13 1439 <tr>
ohair@13 1440 <td>Binary Name</td>
ohair@41 1441 <td>Category</td>
ohair@13 1442 <td>Package</td>
ohair@13 1443 <td>Description</td>
ohair@13 1444 </tr>
ohair@13 1445 </thead>
ohair@13 1446 <tbody>
ohair@13 1447 <tr>
ohair@13 1448 <td>ar.exe</td>
ohair@13 1449 <td>Devel</td>
ohair@41 1450 <td>binutils</td>
ohair@41 1451 <td>The GNU assembler, linker and binary
ohair@276 1452 utilities</td>
ohair@13 1453 </tr>
ohair@13 1454 <tr>
ohair@13 1455 <td>make.exe</td>
ohair@13 1456 <td>Devel</td>
ohair@41 1457 <td>make</td>
ohair@41 1458 <td>The GNU version of the 'make' utility built for CYGWIN.<br>
ohair@276 1459 <b>NOTE</b>: See <a href="#gmake">the GNU make section</a></td>
ohair@13 1460 </tr>
ohair@13 1461 <tr>
ohair@13 1462 <td>m4.exe</td>
ohair@13 1463 <td>Interpreters</td>
ohair@41 1464 <td>m4</td>
ohair@41 1465 <td>GNU implementation of the traditional Unix macro
ohair@276 1466 processor</td>
ohair@13 1467 </tr>
ohair@13 1468 <tr>
ohair@13 1469 <td>cpio.exe</td>
ohair@13 1470 <td>Utils</td>
ohair@41 1471 <td>cpio</td>
ohair@41 1472 <td>A program to manage archives of files</td>
ohair@13 1473 </tr>
ohair@13 1474 <tr>
ohair@25 1475 <td>gawk.exe</td>
ohair@13 1476 <td>Utils</td>
ohair@41 1477 <td>awk</td>
ohair@41 1478 <td>Pattern-directed scanning and processing language</td>
ohair@13 1479 </tr>
ohair@13 1480 <tr>
ohair@13 1481 <td>file.exe</td>
ohair@13 1482 <td>Utils</td>
ohair@41 1483 <td>file</td>
ohair@41 1484 <td>Determines file type using 'magic' numbers</td>
ohair@13 1485 </tr>
ohair@13 1486 <tr>
ohair@13 1487 <td>zip.exe</td>
ohair@25 1488 <td>Archive</td>
ohair@41 1489 <td>zip</td>
ohair@41 1490 <td>Package and compress (archive) files</td>
ohair@13 1491 </tr>
ohair@13 1492 <tr>
ohair@13 1493 <td>unzip.exe</td>
ohair@25 1494 <td>Archive</td>
ohair@41 1495 <td>unzip</td>
ohair@41 1496 <td>Extract compressed files in a ZIP archive</td>
ohair@13 1497 </tr>
ohair@13 1498 <tr>
ohair@13 1499 <td>free.exe</td>
ohair@41 1500 <td>System</td>
ohair@41 1501 <td>procps</td>
ohair@41 1502 <td>Display amount of free and used memory in the system</td>
ohair@13 1503 </tr>
ohair@13 1504 </tbody>
ohair@13 1505 </table>
ohair@13 1506 </blockquote>
ohair@13 1507 <p>
ohair@276 1508 Note that the CYGWIN software can conflict with other non-CYGWIN
ohair@276 1509 software on your Windows system.
ohair@276 1510 CYGWIN provides a
ohair@276 1511 <a href="http://cygwin.com/faq/faq.using.html" target="_blank">FAQ</a> for
ohair@276 1512 known issues and problems, of particular interest is the
ohair@276 1513 section on
ohair@276 1514 <a href="http://cygwin.com/faq/faq.using.html#faq.using.bloda" target="_blank">
ohair@276 1515 BLODA (applications that interfere with CYGWIN)</a>.
ohair@41 1516 <p>
ohair@276 1517 <b>WARNING:</b>
ohair@276 1518 Be very careful with <b><tt>link.exe</tt></b>, it will conflict
ohair@276 1519 with the Visual Studio version. You need the Visual Studio
ohair@276 1520 version of <tt>link.exe</tt>, not the CYGWIN one.
ohair@276 1521 So it's important that the Visual Studio paths in PATH preceed
ohair@276 1522 the CYGWIN path <tt>/usr/bin</tt>.
ohair@13 1523 </blockquote>
ohair@13 1524 <strong><a name="dxsdk">Microsoft DirectX 9.0 SDK header files and libraries</a></strong>
duke@2 1525 <blockquote>
ohair@13 1526 Microsoft DirectX 9.0 SDK (Summer 2004)
ohair@13 1527 headers are required for building
ohair@13 1528 OpenJDK.
ohair@13 1529 This SDK can be downloaded from
ohair@13 1530 <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=FD044A42-9912-42A3-9A9E-D857199F888E&amp;displaylang=en" target="_blank">
ohair@276 1531 Microsoft DirectX 9.0 SDK (Summer 2004)</a>.
ohair@13 1532 If the link above becomes obsolete, the SDK can be found from
ohair@13 1533 <a href="http://download.microsoft.com" target="_blank">the Microsoft Download Site</a>
ohair@13 1534 (search with "DirectX 9.0 SDK Update Summer 2004").
ohair@13 1535 The location of this SDK can be set with
ohair@13 1536 <tt><a href="#ALT_DXSDK_PATH">ALT_DXSDK_PATH</a></tt>
ohair@13 1537 but it's normally found via the DirectX environment variable
ohair@13 1538 <tt>DXSDK_DIR</tt>.
ohair@13 1539 </blockquote>
ohair@291 1540 <strong><a name="msvcrNN"><tt>MSVCR100.DLL</tt></a></strong>
ohair@13 1541 <blockquote>
prr@175 1542 The OpenJDK build requires access to a redistributable
prr@175 1543 <tt>MSVCR100.DLL</tt>.
prr@175 1544 This is usually picked up automatically from the redist
prr@175 1545 directories of Visual Studio 2010.
prr@175 1546 If this cannot be found set the
ohair@291 1547 <a href="#ALT_MSVCRNN_DLL_PATH"><tt>ALT_MSVCRNN_DLL_PATH</tt></a>
ohair@49 1548 variable to the location of this file.
ohair@13 1549 <p>
duke@2 1550 </blockquote>
duke@2 1551 </blockquote>
ohair@13 1552 <!-- ------------------------------------------------------ -->
ohair@13 1553 <hr>
ohair@13 1554 <h2><a name="creating">Creating the Build</a></h2>
duke@2 1555 <blockquote>
ohair@13 1556 Once a machine is setup to build the OpenJDK,
ohair@13 1557 the steps to create the build are fairly simple.
ohair@13 1558 The various ALT settings can either be made into variables
ohair@13 1559 or can be supplied on the
ohair@13 1560 <a href="#gmake"><tt><i>gmake</i></tt></a>
ohair@13 1561 command.
ohair@13 1562 <ol>
ohair@13 1563 <li>Use the sanity rule to double check all the ALT settings:
ohair@13 1564 <blockquote>
ohair@13 1565 <tt>
ohair@13 1566 <i>gmake</i>
ohair@13 1567 sanity
ohair@13 1568 [ARCH_DATA_MODEL=<i>32 or 64</i>]
ohair@13 1569 [other "ALT_" overrides]
ohair@13 1570 </tt>
ohair@13 1571 </blockquote>
ohair@13 1572 </li>
ohair@13 1573 <li>Start the build with the command:
ohair@13 1574 <blockquote>
ohair@13 1575 <tt>
ohair@13 1576 <i>gmake</i>
ohair@13 1577 [ARCH_DATA_MODEL=<i>32 or 64</i>]
ohair@13 1578 [ALT_OUTPUTDIR=<i>output_directory</i>]
ohair@13 1579 [other "ALT_" overrides]
ohair@13 1580 </tt>
ohair@13 1581 </blockquote>
ohair@13 1582 </li>
ohair@13 1583 </ol>
duke@2 1584 <p>
ohair@276 1585 <strong>Solaris:</strong>
ohair@276 1586 Note that ARCH_DATA_MODEL is really only needed on Solaris to
ohair@276 1587 indicate you want to built the 64-bit version.
ohair@276 1588 And before the Solaris 64-bit binaries can be used, they
ohair@276 1589 must be merged with the binaries from a separate 32-bit build.
ohair@276 1590 The merged binaries may then be used in either 32-bit or 64-bit mode, with
ohair@276 1591 the selection occurring at runtime
ohair@276 1592 with the <tt>-d32</tt> or <tt>-d64</tt> options.
duke@2 1593 </blockquote>
ohair@13 1594 <!-- ------------------------------------------------------ -->
ohair@13 1595 <hr>
ohair@13 1596 <h2><a name="testing">Testing the Build</a></h2>
ohair@13 1597 <blockquote>
ohair@13 1598 When the build is completed, you should see the generated
ohair@13 1599 binaries and associated files in the <tt>j2sdk-image</tt>
ohair@13 1600 directory in the output directory.
ohair@13 1601 The default output directory is
ohair@13 1602 <tt>build/<i>platform</i></tt>,
ohair@13 1603 where <tt><i>platform</i></tt> is one of
ohair@276 1604 <blockquote>
ohair@276 1605 <ul>
ohair@276 1606 <li><tt>solaris-sparc</tt></li>
ohair@276 1607 <li><tt>solaris-sparcv9</tt></li>
ohair@276 1608 <li><tt>solaris-i586</tt></li>
ohair@276 1609 <li><tt>solaris-amd64</tt></li>
ohair@276 1610 <li><tt>linux-i586</tt></li>
ohair@276 1611 <li><tt>linux-amd64</tt></li>
ohair@276 1612 <li><tt>windows-i586</tt></li>
ohair@276 1613 <li><tt>windows-amd64</tt></li>
ohair@276 1614 </ul>
ohair@276 1615 </blockquote>
ohair@13 1616 In particular, the
ohair@13 1617 <tt>build/<i>platform</i>/j2sdk-image/bin</tt>
ohair@13 1618 directory should contain executables for the
ohair@13 1619 OpenJDK tools and utilities.
duke@2 1620 <p>
ohair@276 1621 You can test that the build completed properly by using the build
ohair@276 1622 to run the various demos that you will find in the
ohair@276 1623 <tt>build/<i>platform</i>/j2sdk-image/demo</tt>
ohair@276 1624 directory.
ohair@13 1625 <p>
ohair@276 1626 The provided regression tests can be run with the <tt>jtreg</tt>
ohair@276 1627 utility from
ohair@276 1628 <a href="http://openjdk.java.net/jtreg/" target="_blank">the jtreg site</a>.
duke@2 1629 </blockquote>
ohair@13 1630 <!-- ------------------------------------------------------ -->
ohair@13 1631 <hr>
ohair@13 1632 <h2><a name="variables">Environment/Make Variables</a></h2>
ohair@13 1633 <p>
ohair@276 1634 Some of the
ohair@276 1635 environment or make variables (just called <b>variables</b> in this
ohair@276 1636 document) that can impact the build are:
duke@2 1637 <blockquote>
duke@2 1638 <dl>
ohair@49 1639 <dt><a name="path"><tt>PATH</tt></a> </dt>
ohair@49 1640 <dd>Typically you want to set the <tt>PATH</tt> to include:
ohair@49 1641 <ul>
ohair@49 1642 <li>The location of the GNU make binary</li>
ohair@49 1643 <li>The location of the Bootstrap JDK <tt>java</tt>
ohair@276 1644 (see <a href="#bootjdk">Bootstrap JDK</a>)</li>
ohair@49 1645 <li>The location of the C/C++ compilers
ohair@276 1646 (see <a href="#compilers"><tt>compilers</tt></a>)</li>
ohair@49 1647 <li>The location or locations for the Unix command utilities
ohair@276 1648 (e.g. <tt>/usr/bin</tt>)</li>
ohair@49 1649 </ul>
ohair@49 1650 </dd>
ohair@49 1651 <dt><tt>MILESTONE</tt> </dt>
ohair@49 1652 <dd>
ohair@49 1653 The milestone name for the build (<i>e.g.</i>"beta").
ohair@49 1654 The default value is "internal".
ohair@49 1655 </dd>
ohair@49 1656 <dt><tt>BUILD_NUMBER</tt> </dt>
ohair@49 1657 <dd>
ohair@49 1658 The build number for the build (<i>e.g.</i> "b27").
ohair@49 1659 The default value is "b00".
ohair@49 1660 </dd>
ohair@49 1661 <dt><a name="arch_data_model"><tt>ARCH_DATA_MODEL</tt></a></dt>
ohair@49 1662 <dd>The <tt>ARCH_DATA_MODEL</tt> variable
ohair@49 1663 is used to specify whether the build is to generate 32-bit or 64-bit
ohair@49 1664 binaries.
ohair@49 1665 The Solaris build supports either 32-bit or 64-bit builds, but
ohair@49 1666 Windows and Linux will support only one, depending on the specific
ohair@49 1667 OS being used.
ohair@49 1668 Normally, setting this variable is only necessary on Solaris.
ohair@49 1669 Set <tt>ARCH_DATA_MODEL</tt> to <tt>32</tt> for generating 32-bit binaries,
ohair@49 1670 or to <tt>64</tt> for generating 64-bit binaries.
ohair@49 1671 </dd>
ohair@49 1672 <dt><a name="ALT_BOOTDIR"><tt>ALT_BOOTDIR</tt></a></dt>
ohair@49 1673 <dd>
ohair@49 1674 The location of the bootstrap JDK installation.
ohair@49 1675 See <a href="#bootjdk">Bootstrap JDK</a> for more information.
ohair@49 1676 You should always install your own local Bootstrap JDK and
ohair@49 1677 always set <tt>ALT_BOOTDIR</tt> explicitly.
ohair@49 1678 </dd>
ohair@49 1679 <dt><a name="ALT_JDK_IMPORT_PATH"><tt>ALT_JDK_IMPORT_PATH</tt></a></dt>
duke@2 1680 <dd>
ohair@49 1681 The location of a previously built JDK installation.
ohair@49 1682 See <a href="#importjdk">Optional Import JDK</a> for more information.
ohair@49 1683 </dd>
ohair@49 1684 <dt><a name="ALT_OUTPUTDIR"><tt>ALT_OUTPUTDIR</tt></a> </dt>
ohair@49 1685 <dd>
ohair@49 1686 An override for specifying the (absolute) path of where the
ohair@49 1687 build output is to go.
ohair@49 1688 The default output directory will be build/<i>platform</i>.
ohair@49 1689 </dd>
ohair@49 1690 <dt><a name="ALT_COMPILER_PATH"><tt>ALT_COMPILER_PATH</tt></a> </dt>
ohair@49 1691 <dd>
ohair@49 1692 The location of the C/C++ compiler.
ohair@49 1693 The default varies depending on the platform.
ohair@49 1694 </dd>
ohair@49 1695 <dt><tt><a name="ALT_CACERTS_FILE">ALT_CACERTS_FILE</a></tt></dt>
ohair@49 1696 <dd>
ohair@49 1697 The location of the <a href="#cacerts">cacerts</a> file.
ohair@49 1698 The default will refer to
ohair@49 1699 <tt>jdk/src/share/lib/security/cacerts</tt>.
ohair@49 1700 </dd>
ohair@49 1701 <dt><a name="ALT_CUPS_HEADERS_PATH"><tt>ALT_CUPS_HEADERS_PATH</tt></a> </dt>
ohair@49 1702 <dd>
ohair@49 1703 The location of the CUPS header files.
ohair@49 1704 See <a href="#cups">CUPS information</a> for more information.
ohair@49 1705 If this path does not exist the fallback path is
ohair@49 1706 <tt>/usr/include</tt>.
ohair@49 1707 </dd>
ohair@49 1708 <dt><a name="ALT_FREETYPE_LIB_PATH"><tt>ALT_FREETYPE_LIB_PATH</tt></a></dt>
ohair@49 1709 <dd>
ohair@49 1710 The location of the FreeType shared library.
ohair@49 1711 See <a href="#freetype">FreeType information</a> for details.
ohair@49 1712 </dd>
ohair@49 1713 <dt><a name="ALT_FREETYPE_HEADERS_PATH"><tt>ALT_FREETYPE_HEADERS_PATH</tt></a></dt>
ohair@49 1714 <dd>
ohair@49 1715 The location of the FreeType header files.
ohair@49 1716 See <a href="#freetype">FreeType information</a> for details.
ohair@49 1717 </dd>
ohair@49 1718 <dt><a name="ALT_JDK_DEVTOOLS_PATH"><tt>ALT_JDK_DEVTOOLS_PATH</tt></a></dt>
ohair@49 1719 <dd>
ohair@49 1720 The default root location of the devtools.
ohair@49 1721 The default value is
ohair@49 1722 <tt>$(ALT_SLASH_JAVA)/devtools</tt>.
ohair@49 1723 </dd>
ohair@49 1724 <dt><tt><a name="ALT_DEVTOOLS_PATH">ALT_DEVTOOLS_PATH</a></tt> </dt>
ohair@49 1725 <dd>
ohair@49 1726 The location of tools like the
ohair@49 1727 <a href="#zip"><tt>zip</tt> and <tt>unzip</tt></a>
ohair@49 1728 binaries, but might also contain the GNU make utility
ohair@49 1729 (<tt><i>gmake</i></tt>).
ohair@49 1730 So this area is a bit of a grab bag, especially on Windows.
ohair@49 1731 The default value depends on the platform and
ohair@49 1732 Unix Commands being used.
ohair@49 1733 On Linux the default will be
ohair@49 1734 <tt>$(ALT_JDK_DEVTOOLS_PATH)/linux/bin</tt>,
ohair@49 1735 on Solaris
ohair@49 1736 <tt>$(ALT_JDK_DEVTOOLS_PATH)/<i>{sparc,i386}</i>/bin</tt>,
ohair@49 1737 and on Windows with CYGWIN
ohair@49 1738 <tt>/usr/bin</tt>.
ohair@49 1739 </dd>
ohair@320 1740 <dt><tt><a name="ALT_DROPS_DIR">ALT_DROPS_DIR</a></tt> </dt>
ohair@320 1741 <dd>
ohair@320 1742 The location of any source drop bundles
ohair@320 1743 (see <a href="#drops">Managing the Source Drops</a>).
ohair@320 1744 The default will be
neugens@359 1745 <tt>$(ALT_JDK_DEVTOOLS_PATH)/share/jdk8-drops</tt>.
ohair@320 1746 </dd>
ohair@49 1747 <dt><a name="ALT_UNIXCCS_PATH"><tt>ALT_UNIXCCS_PATH</tt></a></dt>
ohair@49 1748 <dd>
ohair@49 1749 <strong>Solaris only:</strong>
ohair@49 1750 An override for specifying where the Unix CCS
ohair@49 1751 command set are located.
ohair@49 1752 The default location is <tt>/usr/ccs/bin</tt>
ohair@49 1753 </dd>
ohair@49 1754 <dt><a name="ALT_SLASH_JAVA"><tt>ALT_SLASH_JAVA</tt></a></dt>
ohair@49 1755 <dd>
ohair@49 1756 The default root location for many of the ALT path locations
ohair@49 1757 of the following ALT variables.
ohair@49 1758 The default value is
ohair@49 1759 <tt>"/java"</tt> on Solaris and Linux,
ohair@49 1760 <tt>"J:"</tt> on Windows.
ohair@49 1761 </dd>
ohair@49 1762 <dt><a name="ALT_BUILD_JDK_IMPORT_PATH"><tt>ALT_BUILD_JDK_IMPORT_PATH</tt></a></dt>
ohair@49 1763 <dd>
ohair@49 1764 These are useful in managing builds on multiple platforms.
ohair@49 1765 The default network location for all of the import JDK images
ohair@49 1766 for all platforms.
ohair@49 1767 If <tt><a href="#ALT_JDK_IMPORT_PATH">ALT_JDK_IMPORT_PATH</a></tt>
ohair@49 1768 is not set, this directory will be used and should contain
ohair@49 1769 the following directories:
ohair@49 1770 <tt>solaris-sparc</tt>,
ohair@49 1771 <tt>solaris-i586</tt>,
ohair@49 1772 <tt>solaris-sparcv9</tt>,
ohair@49 1773 <tt>solaris-amd64</tt>,
ohair@49 1774 <tt>linux-i586</tt>,
ohair@49 1775 <tt>linux-amd64</tt>,
ohair@49 1776 <tt>windows-i586</tt>,
ohair@49 1777 and
ohair@49 1778 <tt>windows-amd64</tt>.
ohair@49 1779 Where each of these directories contain the import JDK image
ohair@49 1780 for that platform.
duke@2 1781 </dd>
dholmes@323 1782 <dt><a name="ALT_OPENWIN_HOME"><tt>ALT_OPENWIN_HOME</tt></a></dt>
dholmes@323 1783 <dd>
dholmes@323 1784 The top-level directory of the libraries and include files for the platform's
dholmes@323 1785 graphical programming environment. The default location is platform specific.
dholmes@323 1786 For example, on Linux it defaults to <tt>/usr/X11R6/</tt>.
dholmes@323 1787 </dd>
ohair@49 1788 <dt><strong>Windows specific:</strong></dt>
ohair@13 1789 <dd>
ohair@49 1790 <dl>
ohair@275 1791 <dt><a name="ALT_WINDOWSSDKDIR"><tt>ALT_WINDOWSSDKDIR</tt></a> </dt>
ohair@49 1792 <dd>
ohair@49 1793 The location of the
ohair@275 1794 Microsoft Windows SDK where some tools will be
ohair@275 1795 located.
ohair@275 1796 The default is whatever WINDOWSSDKDIR is set to
ohair@275 1797 (or WindowsSdkDir) or the path
ohair@320 1798 <br>
ohair@320 1799 <tt>c:\Program Files\Microsoft SDKs\Windows\v7.0a</tt>
ohair@49 1800 </dd>
ohair@49 1801 <dt><tt><a name="ALT_DXSDK_PATH">ALT_DXSDK_PATH</a></tt> </dt>
ohair@49 1802 <dd>
ohair@49 1803 The location of the
ohair@49 1804 <a href="#dxsdk">Microsoft DirectX 9 SDK</a>.
ohair@49 1805 The default will be to try and use the DirectX environment
ohair@49 1806 variable <tt>DXSDK_DIR</tt>,
ohair@49 1807 failing that, look in <tt>C:/DXSDK</tt>.
ohair@49 1808 </dd>
prr@175 1809 <dt><tt><a name="ALT_MSVCRNN_DLL_PATH">ALT_MSVCRNN_DLL_PATH</a></tt> </dt>
ohair@49 1810 <dd>
ohair@49 1811 The location of the
ohair@291 1812 <a href="#msvcrNN"><tt>MSVCR100.DLL</tt></a>.
ohair@49 1813 </dd>
ohair@49 1814 </dl>
duke@2 1815 </dd>
dholmes@323 1816 <dt><strong>Cross-Compilation Support:</strong></dt>
dholmes@323 1817 <dd>
dholmes@323 1818 <dl>
dholmes@323 1819 <dt><a name="CROSS_COMPILE_ARCH"><tt>CROSS_COMPILE_ARCH</tt></a> </dt>
dholmes@323 1820 <dd>
dholmes@323 1821 Set to the target architecture of a cross-compilation build. If set, this
dholmes@323 1822 variable is used to signify that we are cross-compiling. The expectation
dholmes@323 1823 is that <a href="#ALT_COMPILER_PATH"><tt>ALT_COMPILER_PATH</tt></a> is set
dholmes@323 1824 to point to the cross-compiler and that any cross-compilation specific flags
dholmes@323 1825 are passed using <a href="#EXTRA_CFLAGS"><tt>EXTRA_CFLAGS</tt></a>.
dholmes@323 1826 The <a href="#ALT_OPENWIN_HOME"><tt>ALT_OPENWIN_HOME</tt></a> variable should
dholmes@323 1827 also be set to point to the graphical header files (e.g. X11) provided with
dholmes@323 1828 the cross-compiler.
dholmes@323 1829 When cross-compiling we skip execution of any demos etc that may be built, and
dholmes@323 1830 also skip binary-file verification.
dholmes@323 1831 </dd>
dholmes@323 1832 <dt><tt><a name="EXTRA_CFLAGS">EXTRA_CFLAGS</a></tt> </dt>
dholmes@323 1833 <dd>
dholmes@323 1834 Used to pass cross-compilation options to the cross-compiler.
dholmes@323 1835 These are added to the <tt>CFLAGS</tt> and <tt>CXXFLAGS</tt> variables.
dholmes@323 1836 </dd>
dholmes@323 1837 <dt><tt><a name="USE_ONLY_BOOTDIR_TOOLS">USE_ONLY_BOOTDIR_TOOLS</a></tt> </dt>
dholmes@323 1838 <dd>
dholmes@323 1839 Used primarily for cross-compilation builds (and always set in that case)
dholmes@323 1840 this variable indicates that tools from the boot JDK should be used during
dholmes@323 1841 the build process, not the tools (<tt>javac</tt>, <tt>javah</tt>, <tt>jar</tt>)
dholmes@323 1842 just built (which can't execute on the build host).
dholmes@323 1843 </dd>
dholmes@323 1844 <dt><tt><a name="HOST_CC">HOST_CC</a></tt> </dt>
dholmes@323 1845 <dd>
dholmes@323 1846 The location of the C compiler to generate programs to run on the build host.
dholmes@323 1847 Some parts of the build generate programs that are then compiled and executed
dholmes@323 1848 to produce other parts of the build. Normally the primary C compiler is used
dholmes@323 1849 to do this, but when cross-compiling that would be the cross-compiler and the
dholmes@323 1850 resulting program could not be executed.
dholmes@323 1851 On Linux this defaults to <tt>/usr/bin/gcc</tt>; on other platforms it must be
dholmes@323 1852 set explicitly.
dholmes@323 1853 </dd>
dholmes@323 1854 </dl>
dholmes@323 1855 <dt><strong>Specialized Build Options:</strong></dt>
dholmes@323 1856 <dd>
dholmes@323 1857 Some build variables exist to support specialized build environments and/or specialized
dholmes@323 1858 build products. Their use is only supported in those contexts:
dholmes@323 1859 <dl>
dholmes@323 1860 <dt><tt><a name="BUILD_CLIENT_ONLY">BUILD_CLIENT_ONLY</a></tt> </dt>
dholmes@323 1861 <dd>
dholmes@323 1862 Indicates this build will only contain the Hotspot client VM. In addition to
dholmes@323 1863 controlling the Hotspot build target, it ensures that we don't try to copy
dholmes@323 1864 any server VM files/directories, and defines a default <tt>jvm.cfg</tt> file
dholmes@323 1865 suitable for a client-only environment. Using this in a 64-bit build will
dholmes@323 1866 generate a sanity warning as 64-bit client builds are not directly supported.
dholmes@323 1867 </dd>
dholmes@323 1868 <dt><tt><a name="BUILD_HEADLESS_ONLY"></a>BUILD_HEADLESS_ONLY</tt> </dt>
dholmes@323 1869 <dd>
dholmes@323 1870 Used when the build environment has no graphical capabilities at all. This
dholmes@323 1871 excludes building anything that requires graphical libraries to be available.
dholmes@323 1872 </dd>
dholmes@323 1873 <dt><tt><a name="JAVASE_EMBEDDED"></a>JAVASE_EMBEDDED</tt> </dt>
dholmes@323 1874 <dd>
dholmes@323 1875 Used to indicate this is a build of the Oracle Java SE Embedded product.
dholmes@323 1876 This will enable the directives included in the SE-Embedded specific build
dholmes@323 1877 files.
dholmes@323 1878 </dd>
dholmes@323 1879 <dt><tt><a name="LIBZIP_CAN_USE_MMAP">LIBZIP_CAN_USE_MMAP</a></tt> </dt>
dholmes@323 1880 <dd>
dholmes@323 1881 If set to false, disables the use of mmap by the zip utility. Otherwise,
dholmes@323 1882 mmap will be used.
dholmes@323 1883 </dd>
dholmes@323 1884 <dt><tt><a name="COMPRESS_JARS"></a>COMPRESS_JARS</tt> </dt>
dholmes@323 1885 <dd>
dholmes@323 1886 If set to true, causes certain jar files that would otherwise be built without
dholmes@323 1887 compression, to use compression.
dholmes@323 1888 </dd>
dholmes@323 1889 </dl>
dholmes@323 1890 </dd>
duke@2 1891 </dl>
ohair@13 1892 </blockquote>
ohair@13 1893 <!-- ------------------------------------------------------ -->
ohair@13 1894 <hr>
ohair@320 1895 <h2><a name="hints">Hints and Tips</a></h2>
ohair@320 1896 <blockquote>
ohair@320 1897 You don't have to use all these hints and tips, and in fact people do actually
ohair@320 1898 build with systems that contradict these, but they might prove to be
ohair@320 1899 helpful to some.
ohair@320 1900 <ul>
ohair@320 1901 <li>
ohair@320 1902 If <tt>make sanity</tt> does not work, find out why, fix that
ohair@320 1903 before going any further. Or at least understand what the
ohair@320 1904 complaints are from it.
ohair@320 1905 </li>
ohair@320 1906 <li>
ohair@320 1907 JDK: Keep in mind that you are building a JDK, but you need
ohair@320 1908 a JDK (BOOTDIR JDK) to build this JDK.
ohair@320 1909 </li>
ohair@320 1910 <li>
ohair@320 1911 Ant: The ant utility is a java application and besides having
ohair@320 1912 ant available to you, it's important that ant finds the right
ohair@320 1913 java to run with. Make sure you can type <tt>ant -version</tt>
ohair@320 1914 and get clean results with no error messages.
ohair@320 1915 </li>
ohair@320 1916 <li>
ohair@320 1917 Linux: Try and favor the system packages over building your own
ohair@320 1918 or getting packages from other areas.
ohair@320 1919 Most Linux builds should be possible with the system's
ohair@320 1920 available packages.
ohair@320 1921 </li>
ohair@320 1922 <li>
ohair@320 1923 Solaris: Typically you will need to get compilers on your systems
ohair@320 1924 and occasionally GNU make 3.81 if a gmake binary is not available.
ohair@320 1925 The gmake binary might not be 3.81, be careful.
ohair@320 1926 </li>
ohair@320 1927 <li>
ohair@320 1928 Windows VS2010:
ohair@320 1929 <ul>
ohair@320 1930 <li>
ohair@320 1931 Only the C++ part of VS2010 is needed.
ohair@320 1932 Try to let the installation go to the default install directory.
ohair@320 1933 Always reboot your system after installing VS2010.
ohair@320 1934 The system environment variable VS100COMNTOOLS should be
ohair@320 1935 set in your environment.
ohair@320 1936 </li>
ohair@320 1937 <li>
ohair@320 1938 Make sure that TMP and TEMP are also set in the environment
ohair@320 1939 and refer to Windows paths that exist, like <tt>C:\temp</tt>,
ohair@320 1940 not <tt>/tmp</tt>, not <tt>/cygdrive/c/temp</tt>, and not <tt>C:/temp</tt>.
ohair@320 1941 <tt>C:\temp</tt> is just an example, it is assumed that this area is
ohair@320 1942 private to the user, so by default after installs you should
ohair@320 1943 see a unique user path in these variables.
ohair@320 1944 </li>
ohair@320 1945 <li>
ohair@320 1946 You need to use vsvars32.bat or vsvars64.bat to get the
ohair@320 1947 PATH, INCLUDE, LIB, LIBPATH, and WINDOWSSDKDIR
ohair@320 1948 variables set in your shell environment.
ohair@320 1949 These bat files are not easy to use from a shell environment.
neugens@359 1950 However, there is a script placed in the root jdk8 repository called
ohair@320 1951 vsvars.sh that can help, it should only be done once in a shell
ohair@320 1952 that will be doing the build, e.g.<br>
ohair@320 1953 <tt>sh ./make/scripts/vsvars.sh -v10 > settings<br>
ohair@320 1954 eval `cat settings`</tt><br>
ohair@320 1955 Or just <tt>eval `sh ./make/scripts/vsvars.sh -v10`</tt>.
ohair@320 1956 </li>
ohair@320 1957 </ul>
ohair@320 1958 </li>
ohair@320 1959 <li>
ohair@320 1960 Windows: PATH order is critical, see the
ohair@320 1961 <a href="#paths">paths</a> section for more information.
ohair@320 1962 </li>
ohair@320 1963 <li>
ohair@320 1964 Windows 64bit builds: Use ARCH_DATA_MODEL=64.
ohair@320 1965 </li>
ohair@320 1966 </ul>
ohair@320 1967 </blockquote>
ohair@320 1968 <!-- ------------------------------------------------------ -->
ohair@320 1969 <hr>
ohair@13 1970 <h2><a name="troubleshooting">Troubleshooting</a></h2>
ohair@13 1971 <blockquote>
ohair@13 1972 A build can fail for any number of reasons.
ohair@13 1973 Most failures
ohair@13 1974 are a result of trying to build in an environment in which all the
ohair@13 1975 pre-build requirements have not been met.
ohair@13 1976 The first step in
ohair@13 1977 troubleshooting a build failure is to recheck that you have satisfied
ohair@13 1978 all the pre-build requirements for your platform.
ohair@13 1979 Look for the check list of the platform you are building on in the
ohair@13 1980 <a href="#contents">Table of Contents</a>.
ohair@13 1981 <p>
ohair@276 1982 You can validate your build environment by using the <tt>sanity</tt>
ohair@276 1983 target.
ohair@276 1984 Any errors listed
ohair@276 1985 will stop the build from starting, and any warnings may result in
ohair@276 1986 a flawed product build.
ohair@276 1987 We strongly encourage you to evaluate every
ohair@276 1988 sanity check warning and fix it if required, before you proceed
ohair@276 1989 further with your build.
ohair@13 1990 <p>
ohair@276 1991 Some of the more common problems with builds are briefly described
ohair@276 1992 below, with suggestions for remedies.
ohair@13 1993 <ul>
ohair@13 1994 <li>
ohair@320 1995 <b>Corrupted Bundles on Windows:</b>
ohair@320 1996 <blockquote>
ohair@320 1997 Some virus scanning software has been known to corrupt the
ohair@320 1998 downloading of zip bundles.
ohair@320 1999 It may be necessary to disable the 'on access' or 'real time'
ohair@320 2000 virus scanning features to prevent this corruption.
ohair@320 2001 This type of "real time" virus scanning can also slow down the
ohair@320 2002 build process significantly.
ohair@320 2003 Temporarily disabling the feature, or excluding the build
ohair@320 2004 output directory may be necessary to get correct and faster builds.
ohair@320 2005 </blockquote>
ohair@320 2006 </li>
ohair@320 2007 <li>
ohair@13 2008 <b>Slow Builds:</b>
ohair@13 2009 <blockquote>
ohair@13 2010 If your build machine seems to be overloaded from too many
ohair@13 2011 simultaneous C++ compiles, try setting the <tt>HOTSPOT_BUILD_JOBS</tt>
ohair@13 2012 variable to <tt>1</tt> (if you're using a multiple CPU
ohair@13 2013 machine, setting it to more than the the number of CPUs is probably
ohair@13 2014 not a good idea).
ohair@13 2015 <p>
ohair@276 2016 Creating the javadocs can be very slow, if you are running
ohair@276 2017 javadoc, consider skipping that step.
ohair@13 2018 <p>
ohair@276 2019 Faster hardware and more RAM always helps too.
ohair@276 2020 The VM build tends to be CPU intensive (many C++ compiles),
ohair@276 2021 and the rest of the JDK will often be disk intensive.
ohair@13 2022 <p>
ohair@276 2023 Faster compiles are possible using a tool called
ohair@276 2024 <a href="http://ccache.samba.org/" target="_blank">ccache</a>.
ohair@13 2025 </blockquote>
ohair@13 2026 </li>
ohair@13 2027 <li>
ohair@13 2028 <b>File time issues:</b>
ohair@13 2029 <blockquote>
ohair@13 2030 If you see warnings that refer to file time stamps, e.g.
ohair@13 2031 <blockquote>
ohair@13 2032 <i>Warning message:</i><tt> File `xxx' has modification time in
ohair@276 2033 the future.</tt>
ohair@13 2034 <br>
ohair@13 2035 <i>Warning message:</i> <tt> Clock skew detected. Your build may
ohair@276 2036 be incomplete.</tt>
ohair@13 2037 </blockquote>
ohair@13 2038 These warnings can occur when the clock on the build machine is out of
ohair@13 2039 sync with the timestamps on the source files. Other errors, apparently
ohair@13 2040 unrelated but in fact caused by the clock skew, can occur along with
ohair@13 2041 the clock skew warnings. These secondary errors may tend to obscure the
ohair@13 2042 fact that the true root cause of the problem is an out-of-sync clock.
ohair@13 2043 For example, an out-of-sync clock has been known to cause an old
ohair@13 2044 version of javac to be used to compile some files, resulting in errors
ohair@13 2045 when the pre-1.4 compiler ran across the new <tt>assert</tt> keyword
ohair@13 2046 in the 1.4 source code.
ohair@13 2047 <p>
ohair@276 2048 If you see these warnings, reset the clock on the build
ohair@276 2049 machine, run "<tt><i>gmake</i> clobber</tt>" or delete the directory
ohair@276 2050 containing the build output, and restart the build from the beginning.
ohair@13 2051 </blockquote>
ohair@13 2052 </li>
ohair@13 2053 <li>
ohair@13 2054 <b>Error message: <tt>Trouble writing out table to disk</tt></b>
ohair@13 2055 <blockquote>
ohair@13 2056 Increase the amount of swap space on your build machine.
ohair@13 2057 </blockquote>
ohair@13 2058 </li>
ohair@13 2059 <li>
ohair@13 2060 <b>Error Message: <tt>libstdc++ not found:</tt></b>
ohair@13 2061 <blockquote>
ohair@13 2062 This is caused by a missing libstdc++.a library.
ohair@13 2063 This is installed as part of a specific package
ohair@13 2064 (e.g. libstdc++.so.devel.386).
ohair@49 2065 By default some 64-bit Linux versions (e.g. Fedora)
ohair@49 2066 only install the 64-bit version of the libstdc++ package.
ohair@13 2067 Various parts of the JDK build require a static
ohair@13 2068 link of the C++ runtime libraries to allow for maximum
ohair@13 2069 portability of the built images.
ohair@13 2070 </blockquote>
ohair@13 2071 </li>
ohair@13 2072 <li>
ohair@13 2073 <b>Error Message: <tt>cannot restore segment prot after reloc</tt></b>
ohair@13 2074 <blockquote>
ohair@13 2075 This is probably an issue with SELinux (See
ohair@13 2076 <a href="http://en.wikipedia.org/wiki/SELinux" target="_blank">
ohair@276 2077 http://en.wikipedia.org/wiki/SELinux</a>).
ohair@13 2078 Parts of the VM is built without the <tt>-fPIC</tt> for
ohair@13 2079 performance reasons.
ohair@13 2080 <p>
ohair@276 2081 To completely disable SELinux:
ohair@276 2082 <ol>
ohair@276 2083 <li><tt>$ su root</tt></li>
ohair@276 2084 <li><tt># system-config-securitylevel</tt></li>
ohair@276 2085 <li><tt>In the window that appears, select the SELinux tab</tt></li>
ohair@276 2086 <li><tt>Disable SELinux</tt></li>
ohair@276 2087 </ol>
ohair@13 2088 <p>
ohair@276 2089 Alternatively, instead of completely disabling it you could
ohair@276 2090 disable just this one check.
ohair@276 2091 <ol>
ohair@276 2092 <li>Select System->Administration->SELinux Management</li>
ohair@276 2093 <li>In the SELinux Management Tool which appears,
ohair@13 2094 select "Boolean" from the menu on the left</li>
ohair@276 2095 <li>Expand the "Memory Protection" group</li>
ohair@276 2096 <li>Check the first item, labeled
ohair@13 2097 "Allow all unconfined executables to use libraries requiring text relocation ..."</li>
ohair@276 2098 </ol>
ohair@13 2099 </blockquote>
ohair@13 2100 </li>
ohair@13 2101 <li>
ohair@320 2102 <b>Windows Error Messages:</b><br>
ohair@320 2103 <tt>*** fatal error - couldn't allocate heap, ... </tt><br>
ohair@320 2104 <tt>rm fails with "Directory not empty"</tt><br>
ohair@320 2105 <tt>unzip fails with "cannot create ... Permission denied"</tt><br>
ohair@320 2106 <tt>unzip fails with "cannot create ... Error 50"</tt><br>
ohair@13 2107 <blockquote>
ohair@13 2108 The CYGWIN software can conflict with other non-CYGWIN
ohair@13 2109 software. See the CYGWIN FAQ section on
ohair@13 2110 <a href="http://cygwin.com/faq/faq.using.html#faq.using.bloda" target="_blank">
ohair@276 2111 BLODA (applications that interfere with CYGWIN)</a>.
ohair@13 2112 </blockquote>
ohair@13 2113 </li>
ohair@13 2114 <li>
ohair@320 2115 <b>Windows Error Message: <tt>spawn failed</tt></b>
ohair@13 2116 <blockquote>
ohair@320 2117 Try rebooting the system, or there could be some kind of
ohair@320 2118 issue with the disk or disk partition being used.
ohair@320 2119 Sometimes it comes with a "Permission Denied" message.
ohair@13 2120 </blockquote>
ohair@13 2121 </li>
ohair@13 2122 </ul>
ohair@13 2123 </blockquote>
erikj@445 2124 <!-- ------------------------------------------------------ -->
erikj@445 2125 <hr>
erikj@445 2126 <h2><a name="newbuild">The New Build</a></h2>
erikj@445 2127 <blockquote>
erikj@445 2128 The <a href="http://openjdk.java.net/projects/build-infra/">
erikj@445 2129 Build Infrastructure project</a> is working on a new
erikj@445 2130 build. For information on how to try it out, please see the
erikj@445 2131 <a href="http://openjdk.java.net/projects/build-infra/guide.html">
erikj@445 2132 Build Infra User Guide</a>
erikj@445 2133 </blockquote>
ohair@13 2134 <hr>
ohair@13 2135 </body>
ohair@13 2136 </html>

mercurial