-
Notifications
You must be signed in to change notification settings - Fork 3.9k
collect2: fatal error: cannot find 'ld' #11790
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
Comments
protocolbuffers/protobuf#19558 would be really great to just avoid this entire class of |
FYI in enola-dev/enola#985 I've attempted to bump 1.66.0 to 1.69.0, and am still seeing (and blocked by) this problem. |
I believe I do actually have an
|
Just a few days ago I upgraded Fedora 40 to 41, might that explain this? (That's just a hunch, I don't know if a clean before OS upgrade would also have triggered this.) Is it expected that an upgrade of some OS packages breaks a previously working build? |
Ewww. Yeah, I had no idea what'd cause that. Luckily C++ has mostly "just worked" with Bazel, other than C++ itself being a PITA needing various flags that aren't defined in individual projects (e.g, Yes, pre-built protoc would be nice for Java folks to use. Sounds like this is unrelated to gRPC and we (grpc-java) don't have the experience to point to what might have been going on, so I'm closing. If anything else comes up comment and we can reopen. |
Context: https://github.com/enola-dev/enola/ is a project which used to work (build) just fine, at rev enola-dev/enola@1a4252a. After a
bazelisk clean
, it's suddenly broken; this is not { Fast, Correct } - Choose two ... 😄What version of gRPC-Java are you using?
1.66.0
What is your environment?
Linux Fedora Workstation 41 with up-to-date packages.
Java 21, but that's not relevant.
What did you expect to see?
Continously working green build.
What did you see instead?
Steps to reproduce the bug
$ git clone https://github.com/enola-dev/enola/ $ cd enola $ git checkout 1a4252a2ff3b8869fc49bc385b1c81d53d179948 $ bazelisk clean $ bazelisk build //java/dev/enola/common/protobuf:test_proto
The text was updated successfully, but these errors were encountered: