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 Should I add the list of required packages to the readme with disclaimer than only OS X and Ubuntu 14.04/15.10 are officially supported? -Brad
_______________________________________________ swift-dev mailing list swift-dev@swift.org https://lists.swift.org/mailman/listinfo/swift-dev