Checking patch elf/dl-object.c... error: while searching for: # define audit_space 0 #endif new = calloc (sizeof (*new) + audit_space + sizeof (struct link_map_private *) + sizeof (*newname) + libname_len, 1); if (new == NULL) return NULL; new->l_rw = calloc (1, sizeof (*new->l_rw)); if (new->l_rw == NULL) { free (new); error: patch failed: elf/dl-object.c:89 error: elf/dl-object.c: patch does not apply Checking patch elf/rtld.c... error: while searching for: interfere with __rtld_static_init. */ GLRO (dl_find_object) = &_dl_find_object; static struct link_map_rw rtld_map_rw; GL (dl_rtld_map).l_rw = &rtld_map_rw; #if NO_TLS_OFFSET != 0 GL (dl_rtld_map).l_rw->l_tls_offset = NO_TLS_OFFSET; #endif error: patch failed: elf/rtld.c:458 error: elf/rtld.c: patch does not apply Checking patch include/link.h... Hunk #1 succeeded at 349 (offset -23 lines). Checking patch sysdeps/generic/ldsodefs.h... error: while searching for: /* Structure describing the dynamic linker itself. */ EXTERN struct link_map_private _dl_rtld_map; #ifdef SHARED /* Used to store the audit information for the link map of the dynamic loader. */ struct auditstate _dl_rtld_auditstate[DL_NNS]; #endif #if !PTHREAD_IN_LIBC && defined SHARED \ && defined __rtld_lock_default_lock_recursive error: patch failed: sysdeps/generic/ldsodefs.h:396 error: sysdeps/generic/ldsodefs.h: patch does not apply