[Bug 262216] devel/bazel 5.0.0 does not work after successful installation on freebsd 13.0

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 05 Mar 2022 08:45:38 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262216

--- Comment #12 from Ulas SAYGIN <ulassayginim@gmail.com> ---
after i cleaned cache , than i gave error. no compilation for example project
of bazel. i dont think it is cache. because when i tried first time to compile
example c++ project. it was the first time to run bazel after installation.
do you want me to upload again BUILD file and python files to see and find
error?

root@fbsd122:~/examples/cpp-tutorial/stage1 # bazel build --announce_rc
//main:hello-world
Extracting Bazel installation...
Starting local Bazel server and connecting to it...
... still trying to connect to local Bazel server after 10 seconds ...
... still trying to connect to local Bazel server after 20 seconds ...
... still trying to connect to local Bazel server after 30 seconds ...
... still trying to connect to local Bazel server after 40 seconds ...
INFO: Options provided by the client:
  Inherited 'common' options: --isatty=1 --terminal_columns=129
INFO: Reading rc options for 'build' from /usr/local/etc/bazel/bazel.bazelrc:
  'build' options: --strategy=Javac=standalone --java_runtime_version=11
--tool_java_runtime_version=11 --action_env=PATH=/bin:/usr/bin/:/usr/local/bin
ERROR:
/root/.cache/bazel/_bazel_root/226a657e3ffc703888af21dbab4728de/external/bazel_tools/tools/jdk/BUILD:432:8:
In rule 'proguard_whitelister_test', size 'medium' is not a valid size.
ERROR:
/root/.cache/bazel/_bazel_root/226a657e3ffc703888af21dbab4728de/external/bazel_tools/tools/jdk/BUILD:432:8:
In rule 'proguard_whitelister_test', timeout 'illegal' is not a valid timeout.
ERROR: Analysis of target '//main:hello-world' failed; build aborted: error
loading package '@bazel_tools//tools/jdk': Package 'tools/jdk' contains errors
INFO: Elapsed time: 56,318s
INFO: 0 processes.
FAILED: Build did NOT complete successfully (28 packages loaded, 6 targets
configured)
    Fetching @local_jdk; fetching

-- 
You are receiving this mail because:
You are the assignee for the bug.