Checking patch locale/programs/locarchive.c... error: while searching for: We will store it in the archive with a normalized name. */ if (asprintf (&normalized_name, "%s%s%s.%s%s%s", language, territory == NULL ? "" : "_", territory ?: "", (mask & XPG_NORM_CODESET) ? normalized_codeset : codeset, modifier == NULL ? "" : "@", modifier ?: "") < 0) { free ((char *) normalized_codeset); error: patch failed: locale/programs/locarchive.c:1156 Applying patch locale/programs/locarchive.c with 1 reject... Rejected hunk #1.