<div dir="ltr"><div class="gmail_quote"><div dir="ltr"><div><div>Ok. Had to re-clone (previous build seems to have broken something), skip cmark tests (same failure as <a href="https://lists.swift.org/pipermail/swift-users/2015-December/000048.html" target="_blank">https://lists.swift.org/pipermail/swift-users/2015-December/000048.html</a>), install rsync, tweak my ncurses installation so that -lcurses works, but I now have a working installation.<br><br>$ swift --version<br>Swift version 2.2-dev (LLVM 46be9ff861, Clang 4deb154edc, Swift f25b887686)<br>Target: x86_64-unknown-linux-gnu<br><br></div><div>All other tests passes (I did not even try swift-package-tests)<br></div><div><br></div>As for the cmark test failure, I do have python 3.5 installed, but it should not be seen as default :<br>$ python --version<br>Python 2.7.10<br><br></div>Regards, and thanks for the help and for the good work. :)<br></div><div class=""><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">2015-12-04 18:34 GMT+01:00 Dmitri Gribenko <span dir="ltr">&lt;<a href="mailto:gribozavr@gmail.com" target="_blank">gribozavr@gmail.com</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span>On Fri, Dec 4, 2015 at 9:14 AM, Dmitri Gribenko &lt;<a href="mailto:gribozavr@gmail.com" target="_blank">gribozavr@gmail.com</a>&gt; wrote:<br>
&gt; Hi Damien,<br>
&gt;<br>
&gt; On Fri, Dec 4, 2015 at 9:06 AM, Damien (dev) &lt;<a href="mailto:dev@lanza.fr" target="_blank">dev@lanza.fr</a>&gt; wrote:<br>
&gt;&gt; Hello everybody,<br>
&gt;&gt;<br>
&gt;&gt; I&#39;m using a custom Linux from scratch (x86_64). I have just built Swift, but I cannot find how to install it after the build process. Is there a script or something ?<br>
&gt;<br>
&gt; Yes:<br>
&gt;<br>
&gt; build-script --preset=buildbot_linux_1404<br>
&gt; installable_package=/tmp/swift.tar.gz<br>
&gt; install_destdir=/tmp/swift-install<br>
&gt;<br>
&gt; Unfortunately, that depends on the swift-package-tests directory,<br>
&gt; which is currently missing from the repository.  As a temporary<br>
&gt; workaround, please disable those tests by commenting out<br>
&gt; &quot;test-installable-package=1&quot; from utils/build-presets.ini.<br>
<br>
</span>It looks like other tests are broken on master now, see<br>
<a href="https://bugs.swift.org/browse/SR-39" rel="noreferrer" target="_blank">https://bugs.swift.org/browse/SR-39</a> again.  We&#39;re looking into it.<br>
<div><div><br>
Dmitri<br>
<br>
--<br>
main(i,j){for(i=2;;i++){for(j=2;j&lt;i;j++){if(!(i%j)){j=0;break;}}if<br>
(j){printf(&quot;%d\n&quot;,i);}}} /*Dmitri Gribenko &lt;<a href="mailto:gribozavr@gmail.com" target="_blank">gribozavr@gmail.com</a>&gt;*/<br>
</div></div></blockquote></div><br></div>
</div></div></div><br></div>