On Sun, Dec 13, 2015 at 12:17 PM, Brad Erickson via swift-dev <
swift-dev@swift.org> wrote:

I've got Swift building now on Fedora 23. The only problem issue I'm
> running into is probably related to:
> https://llvm.org/bugs/show_bug.cgi?id=23785
>
> CMake Error at scripts/cmake_install.cmake:36 (file):
>   file INSTALL cannot find
>   "/build/buildbot_linux/lldb-linux-x86_64/lib/python2.7".
> Call Stack (most recent call first):
>   cmake_install.cmake:42 (include)
> FAILED: cd /build/buildbot_linux/lldb-linux-x86_64 && /usr/bin/cmake -P
> cmake_install.cmake
> ninja: build stopped: subcommand failed.
>
> The workaround is:
> ln -s /build/buildbot_linux/lldb-linux-x86_64/lib64/python2.7
> /build/buildbot_linux/lldb-linux-x86_64/lib/python2.7
>

It is related.  This was mentioned in SR-100 as well:
https://bugs.swift.org/browse/SR-100

Cheers,

Meador
_______________________________________________
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev

Reply via email to