--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
Is the error true? Does third_party/llvm-build/Release+Asserts/bin/clang exist on your machine? (It should.)
On Thu, Mar 10, 2016 at 5:01 PM, Nico Weber <tha...@chromium.org> wrote:Is the error true? Does third_party/llvm-build/Release+Asserts/bin/clang exist on your machine? (It should.)I can't log into the machine directly, but based on the output it should exist:________ running '/usr/bin/python src/tools/clang/scripts/update.py --if-needed' in '/var/lib/work/chromium_git/chromium'Updating Clang to 255169-1...Creating directory /var/lib/work/chromium_git/chromium/src/third_party/llvm-buildDownloading prebuilt clangDownloading https://commondatastorage.googleapis.com/chromium-browser-clang/Linux_x64/clang-255169-1.tgz .......... Done.Creating directory /var/lib/work/chromium_git/chromium/src/third_party/llvm-build/Release+Assertsclang 255169-1 unpackedI'm thinking that perhaps the failed command is being run from inside the sysroot, and that the path does not exist from the perspective of the sysroot, but I'm not sure how to verify that.
On Thu, Mar 10, 2016 at 5:06 PM, Marshall Greenblatt <magree...@gmail.com> wrote:On Thu, Mar 10, 2016 at 5:01 PM, Nico Weber <tha...@chromium.org> wrote:Is the error true? Does third_party/llvm-build/Release+Asserts/bin/clang exist on your machine? (It should.)I can't log into the machine directly, but based on the output it should exist:________ running '/usr/bin/python src/tools/clang/scripts/update.py --if-needed' in '/var/lib/work/chromium_git/chromium'Updating Clang to 255169-1...Creating directory /var/lib/work/chromium_git/chromium/src/third_party/llvm-buildDownloading prebuilt clangDownloading https://commondatastorage.googleapis.com/chromium-browser-clang/Linux_x64/clang-255169-1.tgz .......... Done.Creating directory /var/lib/work/chromium_git/chromium/src/third_party/llvm-build/Release+Assertsclang 255169-1 unpackedI'm thinking that perhaps the failed command is being run from inside the sysroot, and that the path does not exist from the perspective of the sysroot, but I'm not sure how to verify that.Hmm... I'm not able to reproduce the 32-bit build error on a local VM, and the 64-bit remote build succeeded without issue using the same setup (but different build machine and different GYP_DEFINES). I'll re-trigger the 32-bit build to see if perhaps it was a transient error and update this thread.
Can you manually run that file on the bot? Maybe the executable can't load on that system for some reason?