Checking patch elf/dl-close.c... error: while searching for: struct link_map_private **lp = &l->l_initfini[1]; while (*lp != NULL) { if ((*lp)->l_idx != IDX_STILL_USED) { assert ((*lp)->l_idx >= 0 && (*lp)->l_idx < nloaded); if (!(*lp)->l_map_used) { error: patch failed: elf/dl-close.c:197 error: elf/dl-close.c: patch does not apply Checking patch elf/dl-fini.c... Checking patch elf/dl-sort-maps.c... error: while searching for: { /* _dl_map_object_deps ignores l_faked objects when calculating the number of maps before calling _dl_sort_maps, ignore them as well. */ if (map->l_visited || map->l_faked) return; map->l_visited = 1; if (map->l_initfini) { for (int i = 0; map->l_initfini[i] != NULL; i++) { struct link_map_private *dep = map->l_initfini[i]; if (dep->l_visited == 0 && dep->l_main_map == 0) dfs_traversal (rpo, dep, do_reldeps); } error: patch failed: elf/dl-sort-maps.c:138 error: elf/dl-sort-maps.c: patch does not apply Checking patch include/link.h... error: while searching for: ignored. */ bool l_nodelete_active; bool l_nodelete_pending; }; /* Structure describing a loaded shared object. The `l_next' and `l_prev' error: patch failed: include/link.h:132 error: include/link.h: patch does not apply