Skip to content

Instantly share code, notes, and snippets.

@xiangjjj
Created June 19, 2017 17:02
Show Gist options
  • Save xiangjjj/0a9b10099777dfa2b7d2ff08592efa01 to your computer and use it in GitHub Desktop.
Save xiangjjj/0a9b10099777dfa2b7d2ff08592efa01 to your computer and use it in GitHub Desktop.
protoc failed error message
ERROR: /home/xjiang/tensorflow/tensorflow/core/BUILD:180:1: null failed: protoc failed: error executing command bazel-out/host/bin/external/protobuf/protoc '--cpp_out=bazel-out/local-opt/genfiles/' -I. -Iexternal/protobuf/src -Ibazel-out/local-opt/genfiles/external/protobuf/src ... (remaining 1 argument(s) skipped): com.google.devtools.build.lib.shell.BadExitStatusException: Process exited with status 1.
bazel-out/host/bin/external/protobuf/protoc: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.18' not found (required by bazel-out/host/bin/external/protobuf/protoc)
Target //tensorflow/tools/pip_package:build_pip_package failed to build
Use --verbose_failures to see the command lines of failed build steps.
INFO: Elapsed time: 463.769s, Critical Path: 450.76s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment