-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Package provided in Chocolatey does not declare a dependency #7376
Labels
area-Windows
Windows-specific issues and feature requests
P2
We'll consider working on this in future. (Assignee optional)
team-OSS
Issues for the Bazel OSS team: installation, release processBazel packaging, website
type: bug
Comments
dslomov
added
area-Windows
Windows-specific issues and feature requests
untriaged
labels
Feb 11, 2019
@petemounce -- could you please take a look? |
laszlocsomor
added
type: bug
P2
We'll consider working on this in future. (Assignee optional)
and removed
untriaged
labels
Feb 11, 2019
FYI, @petemounce is currently on holiday, will be back in ~2 weeks, so I don't expect this to be addressed until late Feb/early March. |
@RNabel @laszlocsomor thank you!
Yes, using the hint I posted in |
petemounce
pushed a commit
to petemounce/bazel
that referenced
this issue
Feb 15, 2019
Fixes bazelbuild#7376. Currently untested, am on holiday without my build environment. To verify: 1. check out this branch on a Windows computer 1. `cd scripts/packages/chocolatey` 1. in powershell: `./build.ps1 -version 0.23.0 -mode rc -rc 2` (I think 0.23 release is in flight, and rc2 has not been pushed) * should produce ./bazel-0.23.0rc2.nupkg (from memory; filename might vary) 1. `choco install --verbose --yes ./bazel-0.23.0rc2.nupkg` * should see `[INFO ] - [NuGet] Attempting to resolve dependency 'vcredist2015 (= 14.0.24215.20170201).' in log, where, previous to this change, would not be present in log.
petemounce
pushed a commit
to petemounce/bazel
that referenced
this issue
May 8, 2019
Fixes bazelbuild#7376. Currently untested, am on holiday without my build environment. To verify: 1. check out this branch on a Windows computer 1. `cd scripts/packages/chocolatey` 1. in powershell: `./build.ps1 -version 0.23.0 -mode rc -rc 2` (I think 0.23 release is in flight, and rc2 has not been pushed) * should produce ./bazel-0.23.0rc2.nupkg (from memory; filename might vary) 1. `choco install --verbose --yes ./bazel-0.23.0rc2.nupkg` * should see `[INFO ] - [NuGet] Attempting to resolve dependency 'vcredist2015 (= 14.0.24215.20170201).' in log, where, previous to this change, would not be present in log.
irengrig
pushed a commit
to irengrig/bazel
that referenced
this issue
Jul 15, 2019
Fixes bazelbuild#7376. Currently untested, am on holiday without my build environment. cc @laszlocsomor, @RNabel, @vmax. To verify: 1. check out this branch on a Windows computer 1. `cd scripts/packages/chocolatey` 1. in powershell: `./build.ps1 -version 0.23.0 -mode rc -rc 2` (I think 0.23 release is in flight, and rc2 has not been pushed) * should produce `./bazel-0.23.0rc2.nupkg` (from memory; filename might vary) 1. `choco install --verbose --yes ./bazel-0.23.0rc2.nupkg` * should see `[INFO ] - [NuGet] Attempting to resolve dependency 'vcredist2015 (= 14.0.24215.20170201).' in log, where, previous to this change, would not be present in log. ![selfie-0](https://i.imgur.com/OZHeyFD.png) [_GitHub Selfies_](https://github.com/thieman/github-selfies/) Closes bazelbuild#7437. PiperOrigin-RevId: 257362183
philwo
added
the
team-OSS
Issues for the Bazel OSS team: installation, release processBazel packaging, website
label
Jun 15, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area-Windows
Windows-specific issues and feature requests
P2
We'll consider working on this in future. (Assignee optional)
team-OSS
Issues for the Bazel OSS team: installation, release processBazel packaging, website
type: bug
Description of the problem / feature request:
bazel
installed via Chocolatey does not declare dependency on VC RedistFeature requests: what underlying problem are you trying to solve with this feature?
I'm trying to use
bazel
to build code on Windows instance on GCE (specificallywindows-2019/windows-cloud
)Bugs: what's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
choco install bazel
bazel version
=> {cmd
-> prints out empty stringbash
onmsys2
-> prints outC:/ProgramData/chocolatey/bin/bazel.exe: error while loading shared libraries: ?: cannot open shared object file: No such file or directory
}
What operating system are you running Bazel on?
Windows Server 2019
What's the output of
bazel info release
?Have you found anything relevant by searching the web?
Related: #5254
Any other information, logs, or outputs that you want to share?
choco install -y vcredist2015
should be ran to be able to usebazel
it should be either automatically installed or at least advised
The text was updated successfully, but these errors were encountered: