Open tats-u opened 3 weeks ago
Did you set BAZEL_SH
env var? It looks like Bazel is finding bash at C:\Users\tatsu\scoop\apps\msys2\current\usr\bin\bash.exe
which probably doesn't exist?
C:\Users\tatsu\scoop\apps\msys2\current\usr\bin\bash.exe which probably doesn't exist?
No, it didn't exist when I tried. (Note: exists now because I reinstalled MSYS2 via Scoop, so I have to uninstall MSYS2 in Scoop and reinstall it via WinGet again to reproduce this issue in my physical machine)
Description of the bug:
I tried to build Mozc.
I installed Bazel & MSYS2 by the following commands:
However, Bazel persisted in finding MSYS2 only in Scoop's directory and couldn't find MSYS2.
I had to reinstall MSYS2 by:
Which category does this issue belong to?
CLI, Core
What's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
Install Scoop & Visual Studio 2022 Community (or a paid edition instead) first, then:
Or you'll get similar error.
指定されたファイルが見つかりません。 = No designated file found. C:\Users\tatsu\ = The
$USERPROFILE
of the machineWhich operating system are you running Bazel on?
Windows 11 23H2
What is the output of
bazel info release
?release 7.3.2
If
bazel info release
returnsdevelopment version
or(@non-git)
, tell us how you built Bazel.No response
What's the output of
git remote get-url origin; git rev-parse HEAD
?If this is a regression, please try to identify the Bazel commit where the bug was introduced with bazelisk --bisect.
No response
Have you found anything relevant by searching the web?
"msys2 winget" no result
Any other information, logs, or outputs that you want to share?
WinGet installs MSYS2 in
C:\msys64
.