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

Multiple libraries having issues moving earlier than 2.38 #8

Open
Ketrel opened this issue Jul 19, 2024 · 1 comment
Open

Multiple libraries having issues moving earlier than 2.38 #8

Ketrel opened this issue Jul 19, 2024 · 1 comment

Comments

@Ketrel
Copy link

Ketrel commented Jul 19, 2024

I get the following when I try to process a bunch of libraries in something I'm trying to pack up

Cannot change target version of ./libSDL2-2.0.so.0 to 2.35 (x86_64) due to missing knowledge about how to handle:
  strlcat@GLIBC_2.38
  strlcpy@GLIBC_2.38
  wcslcat@GLIBC_2.38
  wcslcpy@GLIBC_2.38
Cannot change target version of ./libkrb5support.so.0 to 2.35 (x86_64) due to missing knowledge about how to handle:
  strlcpy@GLIBC_2.38
Cannot change target version of ./libk5crypto.so.3 to 2.35 (x86_64) due to missing knowledge about how to handle:
  strlcpy@GLIBC_2.38
Cannot change target version of ./libpangoft2-1.0.so.0 to 2.35 (x86_64) due to missing knowledge about how to handle:
  strlcpy@GLIBC_2.38
Cannot change target version of ./libglib-2.0.so.0 to 2.35 (x86_64) due to missing knowledge about how to handle:
  strlcat@GLIBC_2.38
  strlcpy@GLIBC_2.38
Cannot change target version of ./libgio-2.0.so.0 to 2.35 (x86_64) due to missing knowledge about how to handle:
  strlcpy@GLIBC_2.38
Cannot change target version of ./libkrb5.so.3 to 2.35 (x86_64) due to missing knowledge about how to handle:
  strlcpy@GLIBC_2.38

System is using 2.39, and I was targeting 2.35

@corsix
Copy link
Owner

corsix commented Jul 22, 2024

I believe I've addressed the offending functions in 9b9c05b.

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