Hi,
Just to mention that i am having two CE build errors with LMDE 6 (Bookworm based). I fixed both BUT suddenly one showed up again.
→ nfs-utils is not compiling if you do not --enable-tirpc instead of --disable-tirpc in package.mk because /usr/include/rpc/ is almost empty on Debian 12 and rpc-dev package does not exist in the repositories.
You must also add this to package.mk for the host …
if [ -d /usr/include/tirpc ]; then
CFLAGS+=" -I/usr/include/tirpc"
fi
→ kmsxx is ramdomly broken even with a fix applied and it complains about dma-buf.h missing
Any ideas why for kmsxx ?
PS : i am running an AMD platform … and libntirpc-dev must be installed for nfs-utils
Regards