configure: WARNING: latex2man not found. Install latex2man. Disabling docs. In file included from ../source_subfolder/src/x86_64/Linit.c:4: ../source_subfolder/src/x86_64/Ginit.c: In function ‘mincore_validate’: ../source_subfolder/src/x86_64/Ginit.c:166:27: warning: pointer targets in passing argument 3 of ‘mincore’ differ in signedness [-Wpointer-sign] 166 | if (mincore (addr, len, (char *)mvec) != 0) | ^~~~~~~~~~~~ | | | char * In file included from ../source_subfolder/src/x86_64/Ginit.c:36, from ../source_subfolder/src/x86_64/Linit.c:4: /usr/include/x86_64-linux-gnu/sys/mman.h:123:65: note: expected ‘unsigned char *’ but argument is of type ‘char *’ 123 | extern int mincore (void *__start, size_t __len, unsigned char *__vec) | ~~~~~~~~~~~~~~~^~~~~ In file included from ../source_subfolder/src/x86_64/Linit.c:4: ../source_subfolder/src/x86_64/Ginit.c: In function ‘_ULx86_64_init_mem_validate’: ../source_subfolder/src/x86_64/Ginit.c:189:50: warning: pointer targets in passing argument 3 of ‘mincore’ differ in signedness [-Wpointer-sign] 189 | while ((ret = mincore ((void*)addr, PAGE_SIZE, (char *)mvec)) == -1 && | ^~~~~~~~~~~~ | | | char * In file included from ../source_subfolder/src/x86_64/Ginit.c:36, from ../source_subfolder/src/x86_64/Linit.c:4: /usr/include/x86_64-linux-gnu/sys/mman.h:123:65: note: expected ‘unsigned char *’ but argument is of type ‘char *’ 123 | extern int mincore (void *__start, size_t __len, unsigned char *__vec) | ~~~~~~~~~~~~~~~^~~~~ ../source_subfolder/src/x86_64/Ginit.c: In function ‘mincore_validate’: ../source_subfolder/src/x86_64/Ginit.c:166:27: warning: pointer targets in passing argument 3 of ‘mincore’ differ in signedness [-Wpointer-sign] 166 | if (mincore (addr, len, (char *)mvec) != 0) | ^~~~~~~~~~~~ | | | char * In file included from ../source_subfolder/src/x86_64/Ginit.c:36: /usr/include/x86_64-linux-gnu/sys/mman.h:123:65: note: expected ‘unsigned char *’ but argument is of type ‘char *’ 123 | extern int mincore (void *__start, size_t __len, unsigned char *__vec) | ~~~~~~~~~~~~~~~^~~~~ ../source_subfolder/src/x86_64/Ginit.c: In function ‘_Ux86_64_init_mem_validate’: ../source_subfolder/src/x86_64/Ginit.c:189:50: warning: pointer targets in passing argument 3 of ‘mincore’ differ in signedness [-Wpointer-sign] 189 | while ((ret = mincore ((void*)addr, PAGE_SIZE, (char *)mvec)) == -1 && | ^~~~~~~~~~~~ | | | char * In file included from ../source_subfolder/src/x86_64/Ginit.c:36: /usr/include/x86_64-linux-gnu/sys/mman.h:123:65: note: expected ‘unsigned char *’ but argument is of type ‘char *’ 123 | extern int mincore (void *__start, size_t __len, unsigned char *__vec) | ~~~~~~~~~~~~~~~^~~~~ ../source_subfolder/src/ptrace/_UPT_get_dyn_info_list_addr.c: In function ‘get_list_addr’: ../source_subfolder/src/ptrace/_UPT_get_dyn_info_list_addr.c:83:3: warning: #warning Implement get_list_addr(), please. [-Wcpp] 83 | # warning Implement get_list_addr(), please. | ^~~~~~~ ../source_subfolder/src/coredump/_UPT_get_dyn_info_list_addr.c: In function ‘get_list_addr’: ../source_subfolder/src/coredump/_UPT_get_dyn_info_list_addr.c:86:3: warning: #warning Implement get_list_addr(), please. [-Wcpp] 86 | # warning Implement get_list_addr(), please. | ^~~~~~~ CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY