Checking patch posix/getopt.c... error: while searching for: /* Initialize internal data upon the first call to getopt. */ static const char * _getopt_initialize (int argc _GL_UNUSED, char **argv _GL_UNUSED, const char *optstring, struct _getopt_data *d, int posixly_correct) { /* Start processing options with ARGV-element 1 (since ARGV-element 0 error: patch failed: posix/getopt.c:377 error: posix/getopt.c: patch does not apply Checking patch sysdeps/posix/tempname.c... error: while searching for: } static int try_dir (char *tmpl, void *flags _GL_UNUSED) { return __mkdir (tmpl, S_IRUSR | S_IWUSR | S_IXUSR); } static int try_nocreate (char *tmpl, void *flags _GL_UNUSED) { struct_stat64 st; error: patch failed: sysdeps/posix/tempname.c:181 error: sysdeps/posix/tempname.c: patch does not apply