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

BUG: libcufile has wrong __glibc constraint on aarch #23

Open
h-vetinari opened this issue Nov 25, 2024 · 1 comment · May be fixed by #24
Open

BUG: libcufile has wrong __glibc constraint on aarch #23

h-vetinari opened this issue Nov 25, 2024 · 1 comment · May be fixed by #24

Comments

@h-vetinari
Copy link
Member

In local builds of conda-forge/pytorch-cpu-feedstock#293, we're seeing

ImportError: /lib64/libm.so.6: version `GLIBC_2.27' not found (required by $PREFIX/lib/python3.12/site-packages/torch/../../../././libcufile.so.0)

That means libcufile has already been compiled against a newer sysroot (whether intentionally or not), or perhaps it mistakenly picked up the one from the image somewhere. If indeed 2.28 is needed, please add

c_stdlib_version:  # [aarch64]
  - "2.28"         # [aarch64]

to your CBC. Before rerendering, also please delete

os_version:
linux_64: cos7
linux_aarch64: cos7

which is obsolete.

@h-vetinari
Copy link
Member Author

This should also be repodata-patches (however far back in terms of libcufile builds those newer glibc symbols are actually needed)

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

Successfully merging a pull request may close this issue.

1 participant