The host c++ standard library is missing <utility>, it appears.
On Sep 20, 2011, at 11:22 AM, Galina Kistanova wrote: > Please use the correct link : > http://63.145.236.72:8011 > and ignore the previous. > > Also log for broken build is here: > > make[1]: Entering directory > `/home/buildslave/zorg/buildbot/osuosl/slave/clang-native-arm-cortex-a9/llvm/lib/Support' > llvm[1]: Compiling APFloat.cpp for Release+Asserts build > llvm[1]: Compiling APInt.cpp for Release+Asserts build > In file included from APFloat.cpp:15: > In file included from > /home/buildslave/zorg/buildbot/osuosl/slave/clang-native-arm-cortex-a9/llvm/include/llvm/ADT/APFloat.h:104: > In file included from > /home/buildslave/zorg/buildbot/osuosl/slave/clang-native-arm-cortex-a9/llvm/include/llvm/ADT/APInt.h:18: > In file included from > /home/buildslave/zorg/buildbot/osuosl/slave/clang-native-arm-cortex-a9/llvm/include/llvm/ADT/ArrayRef.h:13: > In file included from > /home/buildslave/zorg/buildbot/osuosl/slave/clang-native-arm-cortex-a9/llvm/include/llvm/ADT/SmallVector.h:17: > [1m/home/buildslave/zorg/buildbot/osuosl/slave/clang-native-arm-cortex-a9/llvm/include/llvm/Support/type_traits.h:20:10: > [0m[0;1;31mfatal error: [0m[1m'utility' file not found > [0m#include <utility> > [0;1;32m ^ > [0mIn file included from APInt.cpp:16: > In file included from > /home/buildslave/zorg/buildbot/osuosl/slave/clang-native-arm-cortex-a9/llvm/include/llvm/ADT/APInt.h:18: > In file included from > /home/buildslave/zorg/buildbot/osuosl/slave/clang-native-arm-cortex-a9/llvm/include/llvm/ADT/ArrayRef.h:13: > In file included from > /home/buildslave/zorg/buildbot/osuosl/slave/clang-native-arm-cortex-a9/llvm/include/llvm/ADT/SmallVector.h:17: > [1m/home/buildslave/zorg/buildbot/osuosl/slave/clang-native-arm-cortex-a9/llvm/include/llvm/Support/type_traits.h:20:10: > [0m[0;1;31mfatal error: [0m[1m'utility' file not found > [0m#include <utility> > [0;1;32m ^ > [0m1 error generated. > make[1]: *** > [/home/buildslave/zorg/buildbot/osuosl/slave/clang-native-arm-cortex-a9/llvm/lib/Support/Release+Asserts/APInt.o] > Error 1 > make[1]: *** Waiting for unfinished jobs.... > 1 error generated. > make[1]: *** > [/home/buildslave/zorg/buildbot/osuosl/slave/clang-native-arm-cortex-a9/llvm/lib/Support/Release+Asserts/APFloat.o] > Error 1 > make[1]: Leaving directory > `/home/buildslave/zorg/buildbot/osuosl/slave/clang-native-arm-cortex-a9/llvm/lib/Support' > make: *** [all] Error 1 > program finished with exit code 2 > elapsedTime=0.802856 > > > > On Tue, Sep 20, 2011 at 10:59 AM, Galina Kistanova <[email protected]> > wrote: >> Hello everybody, >> >> Just a short note that clang build "clang-native-arm-cortex-a9" is >> broken and the very last successful build was for revision 139932. >> All newer revisions fail. >> >> The builder is available here: >> http://172.16.0.135:8011/waterfall >> >> Thanks >> >> Galina >> > > _______________________________________________ > LLVM Developers mailing list > [email protected] http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
