configure: WARNING: latex2man not found. Install latex2man. Disabling docs. In file included from ../source_subfolder/src/x86_64/Linit.c:4:0: ../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] if (mincore (addr, len, (char *)mvec) != 0) ^ In file included from ../source_subfolder/src/x86_64/Ginit.c:36:0, from ../source_subfolder/src/x86_64/Linit.c:4: /usr/include/x86_64-linux-gnu/sys/mman.h:123:12: note: expected ‘unsigned char *’ but argument is of type ‘char *’ extern int mincore (void *__start, size_t __len, unsigned char *__vec) ^~~~~~~ In file included from ../source_subfolder/src/x86_64/Linit.c:4:0: ../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] while ((ret = mincore ((void*)addr, PAGE_SIZE, (char *)mvec)) == -1 && ^ In file included from ../source_subfolder/src/x86_64/Ginit.c:36:0, from ../source_subfolder/src/x86_64/Linit.c:4: /usr/include/x86_64-linux-gnu/sys/mman.h:123:12: note: expected ‘unsigned char *’ but argument is of type ‘char *’ 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] if (mincore (addr, len, (char *)mvec) != 0) ^ In file included from ../source_subfolder/src/x86_64/Ginit.c:36:0: /usr/include/x86_64-linux-gnu/sys/mman.h:123:12: note: expected ‘unsigned char *’ but argument is of type ‘char *’ 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] while ((ret = mincore ((void*)addr, PAGE_SIZE, (char *)mvec)) == -1 && ^ In file included from ../source_subfolder/src/x86_64/Ginit.c:36:0: /usr/include/x86_64-linux-gnu/sys/mman.h:123:12: note: expected ‘unsigned char *’ but argument is of type ‘char *’ 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] # 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] # warning Implement get_list_addr(), please. ^~~~~~~ CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY