[swift-users] build-script error
Jordan Rose
jordan_rose at apple.com
Fri Jun 10 11:24:39 CDT 2016
[+ a few people who have been changing this area lately]
> On Jun 10, 2016, at 09:14, Jeff Ramsey via swift-users <swift-users at swift.org> wrote:
>
> I followed directions here to clone the compiler source and build it on Ubuntu 14.04:
>
> https://github.com/apple/swift/blob/master/README.md <https://github.com/apple/swift/blob/master/README.md>
>
> 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.
>
> Jeff
>
> ~/swift$ utils/build-script -t
> Traceback (most recent call last):
> File "utils/build-script", line 1848, in <module>
> sys.exit(main())
> File "utils/build-script", line 1844, in main
> return main_normal()
> File "utils/build-script", line 1053, in main_normal
> default=StdlibDeploymentTarget.host_target().name)
> AttributeError: 'NoneType' object has no attribute 'name'
>
> _______________________________________________
> swift-users mailing list
> swift-users at swift.org
> https://lists.swift.org/mailman/listinfo/swift-users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-users/attachments/20160610/c77f36c5/attachment.html>
More information about the swift-users
mailing list