Trying to build the .deb files for installation on Debian 12.9 (kernel 6.1.0-31-amd64). Followed https://linbit.com/drbd-user-guide/drbd-guide-9_0-en/#s-build-deb instructions. Tried this with the modules and no problems; all .debs created. Tried with utils and I get:
Userland tools build was successful.
make -C documentation/v9 doc
make[2]: Entering directory ‘/home/jayf/drbd-utils/documentation/v9’
test -f drbdsetup.8
test -f drbd.conf.5
test -f drbd.8
make[2]: *** […/…/documentation/common/Makefile_v9_com_post:181: drbdsetup.8] Error 1
make[2]: *** Waiting for unfinished jobs…
make[2]: *** […/…/documentation/common/Makefile_v9_com_post:43: drbd.conf.5] Error 1
make[2]: *** […/…/documentation/common/Makefile_v9_com_post:43: drbd.8] Error 1
It looks not like an error in the compile itself, but in the building of th .deb package. I’m guessing I’m missing a dependancy, but nothing in the documentation.