Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 05 Mar 2022 11:14:54 +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-REJKyWdwQc@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 #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=3D1 --terminal_columns=3D237
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
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

--=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-REJKyWdwQc>