[Bug 262216] devel/bazel 5.0.0 does not work after successful installation on freebsd 13.0
Date: Sat, 05 Mar 2022 11:14:54 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262216 --- Comment #13 from Ulas SAYGIN <ulassayginim@gmail.com> --- I think it is related to python version of default. now i tested with another vanilla install, this time, i didnt use make.conf and DEFAULT_VERSIONS for python which is python 3.10 for previous installations. now i am able to compile the example cpp stage 1 logs are below. i think reasons can be related to python versions or charset settings. to investigate it, i will try to install another vanilla installation. thank you everybody trying to help me. i will let you know my findings. root@fbsdb:~/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=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 INFO: Analyzed target //main:hello-world (35 packages loaded, 147 targets configured). INFO: Found 1 target... Target //main:hello-world up-to-date: bazel-bin/main/hello-world INFO: Elapsed time: 53.770s, Critical Path: 0.96s INFO: 5 processes: 3 internal, 2 processwrapper-sandbox. INFO: Build completed successfully, 5 total actions -- You are receiving this mail because: You are the assignee for the bug.