Closed mcasquer closed 4 months ago
I am executing make DOC=n check in a RHEL VM and it's failing at ./utils/check-manpages with the following output:
make DOC=n check
./utils/check-manpages
I checked the libpmem packages, here the ones I have installed:
libpmem-1.12.1-1.el9.x86_64 libpmemobj-1.12.1-1.el9.x86_64 libpmem-devel-1.12.1-1.el9.x86_64 libpmemobj-devel-1.12.1-1.el9.x86_64 libpmempool-1.12.1-1.el9.x86_64 libpmempool-devel-1.12.1-1.el9.x86_64
Thanks in advance !
I can avoid this issue by just doing the following instead:
make make test ./RUNTESTS.sh
Thanks !
Details
I am executing
make DOC=n check
in a RHEL VM and it's failing at./utils/check-manpages
with the following output:I checked the libpmem packages, here the ones I have installed:
Thanks in advance !