On Sun, Mar 08, 2026 at 08:59:19PM +0100, Aurelien Jarno wrote: > dovecot builds fine without rpcsvc-proto, but it seems some features are > dependent on it. From my build log with a modified glibc that no longer > depends on it: > > | checking whether ZSTD_error_parameter_unsupported is declared... yes > | checking whether ZSTD_minCLevel is declared... no > | checking for ZSTD_getErrorCode in -lzstd... yes > | ./configure: line 31871: rpcgen: command not found > | checking for library containing quota_open... no > | checking for expat... yes > | checking for xapian-core >= 1.4... yes > | checking for sb_stemmer_new in -lstemmer... yes > | checking for libexttextcat... yes > | checking for libexttextcat/textcat.h... yes > > Also in that case, the resulting dovecot-core binary package looses a > dependency on libtirpc3t64. > > Therefore please investigate if dovecot should add a Build-Depends on > rpcsvc-proto.
Thanks; I've added the Build-Depends. The availability of rpcgen determines whether rquota(3) support is enabled. noah

