<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Jul 22, 2016, at 12:35 PM, Erica Sadun via swift-dev &lt;<a href="mailto:swift-dev@swift.org" class="">swift-dev@swift.org</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html charset=utf-8" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">So where do I find the "starter bugs for the humanities" how-to section? Is there a checklist that goes beyond fix this code and explains tests, comments, etc?</div></div></div></blockquote><div><br class=""></div>I think this is what you’re looking for:&nbsp;<a href="https://swift.org/contributing/" class="">https://swift.org/contributing/</a></div><div><br class=""></div><div><blockquote type="cite" class=""><div class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">I came, I saw, I built. I want to try a bug.</div></div></div></blockquote><div><br class=""></div>There’s a ‘StarterBug’ label in JIRA (<a href="http://bugs.swift.org" class="">bugs.swift.org</a>).</div><div><br class=""></div><div><div>Mark</div><br class=""><blockquote type="cite" class=""><div class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class=""><br class=""></div><div class="">-- E</div><div class=""><br class=""></div><div class=""><blockquote type="cite" class=""><div class="">On Jul 22, 2016, at 1:31 PM, Michael Gottesman &lt;<a href="mailto:mgottesman@apple.com" class="">mgottesman@apple.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html charset=utf-8" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">It is partially my fault TBH. I still need to bump the version check in CMake. We run into a JIT failure when I do this on Linux I believe due to the way ELF forwards symbols (and my needing to work around it).<div class=""><br class=""></div><div class="">I have not had the time to fix it. = /.</div><div class=""><br class=""></div><div class="">If that was set, you would have gotten a nice error saying you needed to upgrade your cmake.</div><div class=""><br class=""></div><div class="">Michael</div><div class=""><br class=""><div class=""><blockquote type="cite" class=""><div class="">On Jul 22, 2016, at 12:26 PM, Erica Sadun via swift-dev &lt;<a href="mailto:swift-dev@swift.org" class="">swift-dev@swift.org</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html charset=utf-8" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">So I got a successful build, and your suspicion was right. I deleted a very old /usr/local/bin/cmake and linked /usr/local/bin/cmake to&nbsp;/Applications/CMake.app/Contents/bin/cmake.</div><div class=""><br class=""></div><div class="">Now when I `where cmake`, every possible candidate is 3.6.</div><div class=""><br class=""></div><div class="">I deleted everything (including my github fork), and started with fresh cloning:</div><div class=""><br class=""></div><div class=""><pre style="box-sizing: border-box; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; margin-top: 0px; margin-bottom: 16px; line-height: 1.45; word-wrap: normal; padding: 16px; overflow: auto; background-color: rgb(247, 247, 247); border-top-left-radius: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; color: rgb(51, 51, 51);" class=""><code style="box-sizing: border-box; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace; padding: 0px; margin: 0px; background-color: transparent; border-top-left-radius: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; word-break: normal; border: 0px; display: inline; overflow: visible; line-height: inherit; word-wrap: normal;" class="">git clone <a href="https://github.com/apple/swift.git" class="">https://github.com/apple/swift.git</a>
utils/update-checkout --clone
utils/update-checkout --branch master
utils/build-script -R</code></pre><div class="">And now I can build&nbsp;<a href="https://github.com/erica/swift/tree/unfold" class="">https://github.com/erica/swift/tree/unfold</a> : <a href="https://twitter.com/ericasadun/status/756570453485817856/photo/1" class="">https://twitter.com/ericasadun/status/756570453485817856/photo/1</a></div><div class=""><br class=""></div><div class="">Thank you all for pointing me in the right direction.</div><div class=""><br class=""></div><div class="">-- E</div></div><br class=""><div class=""><blockquote type="cite" class=""><div class="">On Jul 21, 2016, at 11:53 PM, Erica Sadun via swift-dev &lt;<a href="mailto:swift-dev@swift.org" class="">swift-dev@swift.org</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">3.6.0<br class=""><br class="">-- E<br class=""><br class=""><blockquote type="cite" class="">On Jul 21, 2016, at 9:37 AM, Arnold Schwaighofer &lt;<a href="mailto:aschwaighofer@apple.com" class="">aschwaighofer@apple.com</a>&gt; wrote:<br class=""><br class="">Somewhat wild guess. What is the version of your cmake install?<br class=""><br class="">I think we started requiring some 3ish version recently.<br class=""><br class="">Maybe you need a newer version …<br class=""><br class=""><blockquote type="cite" class="">On Jul 20, 2016, at 2:07 PM, Erica Sadun via swift-dev &lt;<a href="mailto:swift-dev@swift.org" class="">swift-dev@swift.org</a>&gt; wrote:<br class=""><br class="">I started with an absolutely clean re-clone, used bash (normally I use tcsh), &nbsp;made sure <br class="">to do `export PATH=/Applications/CMake.app/Contents/bin:$PATH`, &nbsp;<br class=""><br class="">CMake Error at cmake/modules/SwiftSharedCMakeConfig.cmake:155 (find_package):<br class=""> Could not find a package configuration file provided by "Clang" with any of<br class=""> the following names:<br class=""><br class=""> &nbsp;&nbsp;ClangConfig.cmake<br class=""> &nbsp;&nbsp;clang-config.cmake<br class=""><br class=""> Add the installation prefix of "Clang" to CMAKE_PREFIX_PATH or set<br class=""> "Clang_DIR" to a directory containing one of the above files. &nbsp;If "Clang"<br class=""> provides a separate development package or SDK, be sure it has been<br class=""> installed.<br class="">Call Stack (most recent call first):<br class=""> cmake/modules/SwiftSharedCMakeConfig.cmake:212 (swift_common_standalone_build_config_clang)<br class=""> CMakeLists.txt:398 (swift_common_standalone_build_config)<br class=""><br class=""><br class="">-- Configuring incomplete, errors occurred!<br class=""><br class="">I'm flummoxed. Anyone able to give me some pointers to get past this? <br class=""><br class="">Thanks in advance, -- E<br class=""><br class="">_______________________________________________<br class="">swift-dev mailing list<br class=""><a href="mailto:swift-dev@swift.org" class="">swift-dev@swift.org</a><br class=""><a href="https://lists.swift.org/mailman/listinfo/swift-dev" class="">https://lists.swift.org/mailman/listinfo/swift-dev</a><br class=""></blockquote><br class=""></blockquote><br class="">_______________________________________________<br class="">swift-dev mailing list<br class=""><a href="mailto:swift-dev@swift.org" class="">swift-dev@swift.org</a><br class=""><a href="https://lists.swift.org/mailman/listinfo/swift-dev" class="">https://lists.swift.org/mailman/listinfo/swift-dev</a><br class=""></div></div></blockquote></div><br class=""></div>_______________________________________________<br class="">swift-dev mailing list<br class=""><a href="mailto:swift-dev@swift.org" class="">swift-dev@swift.org</a><br class=""><a href="https://lists.swift.org/mailman/listinfo/swift-dev" class="">https://lists.swift.org/mailman/listinfo/swift-dev</a><br class=""></div></blockquote></div><br class=""></div></div></div></blockquote></div><br class=""></div>_______________________________________________<br class="">swift-dev mailing list<br class=""><a href="mailto:swift-dev@swift.org" class="">swift-dev@swift.org</a><br class="">https://lists.swift.org/mailman/listinfo/swift-dev<br class=""></div></blockquote></div><br class=""></body></html>