<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"><<a href="mailto:gribozavr@gmail.com" target="_blank">gribozavr@gmail.com</a>></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 <<a href="mailto:gribozavr@gmail.com" target="_blank">gribozavr@gmail.com</a>> wrote:<br>
> Hi Damien,<br>
><br>
> On Fri, Dec 4, 2015 at 9:06 AM, Damien (dev) <<a href="mailto:dev@lanza.fr" target="_blank">dev@lanza.fr</a>> wrote:<br>
>> Hello everybody,<br>
>><br>
>> I'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>
><br>
> Yes:<br>
><br>
> build-script --preset=buildbot_linux_1404<br>
> installable_package=/tmp/swift.tar.gz<br>
> install_destdir=/tmp/swift-install<br>
><br>
> Unfortunately, that depends on the swift-package-tests directory,<br>
> which is currently missing from the repository. As a temporary<br>
> workaround, please disable those tests by commenting out<br>
> "test-installable-package=1" 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're looking into it.<br>
<div><div><br>
Dmitri<br>
<br>
--<br>
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if<br>
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <<a href="mailto:gribozavr@gmail.com" target="_blank">gribozavr@gmail.com</a>>*/<br>
</div></div></blockquote></div><br></div>
</div></div></div><br></div>