From 5830d6a382f4f7b6bf64629c00d5ed4a2a9c0f4b Mon Sep 17 00:00:00 2001 From: thestig Date: Wed, 24 Sep 2014 10:49:01 -0700 Subject: Revert of Instrumented libraries: update the libnspr4 build script. (patchset #1 id:1 of https://codereview.chromium.org/600793002/) Reason for revert: MSAN bots failed. FAILED: cd ../../third_party/instrumented_libraries; ../../third_party/instrumented_libraries/download_build_install.py "--product-directory=../../out/Release" "--package=libnspr4" "--intermediate-directory=../../out/Release/obj/third_party/instrumented_libraries/msan-libnspr4.gen" "--sanitizer-type=msan" "--extra-configure-flags=--enable-64bit --disable-debug" "--cflags=-O2 -gline-tables-only -fPIC -w -U_FORITFY_SOURCE \"-fsanitize=memory\" \"-fsanitize-memory-track-origins=0\"" "--ldflags=-Wl,-z,origin -Wl,-R,XORIGIN/. \"-fsanitize=memory\"" "--cc=/mnt/data/b/build/goma/gomacc /mnt/data/b/build/slave/Chromium_Linux_MSan_Builder/build/src/third_party/llvm-build/Release+Asserts/bin/clang" "--cxx=/mnt/data/b/build/goma/gomacc /mnt/data/b/build/slave/Chromium_Linux_MSan_Builder/build/src/third_party/llvm-build/Release+Asserts/bin/clang++" "--jobs=10" "--build-method=destdir" "--run-before-build=scripts/libnspr4.sh" mv: cannot stat `nspr/*': No such file or directory Original issue's description: > Instrumented libraries: update the libnspr4 build script. > > There has been a security update in Precise which changed the paths somewhat. > > BUG=313751 > TBR=glider@chromium.org > NOTRY=true > > Committed: https://crrev.com/91e9dd404b29bcbb847b98530e83f3c40720b890 > Cr-Commit-Position: refs/heads/master@{#296395} TBR=glider@chromium.org,earthdok@chromium.org NOTREECHECKS=true NOTRY=true BUG=313751 Review URL: https://codereview.chromium.org/598983004 Cr-Commit-Position: refs/heads/master@{#296454} --- third_party/instrumented_libraries/scripts/libnspr4.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'third_party') diff --git a/third_party/instrumented_libraries/scripts/libnspr4.sh b/third_party/instrumented_libraries/scripts/libnspr4.sh index d41498f..9ca669c 100755 --- a/third_party/instrumented_libraries/scripts/libnspr4.sh +++ b/third_party/instrumented_libraries/scripts/libnspr4.sh @@ -5,4 +5,4 @@ # This script does some preparations before build of instrumented libnspr4. -mv nspr/* . +mv mozilla/nsprpub/* . -- cgit v1.1