Checking patch libio/fileops.c... error: while searching for: _IO_new_file_init_internal (fp); } int _IO_new_file_close_it (FILE *fp) { int flush_status = 0; if (!_IO_file_is_open (fp)) error: patch failed: libio/fileops.c:124 error: libio/fileops.c: patch does not apply Checking patch libio/freopen.c... error: while searching for: else #endif { _IO_file_close_it (fp); _IO_JUMPS_FILE_plus (fp) = &_IO_file_jumps; if (_IO_vtable_offset (fp) == 0 && fp->_wide_data != NULL) fp->_wide_data->_wide_vtable = &_IO_wfile_jumps; error: patch failed: libio/freopen.c:72 error: libio/freopen.c: patch does not apply Checking patch libio/freopen64.c... error: while searching for: = filename != NULL ? filename : __fd_to_filename (fd, &fdfilename); fp->_flags2 |= _IO_FLAGS2_NOCLOSE; _IO_file_close_it (fp); _IO_JUMPS_FILE_plus (fp) = &_IO_file_jumps; if (_IO_vtable_offset (fp) == 0 && fp->_wide_data != NULL) fp->_wide_data->_wide_vtable = &_IO_wfile_jumps; error: patch failed: libio/freopen64.c:52 error: libio/freopen64.c: patch does not apply Checking patch libio/genops.c... error: while searching for: run_fp = fp; _IO_flockfile (fp); if (((fp->_mode <= 0 && fp->_IO_write_ptr > fp->_IO_write_base) || (_IO_vtable_offset (fp) == 0 && fp->_mode > 0 && (fp->_wide_data->_IO_write_ptr > fp->_wide_data->_IO_write_base)) ) && _IO_OVERFLOW (fp, EOF) == EOF) result = EOF; if (_IO_fileno (fp) >= 0 && ((fp->_mode <= 0 && fp->_IO_read_ptr < fp->_IO_read_end) || (_IO_vtable_offset (fp) == 0 && fp->_mode > 0 && (fp->_wide_data->_IO_read_ptr < fp->_wide_data->_IO_read_end))) && _IO_SYNC (fp) != 0) result = EOF; _IO_funlockfile (fp); run_fp = NULL; error: patch failed: libio/genops.c:724 error: libio/genops.c: patch does not apply Checking patch libio/iofclose.c... error: while searching for: return _IO_old_fclose (fp); #endif /* First unlink the stream. */ if (fp->_flags & _IO_IS_FILEBUF) _IO_un_link ((struct _IO_FILE_plus *) fp); _IO_acquire_lock (fp); if (fp->_flags & _IO_IS_FILEBUF) status = _IO_file_close_it (fp); else status = fp->_flags & _IO_ERR_SEEN ? -1 : 0; _IO_release_lock (fp); _IO_FINISH (fp); if (fp->_mode > 0) { error: patch failed: libio/iofclose.c:44 error: libio/iofclose.c: patch does not apply Checking patch libio/libio.h... error: while searching for: #define _IO_FLAGS2_MMAP 1 #define _IO_FLAGS2_NOTCANCEL 2 #define _IO_FLAGS2_USER_WBUF 8 #define _IO_FLAGS2_NOCLOSE 32 #define _IO_FLAGS2_CLOEXEC 64 #define _IO_FLAGS2_NEED_LOCK 128 error: patch failed: libio/libio.h:86 error: libio/libio.h: patch does not apply Checking patch libio/libioP.h... error: while searching for: extern FILE* _IO_new_file_attach (FILE *, int); extern int _IO_new_file_close_it (FILE *); extern void _IO_new_file_finish (FILE *, int); extern FILE* _IO_new_file_fopen (FILE *, const char *, const char *, int); error: patch failed: libio/libioP.h:639 error: libio/libioP.h: patch does not apply Checking patch sysdeps/pthread/Makefile... error: while searching for: tst-basic5 \ tst-basic6 \ tst-basic7 \ tst-call-once \ tst-cancel-self \ tst-cancel-self-cancelstate \ error: patch failed: sysdeps/pthread/Makefile:71 error: sysdeps/pthread/Makefile: patch does not apply Checking patch sysdeps/pthread/tst-bug24963.c... error: sysdeps/pthread/tst-bug24963.c: already exists in working directory