TensorFlow Bazel falla de compilación

Estoy construyendo TensorFlow con Bazel usandobazel build -c opt --config=cuda //tensorflow/cc:tutorials_example_trainer según las instrucciones de TensorFlowinstrucciones de 'instalación desde fuentes'.

Obtuve el siguiente error:

    ERROR: /home/ubuntu/tensorflow/tensorflow/stream_executor/BUILD:5:1: C++ compilation of rule '//tensorflow/stream_executor:stream_e
xecutor' failed: crosstool_wrapper_driver_is_not_gcc failed: error executing command third_party/gpus/crosstool/clang/bin/crosstool
_wrapper_driver_is_not_gcc -U_FORTIFY_SOURCE '-D_FORTIFY_SOURCE=1' -fstack-protector -fPIE -Wall -Wunused-but-set-parameter -Wno-fr
ee-nonheap-object ... (remaining 87 argument(s) skipped): com.google.devtools.build.lib.shell.BadExitStatusException: Process exite
d with status 1.   

tensorflow/stream_executor/cuda/cuda_dnn.cc: In function 'cudnnConvolutionFwdAlgo_t perftools::gputools::cuda::{anonymous}::ToConvF
orwardAlgo(perftools::gputools::dnn::AlgorithmType)':                                                                              
tensorflow/stream_executor/cuda/cuda_dnn.cc:269:10: error: 'CUDNN_CONVOLUTION_FWD_ALGO_FFT' was not declared in this scope         
     case CUDNN_CONVOLUTION_FWD_ALGO_FFT:  

...

Pila: máquina EC2 g2.8xlarge con Ubuntu 14.04.2. Bazel versión 0.1.5 (instalada conbazel-0.1.5-jdk7-installer-linux-x86_64.sh)

He probado Bazel 0.1.4 y 0.2.3 y me sale el mismo error.

Respuestas a la pregunta(1)

Su respuesta a la pregunta