-
Notifications
You must be signed in to change notification settings - Fork 249
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
apr example build with configure_make fails on os x #808
Comments
With make 4.3 from brew (this version is same as the toolchain's) apr builds without faults |
I think you've hit bazelbuild/bazel@039c72e which should be fixed in bazel 4.2.2 which will be released shortly. |
@fandyushin Can you try updating to bazel 4.2.2 and see if that fixes your issue? |
Now bootstraping make fails for me:
Bazel v4.2.2 UPD: with rules_foreign_cc v0.6.0 make builds successfully, but than make segfaults anyway |
Workaround for 0.7.1 provided in #859 (comment). |
This issue has been automatically marked as stale because it has not had any activity for 180 days. It will be closed if no further activity occurs in 30 days. Collaborators can add an assignee to keep this open indefinitely. Thanks for your contributions to rules_foreign_cc! |
I hate tickets auto-closed without any conclusion, so here it is: This is fixed in current version and this issue can be closed. |
I tried to build
configure_make
example that provide apr library as third party.On make stage it fails:
When I tried to build sources in sandbox dir with system
GNU make
it's doesn't fault, butrules_foreign_cc/toolchains/make/bin/make
keeps throwingsegfaults
.OSX version : 11.5.2 Big Sur
Bazel version : 4.2.1
I noticed that system
make
builded fori386-apple-darwin11.3.0
, but toolchain'smake
builded forx86_64-apple-darwin20.6.0
If i run toolchains/make/bin/make by hands, I get the following output:
The text was updated successfully, but these errors were encountered: