Skip to content
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

Build fails against gcc-12 #2676

Closed
timkpaine opened this issue Jul 15, 2024 · 1 comment
Closed

Build fails against gcc-12 #2676

timkpaine opened this issue Jul 15, 2024 · 1 comment

Comments

@timkpaine
Copy link
Member

timkpaine commented Jul 15, 2024

Will try to repro on another OS

Red Hat Enterprise Linux release 8.9 (Ootpa)
gcc 12.3.0
/rustc/7d83a4c131ab9ae81a74c6fd825c827d74a2881d/library/std/src/sys/pal/unix/stack_overflow.rs:237: undefined reference to `getauxval'
/.../bin/ld: /rustc/7d83a4c131ab9ae81a74c6fd825c827d74a2881d/library/std/src/sys/pal/unix/stack_overflow.rs:237: undefined reference to `getauxval'

Some similar issues around, some discussion in rust-lang/rust#89626

@texodus
Copy link
Member

texodus commented Jul 15, 2024

You can build perspective-python with stable Rust from the sdist, this is only an issue when building from the repo dev environment where we use the nightly toolchain to get wasm32 support and more advanced optimization passes for the dists.

I'll take a patch to add support for this (if it exists and the patch comes with tests), but this is not an issue we need to track as we do not support installing the dev environment on arbitrary linux distros. If you can't install the sdist on RedHat, feel free to re-open.

@texodus texodus closed this as not planned Won't fix, can't repro, duplicate, stale Jul 15, 2024
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