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

Missing lgamma@GLIBC_2.23 and lgammaf@GLIBC_2.23 polyfill when targeting GLIBC 2.17 #15

Open
zadokstorkey opened this issue Mar 19, 2025 · 0 comments

Comments

@zadokstorkey
Copy link

I am trying to polyfill an application to work with GLIBC_2.17 but am getting the following error:

-bash-4.2$ polyfill-glibc --target-glibc=2.17 ./libsycl.so.8
Cannot change target version of ./libsycl.so.8 to 2.17 (x86_64) due to missing knowledge about how to handle:
  lgamma@GLIBC_2.23
  lgammaf@GLIBC_2.23

I would presume this indicates that those symbols are not currently supported for the version I'm targeting.

Would you be able to suggest a workaround or add support for these?

Many thanks.

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

1 participant