Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 657730 - net-mail/dovecot-2.2.34: rquota.h:9:10: fatal error: rpc/rpc.h: No such file or directory
Summary: net-mail/dovecot-2.2.34: rquota.h:9:10: fatal error: rpc/rpc.h: No such file ...
Status: RESOLVED DUPLICATE of bug 643952
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: glibc-rpc
  Show dependency tree
 
Reported: 2018-06-10 11:39 UTC by Laszlo Valko
Modified: 2018-06-11 05:23 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (emerge.info,7.53 KB, text/plain)
2018-06-10 11:39 UTC, Laszlo Valko
Details
dovecot-2.2.34.build.log.gz (dovecot-2.2.34.build.log.gz,52.49 KB, application/gzip)
2018-06-10 11:41 UTC, Laszlo Valko
Details
dovecot-2.2.36.build.log.gz (dovecot-2.2.36.build.log.gz,52.57 KB, application/gzip)
2018-06-10 11:41 UTC, Laszlo Valko
Details
dovecot-2.3.1.build.log.gz (dovecot-2.3.1.build.log.gz,57.77 KB, application/gzip)
2018-06-10 11:41 UTC, Laszlo Valko
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Laszlo Valko 2018-06-10 11:39:04 UTC
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
Comment 1 Laszlo Valko 2018-06-10 11:41:00 UTC
Created attachment 535526 [details]
dovecot-2.2.34.build.log.gz
Comment 2 Laszlo Valko 2018-06-10 11:41:20 UTC
Created attachment 535528 [details]
dovecot-2.2.36.build.log.gz
Comment 3 Laszlo Valko 2018-06-10 11:41:37 UTC
Created attachment 535530 [details]
dovecot-2.3.1.build.log.gz
Comment 4 Tomáš Mózes 2018-06-11 05:23:44 UTC

*** This bug has been marked as a duplicate of bug 643952 ***