<div dir="ltr">Hi Alex, <div><br></div><div>Libdispatch requires following:</div><div><br></div><div><div>sudo apt-get install autoconf libtool pkg-config clang systemtap-sdt-dev libbsd-dev</div><div><br></div></div><div>For more detail: </div><div><a href="https://github.com/apple/swift-corelibs-libdispatch/blob/master/INSTALL.md#building-and-installing-for-linux">https://github.com/apple/swift-corelibs-libdispatch/blob/master/INSTALL.md#building-and-installing-for-linux</a><br></div><div><br></div><div>Thanks,</div><div>Mishal Shah</div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature">Mishal Shah</div></div>
<br><div class="gmail_quote">On Tue, Nov 15, 2016 at 8:31 AM, Alex Blewitt via swift-dev <span dir="ltr">&lt;<a href="mailto:swift-dev@swift.org" target="_blank">swift-dev@swift.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">I just tried to build Swift on Ubuntu 10.04 and it failed with an error message &#39;autoreconf: command not found&#39;. It seems this comes with the autoconf module.<div><br></div><div>According to <a href="https://github.com/apple/swift/#system-requirements" target="_blank">https://github.com/apple/<wbr>swift/#system-requirements</a> the requirements for installing includes:</div><div><br></div><div><div>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&#39;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><br></div><div>Alex</div><div><br></div><div>---<br><div><br></div><div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;background-color:rgb(255,255,255)"><span style="font-variant-ligatures:no-common-ligatures">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)"><span style="font-variant-ligatures:no-common-ligatures">Reconfiguring libdispatch</span></div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;background-color:rgb(255,255,255)"><span style="font-variant-ligatures:no-common-ligatures">+ mkdir -p /build/Ninja-ReleaseAssert/<wbr>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)"><span style="font-variant-ligatures:no-common-ligatures">+ 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)"><span style="font-variant-ligatures:no-common-ligatures">//swift-corelibs-libdispatch /</span></div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;background-color:rgb(255,255,255)"><span style="font-variant-ligatures:no-common-ligatures">+ autoreconf -fvi</span></div><div style="margin:0px;font-size:11px;line-height:normal;font-family:Menlo;background-color:rgb(255,255,255)"><span style="font-variant-ligatures:no-common-ligatures">/swift/utils/build-script-<wbr>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)"><span style="font-variant-ligatures:no-common-ligatures">swift/utils/build-script: fatal error: command terminated with a non-zero exit status 127, aborting</span></div></div><div><span style="font-variant-ligatures:no-common-ligatures"><br></span></div></div></div><br>______________________________<wbr>_________________<br>
swift-dev mailing list<br>
<a href="mailto:swift-dev@swift.org">swift-dev@swift.org</a><br>
<a href="https://lists.swift.org/mailman/listinfo/swift-dev" rel="noreferrer" target="_blank">https://lists.swift.org/<wbr>mailman/listinfo/swift-dev</a><br>
<br></blockquote></div><br></div>