-
-
Notifications
You must be signed in to change notification settings - Fork 105
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
lib/libstdc++.so.6 causing problem in Arch Linux after recent updates #1618
Comments
oh ! that's strange, usually older libstdc++ works on new systems. Right now it's building on debian bookworm for the raspberry.. i'll investigate |
hmm on fedora 41 aarch64 with libstdc++ 14.2.1 it works... it warrants further investigation :) is the arch system up to date ? is it a 'standard' arch linux ARM setup ? I'll try to set up a pi with one tonight |
I added a part to the launch script that detects and deletes existing libstdc++.so.6 if on non-debian distro |
Yes, up to date. If I run "strings ~/ossia_score-3.3.2/lib/libstdc++.so.6", it prints the following (among other things) but doesn't include GLIBCXX_3.4.32
If I do the same with /usr/lib/libstdc++.so.6 , it prints up to GLIBCXX_3.4.33 |
ah, I think I understand - likely ossia loads libstdc++ and then also loads the GPU driver which links against the system LLVM which may have been updated to use newer libstdc++ than what's in debian. |
Heya ! could you try this version ? It will remove the libstdc++.so.6 if it's on a more recent distro |
After a recent system update on a Pi with Aarch64 and using the current Aarch64 Score release, running score headless causes problems with:
It gives gives this error:
~/ossia_score-3.3.2/lib/libstdc++.so.6: version `GLIBCXX_3.4.32' not found
libstdc++.so.6 seems to be out of date. Deleting/disabling it, and using the system version, solves the problem.
The text was updated successfully, but these errors were encountered: