Help please, I cannot install the package. Please let me know if you need other informations to figure out the issue.
ERROR: /home/xxx/.cache/yay/mozc/src/mozc-git/src/base/BUILD.bazel:939:8: Executing genrule //base:config_file_stream_data failed: (Exit 1): bash failed: error executing command (from target //base:config_file_stream_data) /bin/bash -c ... (remaining 1 argument skipped)
Use --sandbox_debug to see verbose messages from the sandbox and retain the sandbox build root for debugging
Error occurred while attempting to use the default Python toolchain (@rules_python//python:autodetecting_toolchain).
Neither 'python3' nor 'python' were found on the target platform's PATH, which is:
/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
Please ensure an interpreter is available on this platform (and marked executable), or else register an appropriate Python toolchain as per the documentation for py_runtime_pair (https://github.com/bazelbuild/rules_python/blob/master/docs/python.md#py_runtime_pair).
ERROR: /home/xxx/.cache/yay/mozc/src/mozc-git/src/dictionary/BUILD.bazel:610:8: Executing genrule //dictionary:pos_matcher failed: (Exit 1): bash failed: error executing command (from target //dictionary:pos_matcher) /bin/bash -c ... (remaining 1 argument skipped)
Use --sandbox_debug to see verbose messages from the sandbox and retain the sandbox build root for debugging
Error occurred while attempting to use the default Python toolchain (@rules_python//python:autodetecting_toolchain).
Neither 'python3' nor 'python' were found on the target platform's PATH, which is:
/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
Please ensure an interpreter is available on this platform (and marked executable), or else register an appropriate Python toolchain as per the documentation for py_runtime_pair (https://github.com/bazelbuild/rules_python/blob/master/docs/python.md#py_runtime_pair).
INFO: Elapsed time: 69.865s, Critical Path: 16.13s
INFO: 201 processes: 21 internal, 180 linux-sandbox.
FAILED: Build did NOT complete successfully
==> ERROR: A failure occurred in build().
Aborting...
error: target not found: mozc
-> error making: mozc
Pinned Comments
Nocifer commented on 2022-05-29 21:53 (UTC) (edited on 2023-08-22 09:33 (UTC) by Nocifer)
If you're getting compilation errors, please delete your Bazel cache (
~/.cache/bazel
by default).