Checking patch argp/argp-help.c... Checking patch argp/tst-argphelp-localized.c... Checking patch argp/tst-argphelp-localized.po... Checking patch argp/tst-argpusage-localized.c... Checking patch manual/getopt.texi... Hunk #1 succeeded at 211 (offset -17 lines). Checking patch posix/Makefile... Checking patch posix/getopt.c... error: while searching for: static const int match_translated_option_name (char *(*translate) (const char *, const char *, const char *), const char *argument, size_t argument_length, const char *translation_context, const char *opt_textdomain, const char *opt_name) { const char *translated = opt_name; if (translate != NULL && !__libc_enable_secure) translated = translate (opt_textdomain, translation_context, opt_name); return (!strncmp (translated, argument, argument_length) && argument_length == strlen (translated)); } /* Process the argument starting with d->__nextchar as a long option. error: patch failed: posix/getopt.c:191 error: posix/getopt.c: patch does not apply Checking patch posix/tstgetoptl.c... error: while searching for: return -1; } /* Check that the catalog is OK: */ if (strcmp (dgettext ("tstgetoptl", TRANSLATION_CONTEXT "\004" "color"), "colour") != 0) { fputs ("The mo file does not work.\n", stderr); return -1; error: patch failed: posix/tstgetoptl.c:28 error: posix/tstgetoptl.c: patch does not apply Checking patch posix/tstgetoptl.po... error: while searching for: #: xxx.c:yy msgctxt "command-line option" msgid "color" msgstr "colour" # This is to make sure the translator cannot redirect options. #: xxx.c:yy error: patch failed: posix/tstgetoptl.po:18 error: posix/tstgetoptl.po: patch does not apply