<div dir="ltr">Howdy.<div><br></div><div>I've been looking at a build failure the past few days and haven't made heads or tails of what's going on. This is only occurring on the 14.04 build (15.10 passes), and it's occurring with the REPL integration test:</div><div><br></div><div><div><font face="monospace, monospace">build/buildbot_linux/none-swift_package_sandbox/usr/bin/swift</font></div><div><font face="monospace, monospace">Welcome to Swift version 3.0-dev (LLVM 752e1430fc, Clang 3987718dae, Swift 8e439904e2). Type :help for assistance.</font></div><div><font face="monospace, monospace"> 1> import Glibc</font></div><div><font face="monospace, monospace">error: repl.swift:1:8: error: missing required module 'SwiftGlibc'</font></div><div><font face="monospace, monospace">import Glibc</font></div><div><font face="monospace, monospace"> ^</font></div><div><br></div><div><br></div><div>At first I thought I needed to do a clean build, then when that didn't work I built a brand new 14.04 VM and cleanroom built with only those apt-get installs necessary. Has anyone built Swift from the ground up lately on 14.04 using the buildbot_linux preset? I kick things off with:</div><div><br></div><div><div><font face="monospace, monospace">#!/bin/bash</font></div><div><font face="monospace, monospace">pushd `dirname $0` > /dev/null</font></div><div><font face="monospace, monospace">WHERE_I_AM=`pwd`</font></div><div><font face="monospace, monospace">popd > /dev/null</font></div><div><font face="monospace, monospace">INSTALL_DIR=${WHERE_I_AM}/install</font></div><div><font face="monospace, monospace">PACKAGE=${WHERE_I_AM}/swift.tar.gz</font></div><div><font face="monospace, monospace">LSB_RELEASE=`lsb_release -rs | tr -d .`</font></div><div><font face="monospace, monospace">rm -rf $INSTALL_DIR $PACKAGE</font></div><div><font face="monospace, monospace">./swift/utils/build-script --preset=buildbot_linux_${LSB_RELEASE} install_destdi</font><span style="font-family:monospace,monospace">r=${INSTALL_DIR} installable_package=${PACKAGE}</span></div></div><div><br></div><div>Joe</div><br><div class="gmail_signature"><div dir="ltr">---<div><a href="http://dev.iachieved.it/iachievedit/" target="_blank">http://dev.iachieved.it/iachievedit/</a></div><div>@iachievedit</div></div></div>
</div></div>