It truns out that the issue happens with the GitHub workflow runner, because gcc-14 is installed as well. Clang and clazy pics by default the highest installed libstdc++ library which is in this case the incompatible version 14, there is no easy solution to override this behavior.
A workaround is to: sudo apt-get remove gcc-14 sudo apt-get autoremove This means this issue does not happen on a default installed system. Is there still interest to merge this as a SRU? This will prevent others stumbling in the same way and prevents to install all obsolete clang-15 libraries in addition to the default clang-18. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2086665 Title: clazy (noble 24.04LTS) does not woke with libstdc++-14-dev To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/clazy/+bug/2086665/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs