<div dir="ltr"><div class="gmail_default" style="font-family:tahoma,sans-serif">Works for me. I&#39;ll look into the LLDB bug.<br><br>I&#39;ve created some buildbot Docker containers: <a href="https://github.com/eosrei/docker-swift-dev-buildbot" target="_blank">https://github.com/eosrei/docker-swift-dev-buildbot </a>if someone wants to build a snapshot on Fedora (or Ubuntu for that matter):<br><pre><code>cd /path/to/swift<br></code><code>docker run --name swift-f23 -v $PWD:/src -v $PWD:/output eosrei/swift-dev-buildbot:fedora23<br></code><code><code>docker run --name swift-15 -v $PWD:/src -v $PWD:/output eosrei/swift-dev-buildbot:15.10<br></code></code></pre></div><div class="gmail_default" style="font-family:tahoma,sans-serif">When needed, the Fedora dnf package requirements are listed in the Dockerfile: <a href="https://github.com/eosrei/docker-swift-dev-buildbot/blob/master/fedora/23/Dockerfile" target="_blank">https://github.com/eosrei/docker-swift-dev-buildbot/blob/master/fedora/23/Dockerfile</a><br></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature">-Brad</div></div>
<br><div class="gmail_quote">On Mon, Dec 14, 2015 at 1:04 AM, Dmitri Gribenko <span dir="ltr">&lt;<a href="mailto:gribozavr@gmail.com" target="_blank">gribozavr@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><span class="">On Sun, Dec 13, 2015 at 10:17 AM, Brad Erickson via swift-dev <span dir="ltr">&lt;<a href="mailto:swift-dev@swift.org" target="_blank">swift-dev@swift.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div style="font-family:tahoma,sans-serif">I&#39;ve got Swift building now on Fedora 23.</div></div></blockquote><div><br></div></span><div>Hi Brad,</div><div><br></div><div>Thank you for working on this!</div><span class=""><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div style="font-family:tahoma,sans-serif">The only problem issue I&#39;m running into is probably related to: <br><a href="https://llvm.org/bugs/show_bug.cgi?id=23785" target="_blank">https://llvm.org/bugs/show_bug.cgi?id=23785</a></div><div style="font-family:tahoma,sans-serif"><br>CMake Error at scripts/cmake_install.cmake:36 (file):<br>  file INSTALL cannot find<br>  &quot;/build/buildbot_linux/lldb-linux-x86_64/lib/python2.7&quot;.<br>Call Stack (most recent call first):<br>  cmake_install.cmake:42 (include)<br>FAILED: cd /build/buildbot_linux/lldb-linux-x86_64 &amp;&amp; /usr/bin/cmake -P cmake_install.cmake<br>ninja: build stopped: subcommand failed.<br><br>The workaround is:<br>ln -s /build/buildbot_linux/lldb-linux-x86_64/lib64/python2.7 /build/buildbot_linux/lldb-linux-x86_64/lib/python2.7<br><br></div><div style="font-family:tahoma,sans-serif">​Should I add the list of required packages to the readme with disclaimer than only OS X and Ubuntu 14.04/15.10 a​re officially supported?<br></div></div></blockquote></span></div><div class="gmail_extra"><br></div>LLDB is a very important component of the Swift distribution, I&#39;d be hesitant to advertise support until we can get LLDB working and passing the testsuite.</div><div class="gmail_extra"><br></div><div class="gmail_extra">From the activity in the bug report, it seems to me that making progress on the upstream LLDB bug will require some initiative from someone familiar with Fedora / RHEL -- at least starting with providing a &quot;hacky&quot; patch, and improving according to the core developer&#39;s suggestions.</div><span class="HOEnZb"><font color="#888888"><div class="gmail_extra"><br></div><div class="gmail_extra">Dmitri<br clear="all"><div><br></div>-- <br><div>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;*/</div>
</div></font></span></div>
</blockquote></div><br></div></div>