BobBuildTool/basement

fingerprint check for glibc - wrong version

Closed this issue · 1 comments

if [[ $MAJOR -ne 2 || $MINOR -lt 23 ]] ; then

since we updated the glibc compat library, this check isn't correct anymore. we should try to find a more "dynamic" solution here?!

Indeed, this check is wrong now. I guess we should pass the exact version upwards from the glibc through devel::compat::cross-toolchain to compare the exact version in the fingerprint script...