<div dir="ltr"><div><div>I followed directions here to clone the compiler source and build it on Ubuntu 14.04:<br><br><a href="https://github.com/apple/swift/blob/master/README.md">https://github.com/apple/swift/blob/master/README.md</a><br><br></div>All required packages seem to haven been installed successfully per the README.  When I get to the build step, the following build-script command generates the errors below it.  Have I missed something simple?  Thanks.<br><br></div>Jeff<br><div><br>~/swift$ utils/build-script -t<br>Traceback (most recent call last):<br>  File &quot;utils/build-script&quot;, line 1848, in &lt;module&gt;<br>    sys.exit(main())<br>  File &quot;utils/build-script&quot;, line 1844, in main<br>    return main_normal()<br>  File &quot;utils/build-script&quot;, line 1053, in main_normal<br>    default=StdlibDeploymentTarget.host_target().name)<br>AttributeError: &#39;NoneType&#39; object has no attribute &#39;name&#39;<br><br></div></div>