Created
August 12, 2020 15:53
-
-
Save gounthar/9744e1a6f445096219878e23b163e39e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bazel build --workspace_status_command="bash native_client/bazel_workspace_status_cmd.sh" --config=monolithic -c opt --copt=-O3 --copt="-D_GLIBCXX_USE_CXX11_ABI=0" --copt=-fvisibility=hidden //native_client:libdeepspeech.so | |
INFO: Options provided by the client: | |
Inherited 'common' options: --isatty=1 --terminal_columns=192 | |
INFO: Reading rc options for 'build' from /home/poddingue/tensorflow/.bazelrc: | |
'build' options: --apple_platform_type=macos --define framework_shared_object=true --define open_source_build=true --define=use_fast_cpp_protos=true --define=allow_oversize_protos=true --spawn_strategy=standalone --strategy=Genrule=standalone -c opt --announce_rc --define=grpc_no_ares=true --define=PREFIX=/usr --define=LIBDIR=$(PREFIX)/lib --define=INCLUDEDIR=$(PREFIX)/include | |
INFO: Reading rc options for 'build' from /home/poddingue/tensorflow/.tf_configure.bazelrc: | |
'build' options: --action_env PYTHON_BIN_PATH=/usr/bin/python3 --action_env PYTHON_LIB_PATH=/usr/local/lib/python3.7/dist-packages --python_path=/usr/bin/python3 --config=xla --action_env TF_CONFIGURE_IOS=0 | |
INFO: Found applicable config definition build:xla in file /home/poddingue/tensorflow/.tf_configure.bazelrc: --define with_xla_support=true | |
INFO: Found applicable config definition build:monolithic in file /home/poddingue/tensorflow/.bazelrc: --define framework_shared_object=false | |
DEBUG: Rule 'io_bazel_rules_docker' indicated that a canonical reproducible form can be obtained by modifying arguments shallow_since = "1556410077 -0400" | |
ERROR: Skipping '//native_client:libdeepspeech.so': error loading package 'native_client': Unable to find package for @com_github_nelhage_rules_boost//:boost/boost.bzl: The repository '@com_github_nelhage_rules_boost' could not be resolved. | |
WARNING: Target pattern parsing failed. | |
ERROR: error loading package 'native_client': Unable to find package for @com_github_nelhage_rules_boost//:boost/boost.bzl: The repository '@com_github_nelhage_rules_boost' could not be resolved. | |
INFO: Elapsed time: 0.412s | |
INFO: 0 processes. | |
FAILED: Build did NOT complete successfully (0 packages loaded) | |
currently loading: native_client |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment