Gábor Boskovits writes: > It seems, that we have a breakage in current core-updates. m4, gettext, and > at least a few other packages fail to build. Hello! The problem is that the glibc version string is used a couple of places to determine where locales are found. The attached patch fixes it, though I'm not sure if it's the best approach. Thoughts?