Checking patch stdio-common/Makefile... Hunk #1 succeeded at 61 (offset 12 lines). Hunk #2 succeeded at 439 (offset 87 lines). Checking patch stdio-common/path-search.c... Checking patch stdio-common/tempname.c... error: while searching for: License along with the GNU C Library; if not, see . */ #define __need_size_t #include #include #include /* Perform the "SVID path search malarkey" on DIR and PFX. Write a template suitable for use in __gen_tempname into TMPL, bounded by TMPL_LEN. */ int __path_search (char *tmpl, size_t tmpl_len, const char *dir, const char *pfx, int try_tmpdir) { __set_errno (ENOSYS); return -1; } stub_warning (__path_search) /* Generate a (hopefully) unique temporary filename in DIR (if applicable), using template TMPL. KIND determines what to do with that name. It may be one of: error: patch failed: stdio-common/tempname.c:15 error: stdio-common/tempname.c: patch does not apply Checking patch sysdeps/posix/path-search.c... Checking patch sysdeps/posix/tempname.c... error: while searching for: # include "tempname.h" #endif #include #include #include #include #include #ifndef P_tmpdir # define P_tmpdir "/tmp" #endif #ifndef TMP_MAX # define TMP_MAX 238328 #endif error: patch failed: sysdeps/posix/tempname.c:20 error: sysdeps/posix/tempname.c: patch does not apply