<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi Magnus,<div class=""><br class=""></div><div class="">I’ve tried this new build process on my Mac (OSX 10.11.3 with all latest patches, xcode 7.2.1 with all latest patches) and I get this error.</div><div class=""><br class=""></div><div class="">configure: error: Could not find freetype! <br class="">/Users/kirk/Projects/OpenJDK/build-infra-jdk9/common/autoconf/generated-configure.sh: line 82: 5: Bad file descriptor<br class="">configure exiting with result code 1</div><div class=""><br class=""></div><div class="">freetype is on my machine. I also went and rebuilt freetype version 6.3.2 (configure, make, sudo make install). It all seemed to end well but the build still failed with the same message. I’ve not dug deeper as of yet.</div><div class=""><br class=""></div><div class="">I have logs from the freetype build and I’ve turned on tracing in the configure script (set -xv). It’s a lot of output so I’ll only send it if you’re interested in taking a peek.</div><div class=""><br class=""></div><div class="">Kind regards,</div><div class="">Kirk Pepperdine</div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Feb 12, 2016, at 12:42 PM, Magnus Ihse Bursie <<a href="mailto:magnus.ihse.bursie@oracle.com" class="">magnus.ihse.bursie@oracle.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="content-type" content="text/html; charset=utf-8" class=""><div dir="auto" class=""><div class=""><span class=""></span></div><div class="">
<meta http-equiv="content-type" content="text/html; charset=utf-8" class="">
... or, well, more to the truth, we're *not* hiring. At least not in
the sense that we'll pay you money. But we do want beta testers
anyway! :-) Your reward will be a new build system that will work on
the systems and configurations you care about, right out of the box,
and a fuzzy warm feeling.<br class="">
<br class="">
A document that describes how to try out the new build system, and
that answers many questions that you might have, is here:<br class="">
<br class="">
<a class="moz-txt-link-freetext" href="http://cr.openjdk.java.net/~ihse/docs/new-hotspot-build.html">http://cr.openjdk.java.net/~ihse/docs/new-hotspot-build.html</a><br class="">
<br class="">
The TL;DR:<br class="">
<ol class="">
<li class=""><p class="">Clone the project forest.</p>
<pre class=""><code class="">hg clone <a class="moz-txt-link-freetext" href="http://hg.openjdk.java.net/build-infra/jdk9">http://hg.openjdk.java.net/build-infra/jdk9</a> build-infra-jdk9
cd build-infra-jdk9 && bash get_source.sh [additional closed url]
</code></pre>
</li>
<li class=""><p class="">The build infra project is constantly on the move. The safest
way to get to
a working state is by using a tag, e.g. build-infra-beta-01.</p>
<pre class=""><code class="">bash common/bin/hgforest.sh update -r build-infra-beta-01
</code></pre>
</li>
<li class=""><p class="">Build it. This works just as the with old build.</p>
<pre class=""><code class="">bash configure && make
</code></pre>
</li>
</ol>
If you have questions or want to report bugs or enhancement
requests, please
direct them to the build-infra project list <code class=""><a class="moz-txt-link-abbreviated" href="mailto:build-infra-dev@openjdk.java.net">build-infra-dev@openjdk.java.net</a></code>.
Note that this is different from the Build Group mailing list
<code class=""><a class="moz-txt-link-abbreviated" href="mailto:build-dev@openjdk.java.net">build-dev@openjdk.java.net</a></code>.<br class="">
<br class="">
Before asking questions, please check
<a class="moz-txt-link-freetext" href="http://cr.openjdk.java.net/~ihse/docs/new-hotspot-build.html">http://cr.openjdk.java.net/~ihse/docs/new-hotspot-build.html</a> to see
if they have been answered there first.<br class="">
<br class="">
/Magnus<br class="">
<br class="">
</div></div></div></blockquote></div><br class=""></div></body></html>