-
-
Notifications
You must be signed in to change notification settings - Fork 287
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
Missing header auxv.h #1625
Comments
See our docs on using a newer glibc |
Thanks! |
To expand on this for future visitors, (from conda-forge/ctng-compiler-activation-feedstock#88 (comment))
|
I solved a problem with installing conda gcc on a SLURM-based HPC by using only main channel (-c main) libs: conda install gxx_linux-64 gcc_linux-64 libstdcxx libstdcxx-ng libcxx libcxxabi libstdcxx-devel_linux-64 |
I would not recommend this. IME, the packages shown here are not things that end-users should need to manually specify in an environment. Have you tried installing |
Conda-forge documentation
Installed packages
# Name Version Build Channel _libgcc_mutex 0.1 conda_forge conda-forge _openmp_mutex 4.5 1_gnu conda-forge binutils 2.36.1 hdd6e379_2 conda-forge binutils_impl_linux-64 2.36.1 h193b22a_2 conda-forge binutils_linux-64 2.36 hf3e587d_7 conda-forge c-compiler 1.4.1 h166bdaf_0 conda-forge ca-certificates 2022.2.1 h06a4308_0 certifi 2021.10.8 py39hf3d152e_1 conda-forge compilers 1.4.1 ha770c72_0 conda-forge cxx-compiler 1.4.1 h924138e_0 conda-forge fortran-compiler 1.4.1 h2a4ca65_0 conda-forge gcc 10.3.0 he2824d0_7 conda-forge gcc_impl_linux-64 10.3.0 hf2f2afa_14 conda-forge gcc_linux-64 10.3.0 hc39de41_7 conda-forge gfortran 10.3.0 h18518b4_7 conda-forge gfortran_impl_linux-64 10.3.0 h73f4979_14 conda-forge gfortran_linux-64 10.3.0 hb09a455_7 conda-forge gxx 10.3.0 he2824d0_7 conda-forge gxx_impl_linux-64 10.3.0 hf2f2afa_14 conda-forge gxx_linux-64 10.3.0 h2593f52_7 conda-forge kernel-headers_linux-64 2.6.32 he073ed8_15 conda-forge ld_impl_linux-64 2.36.1 hea4e1c9_2 conda-forge libffi 3.4.2 h7f98852_5 conda-forge libgcc-devel_linux-64 10.3.0 he6cfe16_14 conda-forge libgcc-ng 11.2.0 h1d223b6_14 conda-forge libgfortran5 11.2.0 h5c6108e_14 conda-forge libgomp 11.2.0 h1d223b6_14 conda-forge libsanitizer 10.3.0 h26c7422_14 conda-forge libstdcxx-devel_linux-64 10.3.0 he6cfe16_14 conda-forge libstdcxx-ng 11.2.0 he4da1e4_14 conda-forge ncurses 6.3 h7f8727e_2 openssl 3.0.0 h7f98852_2 conda-forge pip 21.2.4 py39h06a4308_0 python 3.9.7 hf930737_3_cpython conda-forge python_abi 3.9 2_cp39 conda-forge readline 8.1.2 h7f8727e_1 setuptools 58.0.4 py39h06a4308_0 sqlite 3.38.0 hc218d9a_0 sysroot_linux-64 2.12 he073ed8_15 conda-forge tk 8.6.11 h1ccaba5_0 tzdata 2021e hda174b7_0 wheel 0.37.1 pyhd3eb1b0_0 xz 5.2.5 h7b6447c_0 zlib 1.2.11 h7f8727e_4
Environment info
Issue
My code compiles without problem when using system compilers, but if I use the CondaForge
compilers
package, it fails on x86 Linux with the errorsys/auxv.h
is part of glibc. It's standard on all Linux distributions. But it's missing from the version of glibc for x86 Linux distributed by CondaForge.The text was updated successfully, but these errors were encountered: