<div dir="ltr">Hello all!<br><br>I&#39;m encountering a build failure when compiling the stdlib, using the tip of master as of this morning (d44d6e). I&#39;m running Ubuntu 15.10 on a x86_64 machine.<br><br>Here are my build logs: <a href="https://gist.github.com/modocache/a85851a53b570d5fca47">https://gist.github.com/modocache/a85851a53b570d5fca47</a>. The logs show that I remove my build directory completely, before starting a clean build with `utils/build-script -R`.<br><br>I was surprised to see a build failure, so I tried a bisect to narrow down what may have caused it. Here&#39;s the log from the bisect, which I made between master (d44d6e) and a known good commit (061c77): <a href="https://gist.github.com/modocache/89c347a3c50767eee7eb">https://gist.github.com/modocache/89c347a3c50767eee7eb</a><br><br>The bisect points to commit 638e4b, &quot;IRGen/Runtime: Use relative addresses in nominal type descriptors&quot;. But I&#39;m skeptical: that commit is weeks old, and was even included in swift-DEVELOPMENT-SNAPSHOT-2016-01-25-a. I very much doubt it introduced a build failure.<br><br>I tried building swift-DEVELOPMENT-SNAPSHOT-2016-01-25-a, and even *that* doesn&#39;t build on my system!! I assume this snapshot has passed CI, so I thought there must be something wrong with my system. But William Dillion tells me he&#39;s experiencing the same error (<a href="https://twitter.com/hpux735/status/692758868670058496">https://twitter.com/hpux735/status/692758868670058496</a>).<br><br>William and I are both working on armv7 ports, so perhaps both of our build machines are similarly broken. But I&#39;m curious if anyone has any ideas on what the problem might be, or if this build error reproduces for anyone else building on Linux. Thoughts?<br><br>- Brian Gesiak</div>