diff options
author | rouslan <rouslan@chromium.org> | 2015-01-30 11:36:42 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-01-30 19:37:26 +0000 |
commit | 243315bb066856bcadc20b3118ec623d96187edd (patch) | |
tree | 7a334fa272d8591d4c52ddbce7cbd9898010d01d /tools | |
parent | c3ab543bc538dbb1c8ac4d0b212d06db03cb4b48 (diff) | |
download | chromium_src-243315bb066856bcadc20b3118ec623d96187edd.zip chromium_src-243315bb066856bcadc20b3118ec623d96187edd.tar.gz chromium_src-243315bb066856bcadc20b3118ec623d96187edd.tar.bz2 |
Revert of [NaCl SDK] Remove create_nmf dependency on NACL_SDK_ROOT env var (patchset #5 id:80001 of https://codereview.chromium.org/737653003/)
Reason for revert:
Broke compile on Google Chrome ChromeOS bot.
[8069/19495] CXX obj/components/policy/core/common/cloud/policy_component_common.external_policy_data_updater.o
FAILED: cd ../../third_party/liblouis; python ../../native_client_sdk/src/tools/create_nmf.py ../../out/Release/chromevox_test_data/braille/liblouis_nacl_x86_64.nexe "--output=../../out/Release/chromevox_test_data/braille/liblouis_nacl.nmf"
Traceback (most recent call last):
File "../../native_client_sdk/src/tools/create_nmf.py", line 680, in <module>
rtn = main(sys.argv[1:])
File "../../native_client_sdk/src/tools/create_nmf.py", line 633, in main
options.lib_path += GetDefaultLibPath(config)
File "../../native_client_sdk/src/tools/create_nmf.py", line 507, in GetDefaultLibPath
sdk_root = GetSDKRoot()
File "../../native_client_sdk/src/tools/create_nmf.py", line 478, in GetSDKRoot
assert(os.path.exists(os.path.join(sdk_root, 'toolchain')))
AssertionError
ninja: build stopped: subcommand failed.
http://build.chromium.org/p/chromium.chrome/builders/Google%20Chrome%20ChromeOS/builds/76569
Original issue's description:
> [NaCl SDK] Remove create_nmf dependency on NACL_SDK_ROOT env var
>
> create_nmf should determine the root of the SDK relative
> to its own location.
>
> The exception to this is when its run as part of the
> chrome build, when it is not yet installed. In this
> case we pass --no-default-libpath and --objdump to
> create_nmf to remove any use of the SDK root.
>
> Committed: https://crrev.com/088561ac99314a79866a39f79bb32bd5e1196217
> Cr-Commit-Position: refs/heads/master@{#313957}
TBR=binji@chromium.org,dmichael@chromium.org,sbc@chromium.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
Review URL: https://codereview.chromium.org/890033003
Cr-Commit-Position: refs/heads/master@{#313963}
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions