Skip to content

jemalloc breaks cross-compile, breaks incoming #6998

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

Closed
brson opened this issue Jun 7, 2013 · 2 comments
Closed

jemalloc breaks cross-compile, breaks incoming #6998

brson opened this issue Jun 7, 2013 · 2 comments

Comments

@brson
Copy link
Contributor

brson commented Jun 7, 2013

bots are red. probably just a build misconfiguration

thestinger added a commit that referenced this issue Jun 7, 2013
@thestinger
Copy link
Contributor

#7007 fixes the problem in our part of the build system, but we need to fix an issue with jemalloc's build system before this starts working. It has an autoconf check to test for the page size on the platform, but it bails out and fails to configure if you're cross-compiling.

We need to hardcode the shift size for the platforms we're targeting. I'm not entirely sure what the best way would be to pass it to jemalloc's build system - autotools is weird.

@thestinger
Copy link
Contributor

This if fixed now, thanks to hardcoding the page shift size.

flip1995 pushed a commit to flip1995/rust that referenced this issue Apr 8, 2021
Fix `redundant_clone` fp

fixes: rust-lang#5973
fixes: rust-lang#5595
fixes: rust-lang#6998

changelog: Fix `redundant_clone` fp  where the cloned value is modified while the clone is in use.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants