Andrew Adams via llvm-dev
2015-Aug-27 21:44 UTC
[llvm-dev] Windows build broken for me since r246156
Hi all, I run a build bot which updates and builds trunk llvm on a variety of OSes once every four hours. The windows build has been broken since r246156: http://104.154.46.123:8010/builders/win-64-trunk. A full clean didn't seem to fix it. Neither did several more recent updates (I'm currently building at 246208). The specific error is at the end of this log: http://104.154.46.123:8010/builders/win-64-trunk/builds/75/steps/Build%20LLVM%20Release/logs/stdio My build procedure looks like this: cmake -DCMAKE_INSTALL_PREFIX=../llvm-install -DLLVM_ENABLE_TERMINFO=OFF -DLLVM_TARGETS_TO_BUILD=X86;ARM;NVPTX;AArch64;Mips -DLLVM_ENABLE_ASSERTIONS=ON -DLLVM_BUILD_32_BITS=OFF -DCMAKE_BUILD_TYPE=Release../llvm/ -G 'Visual Studio 12 Win64' MSBuild.exe /m /t:Build /p:Configuration="Debug" .\ALL_BUILD.vcxproj MSBuild.exe /m /t:Build /p:Configuration="Release" .\ALL_BUILD.vcxproj Suggestions appreciated. All other platforms and llvm versions are currently green: http://104.154.46.123:8010/waterfall. - Andrew -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150827/1aa18959/attachment.html>
NAKAMURA Takumi via llvm-dev
2015-Aug-28 00:42 UTC
[llvm-dev] Windows build broken for me since r246156
Fixed in r246241. Sorry for inconvenience. On Fri, Aug 28, 2015 at 6:45 AM Andrew Adams via llvm-dev < llvm-dev at lists.llvm.org> wrote:> Hi all, > > I run a build bot which updates and builds trunk llvm on a variety of OSes > once every four hours. The windows build has been broken since r246156: > http://104.154.46.123:8010/builders/win-64-trunk. A full clean didn't > seem to fix it. Neither did several more recent updates (I'm currently > building at 246208). > > The specific error is at the end of this log: > > > http://104.154.46.123:8010/builders/win-64-trunk/builds/75/steps/Build%20LLVM%20Release/logs/stdio > > My build procedure looks like this: > > cmake > -DCMAKE_INSTALL_PREFIX=../llvm-install > -DLLVM_ENABLE_TERMINFO=OFF > -DLLVM_TARGETS_TO_BUILD=X86;ARM;NVPTX;AArch64;Mips > -DLLVM_ENABLE_ASSERTIONS=ON > -DLLVM_BUILD_32_BITS=OFF > -DCMAKE_BUILD_TYPE=Release../llvm/ > -G 'Visual Studio 12 Win64' > MSBuild.exe /m /t:Build /p:Configuration="Debug" .\ALL_BUILD.vcxproj > MSBuild.exe /m /t:Build /p:Configuration="Release" .\ALL_BUILD.vcxproj > > Suggestions appreciated. All other platforms and llvm versions are > currently green: http://104.154.46.123:8010/waterfall. > > - Andrew > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150828/b614624d/attachment.html>
Andrew Adams via llvm-dev
2015-Aug-28 05:49 UTC
[llvm-dev] Windows build broken for me since r246156
No inconvenience, I just thought the heads-up might be useful. It's all green again. Thanks, - Andrew On Thu, Aug 27, 2015 at 5:42 PM, NAKAMURA Takumi <geek4civic at gmail.com> wrote:> Fixed in r246241. Sorry for inconvenience. > > On Fri, Aug 28, 2015 at 6:45 AM Andrew Adams via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> Hi all, >> >> I run a build bot which updates and builds trunk llvm on a variety of >> OSes once every four hours. The windows build has been broken since >> r246156: http://104.154.46.123:8010/builders/win-64-trunk. A full clean >> didn't seem to fix it. Neither did several more recent updates (I'm >> currently building at 246208). >> >> The specific error is at the end of this log: >> >> >> http://104.154.46.123:8010/builders/win-64-trunk/builds/75/steps/Build%20LLVM%20Release/logs/stdio >> >> My build procedure looks like this: >> >> cmake >> -DCMAKE_INSTALL_PREFIX=../llvm-install >> -DLLVM_ENABLE_TERMINFO=OFF >> -DLLVM_TARGETS_TO_BUILD=X86;ARM;NVPTX;AArch64;Mips >> -DLLVM_ENABLE_ASSERTIONS=ON >> -DLLVM_BUILD_32_BITS=OFF >> -DCMAKE_BUILD_TYPE=Release../llvm/ >> -G 'Visual Studio 12 Win64' >> MSBuild.exe /m /t:Build /p:Configuration="Debug" .\ALL_BUILD.vcxproj >> MSBuild.exe /m /t:Build /p:Configuration="Release" .\ALL_BUILD.vcxproj >> >> Suggestions appreciated. All other platforms and llvm versions are >> currently green: http://104.154.46.123:8010/waterfall. >> >> - Andrew >> >> _______________________________________________ >> LLVM Developers mailing list >> llvm-dev at lists.llvm.org >> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >> >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150827/954d9c68/attachment.html>