Date: Sat, 05 Mar 2022 08:45:38 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 262216] devel/bazel 5.0.0 does not work after successful installation on freebsd 13.0 Message-ID: <bug-262216-7788-MjTLaJSoQl@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-262216-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-262216-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D262216 --- Comment #12 from Ulas SAYGIN <ulassayginim@gmail.com> --- after i cleaned cache , than i gave error. no compilation for example proje= ct of bazel. i dont think it is cache. because when i tried first time to comp= ile 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=3D1 --terminal_columns=3D129 INFO: Reading rc options for 'build' from /usr/local/etc/bazel/bazel.bazelr= c: 'build' options: --strategy=3DJavac=3Dstandalone --java_runtime_version= =3D11 --tool_java_runtime_version=3D11 --action_env=3DPATH=3D/bin:/usr/bin/:/usr/= local/bin ERROR: /root/.cache/bazel/_bazel_root/226a657e3ffc703888af21dbab4728de/external/ba= zel_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/ba= zel_tools/tools/jdk/BUILD:432:8: In rule 'proguard_whitelister_test', timeout 'illegal' is not a valid timeo= ut. ERROR: Analysis of target '//main:hello-world' failed; build aborted: error loading package '@bazel_tools//tools/jdk': Package 'tools/jdk' contains err= ors INFO: Elapsed time: 56,318s INFO: 0 processes. FAILED: Build did NOT complete successfully (28 packages loaded, 6 targets configured) Fetching @local_jdk; fetching --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-262216-7788-MjTLaJSoQl>