Checking patch manual/argp.texi... Checking patch manual/getopt.texi... error: while searching for: @end table @end deftp @deftypefun int getopt_long_enable_translations (const char *@var{msgctxt}) @deftypefunx void getopt_long_disable_translations (void) @standards{GNU, getopt.h} @c FIXME: I copied that from getopt_long, but I don't understand error: patch failed: manual/getopt.texi:238 error: manual/getopt.texi: patch does not apply Checking patch posix/bits/getopt_ext.h... error: while searching for: const char *__shortopts, const struct option *__longopts, int *__longind) __THROW __nonnull ((2, 3)); extern int getopt_long_enable_translations (const char *__msgctxt) __attribute_warn_unused_result__; extern void getopt_long_disable_translations (void); error: patch failed: posix/bits/getopt_ext.h:71 error: posix/bits/getopt_ext.h: patch does not apply Checking patch posix/getopt.c... error: while searching for: /* Return true iff translation_context is not NULL, a translation for opt_name has been found and it matches the substring from argument, length argument_length. */ static bool match_translated_option_name (char *(*translate) (const char *, const char *, char **), const char *argument, size_t argument_length, const char *translation_context, const char *opt_name) { const char *translated = opt_name; char *translation_buffer = NULL; bool matches = false; if (translate != NULL) translated = translate (translation_context, opt_name, &translation_buffer); if (strncmp (translated, argument, argument_length) != 0) matches = false; error: patch failed: posix/getopt.c:185 error: posix/getopt.c: patch does not apply Checking patch posix/getopt1.c... error: while searching for: char *optctxt = NULL; /* FIXME: use pgettext_expr. */ static char * do_translate (const char *context, const char *msgid, char **allocated) { char *full_msgid; const char *translated = msgid; error: patch failed: posix/getopt1.c:36 error: posix/getopt1.c: patch does not apply Checking patch posix/getopt_int.h... error: while searching for: /* The translate argument here is optional (can be NULL), it is used to avoid depending on the gettext functions in the posix getopt function. */ extern int _getopt_internal (int ___argc, char **___argv, const char *__shortopts, const struct option *__longopts, int *__longind, int __long_only, int __posixly_correct, char *(*translate) (const char *, const char *, char **), const char *__optctxt); ? /* Reentrant versions which can handle parsing multiple argument error: patch failed: posix/getopt_int.h:24 error: posix/getopt_int.h: patch does not apply Checking patch posix/tstgetoptl.c... error: posix/tstgetoptl.c: No such file or directory