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

Fix case when there are more than one matching libraries #8955

Merged
merged 1 commit into from
Dec 12, 2023

Conversation

JacekGlen
Copy link
Member

Small fix to the script for the scenario where more than one matching library can be returned.
For example, the command /sbin/ldconfig -p | grep libstdc++ | awk '{ print $NF }' can result in

/lib/x86_64-linux-gnu/libstdc++.so.6
/lib32/libstdc++.so.6

which then fails the check if [[ ! -L "$link_path" ]]

@battlmonstr battlmonstr merged commit 4217f78 into devel Dec 12, 2023
6 checks passed
@battlmonstr battlmonstr deleted the fix_silkworm_glibc_check branch December 12, 2023 07:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants