problem:*
During building binaries with native client according to https://github.com/mozilla/DeepSpeech/blob/v0.5.1/native_client/README.md following errors are got.
iiit_admin@gpu-sys-5038a-i:~/DeepSpeech-0.5.1/DeepSpeech-0.5.1/tensorflow$ bazel build --config=monolithic --config=cuda -c opt --copt=-O3 --copt="-D_GLIBCXX_USE_CXX11_ABI=0" --copt=-fvisibility=hidden //native_client:libdeepspeech.so //native_client:generate_trie
WARNING: The following configs were expanded more than once: [cuda]. For repeatable flags, repeats are counted twice and may lead to unexpected behavior.
DEBUG: /home/iiit_admin/.cache/bazel/_bazel_iiit_admin/a351f61158fc8ce2a298ac1a721f4723/external/bazel_tools/tools/cpp/lib_cc_configure.bzl:115:5:
Auto-Configuration Warning: ‘TMP’ environment variable is not set, using ‘C:\Windows\Temp’ as default
INFO: Analysed 2 targets (0 packages loaded, 0 targets configured).
INFO: Found 2 targets…
ERROR: /home/iiit_admin/DeepSpeech-0.5.1/DeepSpeech-0.5.1/tensorflow/native_client/BUILD:16:1: Executing genrule //native_client:ds_git_version failed (Exit 1)
INFO: Elapsed time: 3.963s, Critical Path: 3.59s, Remote (0.00% of the time): [queue: 0.00%, setup: 0.00%, process: 0.00%]
INFO: 41 processes: 41 local.
FAILED: Build did NOT complete successfully
System details
OS Platform :Ubuntu 18.04
TensorFlow installed from (source or binary): source
TensorFlow version: Mozilla’s tensorflow r1.13
Python version: 3.7.1
Installed using virtualenv? pip? conda?: virtual env
Bazel version (if compiling from source): 0.19.2
CUDA/cuDNN version: 10.0.130
GPU model and memory: GeForce GTX 1080 2 GPU cards
Deepspeech -v 0.5.1
Please suggest.Thanks in advance.