-
Notifications
You must be signed in to change notification settings - Fork 451
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
Bazel: recompile with -fPIC
errors on Linux
#595
Comments
Might be a thing in the base image with
|
I kept running into this on my Linux box when trying to test #579. The best discussion I could find was at tweag/rules_haskell#429. That suggested a few workarounds, none of which worked for me:
We might have to enlist Tweag's help with this. I also got a bunch of "invalid byte sequence" errors, but that one was solvable — I'm on Arch, which uses vanilla glibc, which doesn't provide a |
recompile with -fPIC
errors on Linux
@patrickt That looks like an error we encountered on Bazel CI recently: tweag/rules_haskell#1349 |
Woohoo! 🎉 @aherrmann I can confirm that fixes the Linux builds for us: https://github.com/github/semantic/compare/bazel-linux-fixes |
My experiments here ran into a continual issue:
(repeated thousands of times)
I have no idea what we have to do to fix this, though some googling appears to indicate this is a static/dynamic problem. If you have further insight, please drop a comment here 👀
The text was updated successfully, but these errors were encountered: