<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Thanks, created&nbsp;<a href="https://bugs.swift.org/browse/SR-3222" class="">https://bugs.swift.org/browse/SR-3222</a>&nbsp;to address the documentation since it's necessary to build dispatch if building foundation on Linux<div class=""><br class=""></div><div class="">Alex</div><div class=""><br class=""><div style=""><blockquote type="cite" class=""><div class="">On 15 Nov 2016, at 20:48, Mishal Shah &lt;<a href="mailto:shahmishal@gmail.com" class="">shahmishal@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">Hi Alex,&nbsp;<div class=""><br class=""></div><div class="">Libdispatch requires following:</div><div class=""><br class=""></div><div class=""><div class="">sudo apt-get install autoconf libtool pkg-config clang systemtap-sdt-dev libbsd-dev</div><div class=""><br class=""></div></div><div class="">For more detail:&nbsp;</div><div class=""><a href="https://github.com/apple/swift-corelibs-libdispatch/blob/master/INSTALL.md#building-and-installing-for-linux" class="">https://github.com/apple/swift-corelibs-libdispatch/blob/master/INSTALL.md#building-and-installing-for-linux</a><br class=""></div><div class=""><br class=""></div><div class="">Thanks,</div><div class="">Mishal Shah</div></div><div class="gmail_extra"><br clear="all" class=""><div class=""><div class="gmail_signature" data-smartmail="gmail_signature">Mishal Shah</div></div>
<br class=""><div class="gmail_quote">On Tue, Nov 15, 2016 at 8:31 AM, Alex Blewitt via swift-dev <span dir="ltr" class="">&lt;<a href="mailto:swift-dev@swift.org" target="_blank" class="">swift-dev@swift.org</a>&gt;</span> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word" class="">I just tried to build Swift on Ubuntu 10.04 and it failed with an error message 'autoreconf: command not found'. It seems this comes with the autoconf module.<div class=""><br class=""></div><div class="">According to&nbsp;<a href="https://github.com/apple/swift/#system-requirements" target="_blank" class="">https://github.com/apple/<wbr class="">swift/#system-requirements</a>&nbsp;the requirements for installing includes:</div><div class=""><br class=""></div><div class=""><div class="">sudo apt-get install git cmake ninja-build clang python uuid-dev libicu-dev icu-devtools libbsd-dev libedit-dev libxml2-dev libsqlite3-dev swig libpython-dev libncurses5-dev pkg-config libblocksruntime-dev libcurl4-openssl-dev</div><br class="m_8539611077362906811Apple-interchange-newline">This doesn't include autoconf, and as such, falls over here. Should the documentation be updated to require autoconf, or should the libdispatch code not require autoconf in the first place?</div><div class=""><br class=""></div><div class="">Alex</div><div class=""><br class=""></div><div class="">---<br class=""><div class=""><br class=""></div><div class=""><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;background-color:rgb(255,255,255)" class=""><span style="font-variant-ligatures:no-common-ligatures" class="">libdispatch: using gold linker</span></div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;background-color:rgb(255,255,255)" class=""><span style="font-variant-ligatures:no-common-ligatures" class="">Reconfiguring libdispatch</span></div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;background-color:rgb(255,255,255)" class=""><span style="font-variant-ligatures:no-common-ligatures" class="">+ mkdir -p /build/Ninja-ReleaseAssert/<wbr class="">libdispatch-linux-x86_64</span></div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;background-color:rgb(255,255,255)" class=""><span style="font-variant-ligatures:no-common-ligatures" class="">+ pushd //swift-corelibs-libdispatch</span></div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;background-color:rgb(255,255,255)" class=""><span style="font-variant-ligatures:no-common-ligatures" class="">//swift-corelibs-libdispatch /</span></div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;background-color:rgb(255,255,255)" class=""><span style="font-variant-ligatures:no-common-ligatures" class="">+ autoreconf -fvi</span></div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;background-color:rgb(255,255,255)" class=""><span style="font-variant-ligatures:no-common-ligatures" class="">/swift/utils/build-script-<wbr class="">impl: line 274: autoreconf: command not found</span></div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;background-color:rgb(255,255,255)" class=""><span style="font-variant-ligatures:no-common-ligatures" class="">swift/utils/build-script: fatal error: command terminated with a non-zero exit status 127, aborting</span></div></div><div class=""><span style="font-variant-ligatures:no-common-ligatures" class=""><br class=""></span></div></div></div><br class="">______________________________<wbr 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" rel="noreferrer" target="_blank" class="">https://lists.swift.org/<wbr class="">mailman/listinfo/swift-dev</a><br class="">
<br class=""></blockquote></div><br class=""></div>
</div></blockquote></div><br class=""></div></body></html>