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

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 28 Feb 2022 07:12:23 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262216

--- Comment #5 from Ulas SAYGIN <ulassayginim@gmail.com> ---
(In reply to Klaus Aehlig from comment #3)

hi, i compiled bazel in FreeBSD 12.2 release version and
tested example with your argument but no luck. same error.

root@fbsd122:~/examples/cpp-tutorial/stage1 # bazel build --announce_rc
//main:hello-world
INFO: Options provided by the client:
  Inherited 'common' options: --isatty=1 --terminal_columns=237
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: 0,278s
INFO: 0 processes.
FAILED: Build did NOT complete successfully (0 packages loaded, 0 targets
configured)

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