Created attachment 535524 [details] emerge --info Latest stable dovecot package (2.2.34) fails to build with the latest stable glibc (2.26-r7). Also, later non-stable dovecot packages do the same: 2.2.36 (latest 2.2) 2.3.1 (latest available) Bug 648624 was closed as unreproducible, even though there's no code in 2.3.1 which could possibly fix this issue (no mentioning of tirpc, no change to #include <rpc/rpc.h>). Apart from manually installing the missing /usr/include/rpc/rpc.h, I cannot imagine how it could not have been reproduced... libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/lib -I../../../src/lib-test -I../../../src/lib-master -I../../../src/lib-dict -I../../../src/lib-index -I../../../src/lib-mail -I../../../src/lib-imap -I../../../src/lib-imap-client -I../../../src/lib-settings -I../../../src/lib-storage -I../../../src/lib-storage/index -I../../../src/lib-storage/index/imapc -I../../../src/lib-storage/index/maildir -I../../../src/doveadm -std=gnu99 -O2 -march=nocona -mtune=core2 -fomit-frame-pointer -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -c rquota_xdr.c -fPIC -DPIC -o .libs/rquota_xdr.o In file included from quota-fs.c:28:0: rquota.h:9:10: fatal error: rpc/rpc.h: No such file or directory #include <rpc/rpc.h> ^~~~~~~~~~~ compilation terminated. make[4]: *** [Makefile:749: quota-fs.lo] Error 1 make[4]: *** Waiting for unfinished jobs.... rquota_xdr.c:2:10: fatal error: rpc/rpc.h: No such file or directory #include <rpc/rpc.h> ^~~~~~~~~~~ compilation terminated. make[4]: *** [Makefile:749: rquota_xdr.lo] Error 1
Created attachment 535526 [details] dovecot-2.2.34.build.log.gz
Created attachment 535528 [details] dovecot-2.2.36.build.log.gz
Created attachment 535530 [details] dovecot-2.3.1.build.log.gz
*** This bug has been marked as a duplicate of bug 643952 ***