-
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
collect2: fatal error: cannot find 'ld' with build --incompatible_strict_action_env #21334
Labels
P3
We're not considering working on this, but happy to review a PR. (No assignee)
team-Rules-CPP
Issues for C++ rules
type: bug
Comments
github-actions
bot
added
team-Core
Skyframe, bazel query, BEP, options parsing, bazelrc
team-Local-Exec
Issues and PRs for the Execution (Local) team
team-Rules-CPP
Issues for C++ rules
labels
Feb 13, 2024
Could you share the contents of the param file passed to |
I noticed
|
iancha1992
added
team-Remote-Exec
Issues and PRs for the Execution (Remote) team
and removed
team-Core
Skyframe, bazel query, BEP, options parsing, bazelrc
team-Local-Exec
Issues and PRs for the Execution (Local) team
labels
Feb 13, 2024
This part is buggy:
Bazel's toolchain forces use of |
joeleba
added
the
team-Configurability
platforms, toolchains, cquery, select(), config transitions
label
Feb 27, 2024
cc @comius |
coeuvre
removed
the
team-Remote-Exec
Issues and PRs for the Execution (Remote) team
label
Mar 5, 2024
@joeleba what's the configurability tie here? i.e. is the toolchain issue about the generic toolchain API or C++-specific? |
comius
added
P3
We're not considering working on this, but happy to review a PR. (No assignee)
and removed
team-Configurability
platforms, toolchains, cquery, select(), config transitions
untriaged
labels
Mar 21, 2024
This was referenced Jun 7, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
P3
We're not considering working on this, but happy to review a PR. (No assignee)
team-Rules-CPP
Issues for C++ rules
type: bug
Description of the bug:
Seems to be related to #20834
When I enable
build --incompatible_strict_action_env
in .bazelrc building our project fails with the following error:Code is available here: JetBrains/bazel-bsp@8a87600
Which category does this issue belong to?
C++ Rules, Core, Local Execution
What's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
No response
Which operating system are you running Bazel on?
Ubuntu
What is the output of
bazel info release
?release 7.0.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
?No response
Is this a regression? If yes, please try to identify the Bazel commit where the bug was introduced.
No response
Have you found anything relevant by searching the web?
No response
Any other information, logs, or outputs that you want to share?
No response
The text was updated successfully, but these errors were encountered: