[swift-dev] Autoconf needed for builds?

Alex Blewitt alblue at apple.com
Tue Nov 15 10:31:18 CST 2016


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.

According to https://github.com/apple/swift/#system-requirements <https://github.com/apple/swift/#system-requirements> the requirements for installing includes:

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

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?

Alex

---

libdispatch: using gold linker
Reconfiguring libdispatch
+ mkdir -p /build/Ninja-ReleaseAssert/libdispatch-linux-x86_64
+ pushd //swift-corelibs-libdispatch
//swift-corelibs-libdispatch /
+ autoreconf -fvi
/swift/utils/build-script-impl: line 274: autoreconf: command not found
swift/utils/build-script: fatal error: command terminated with a non-zero exit status 127, aborting

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-dev/attachments/20161115/9415adb7/attachment.html>


More information about the swift-dev mailing list