I am using dev-libs/grok-0.9.2-r2 and trying to build app-admin/rsyslog[grok] which is failing with > In file included from /usr/include/grok_capture.h:4:0, > from /usr/include/grok.h:136, > from mmgrok.c:16: > /usr/include/grok_capture_xdr.h:9:10: fatal error: rpc/rpc.h: No such file or directory > #include <rpc/rpc.h> > ^~~~~~~~~~~ > compilation terminated. I am reporting this against dev-libs/grok because app-admin/rsyslog is pulling in headers from dev-libs/grok which are still depending on rpc/rpc.h.
*** This bug has been marked as a duplicate of bug 638372 ***
Pacho, this is not a duplicate: See my message: I said that I hit this with 0.9.2-r2 which is supposed to fix the problem. In other words: 0.9.2-r2 does _not_ fix the problem like stated.
I think it will be better if you CC dilfridge, as he was fixing this bugs in a last round and, supposedly, that header should be finally there once the newer glibc is present. At least on my system it works, and it seems that in bug 638372 you stabilized it too and I guessed that maybe you hit the issue while having newer grok but not new enough glibc :/
Can you retry ensuring you have
*** Bug 679540 has been marked as a duplicate of this bug. ***
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db2396c5a12b14f5e05b0187e88871572dda3b00 commit db2396c5a12b14f5e05b0187e88871572dda3b00 Author: Michał Górny <mgorny@gentoo.org> AuthorDate: 2019-03-31 10:52:20 +0000 Commit: Michał Górny <mgorny@gentoo.org> CommitDate: 2019-03-31 10:53:02 +0000 package.mask: Last rite dev-libs/grok Bug: https://bugs.gentoo.org/660332 Signed-off-by: Michał Górny <mgorny@gentoo.org> profiles/package.mask | 7 +++++++ 1 file changed, 7 insertions(+)
Gone.