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

latest gcc / gxx 7.5.0 builds have GLIBC_2.14 symbols #97

Open
1 task done
kkraus14 opened this issue Apr 25, 2022 · 1 comment
Open
1 task done

latest gcc / gxx 7.5.0 builds have GLIBC_2.14 symbols #97

kkraus14 opened this issue Apr 25, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@kkraus14
Copy link

kkraus14 commented Apr 25, 2022

Solution to issue cannot be found in the documentation.

  • I checked the documentation.

Issue

Looks like the recent gcc 7.5.0 builds somehow got GLIBC_2.14 symbols in them which breaks using them in cos6 environments:

(dev) keith@Keith-PC:~/scratch$ objdump -T bin/x86_64-conda-linux-gnu-c++ | grep GLIBC_2.14
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.14  memcpy
(dev) keith@Keith-PC:~/scratch$ objdump -T bin/x86_64-conda-linux-gnu-cc | grep GLIBC_2.14
0000000000000000      DF *UND*  0000000000000000  GLIBC_2.14  memcpy

This is breaking the PR here: conda-forge/nvcc-feedstock#80

cc @beckermr @xhochy @jakirkham @isuruf to consolidate discussion from gitter / the PR linked

Installed packages

n/a

Environment info

n/a
@kkraus14 kkraus14 added the bug Something isn't working label Apr 25, 2022
@kkraus14 kkraus14 changed the title gcc 7.5.0 have GLIBC_2.14 symbols latest gxx 7.5.0 build has GLIBC_2.14 symbols Apr 25, 2022
@kkraus14 kkraus14 changed the title latest gxx 7.5.0 build has GLIBC_2.14 symbols latest gcc / gxx 7.5.0 builds have GLIBC_2.14 symbols Apr 25, 2022
@jakirkham
Copy link
Member

Relevant Gitter discussion

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants