pmem / pmdk

Persistent Memory Development Kit
https://pmem.io
Other
1.35k stars 510 forks source link

make: *** [Makefile:104: check-doc] Error 123 #6102

Closed mcasquer closed 4 months ago

mcasquer commented 4 months ago

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:

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 !

mcasquer commented 4 months ago

I can avoid this issue by just doing the following instead:

make
make test
./RUNTESTS.sh

Thanks !