Created attachment 484910 [details] Compile log The net-misc/radvd-2.14 package fails to compile with the vanilla kernel headers 4.12.1.
Created attachment 484912 [details, diff] includes.h patch
(In reply to Murilo Morais from comment #1) > Created attachment 484912 [details, diff] [details, diff] > includes.h patch I was reading the file "includes.h", there were two fields including the "/usr/include/linux/if_arp.h" header resulting in the redefinition of '...' error, I created a patch to correct and compile correctly.
(In reply to Murilo Morais from comment #2) > (In reply to Murilo Morais from comment #1) > > Created attachment 484912 [details, diff] [details, diff] [details, diff] > > includes.h patch > > I was reading the file "includes.h", there were two fields including the > "/usr/include/linux/if_arp.h" header resulting in the redefinition of '...' > error, I created a patch to correct and compile correctly. I noticed that the headers are different, my mistake. :/
I'd like to cc robbat on this since he actually worked on radvd upstream.
Fixed by https://github.com/reubenhwk/radvd/commit/1a76e9047486f4dc12b7c8e22d6198b8af7f3d2b
It looks like this is included in 2.17, it sounds like that should be the next stable...
(In reply to Matthew Thode ( prometheanfire ) from comment #6) > It looks like this is included in 2.17, it sounds like that should be the > next stable... Yep. 2.14 fails for me, but 2.17 works without patching.
*** Bug 644778 has been marked as a duplicate of this bug. ***
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fad7a82a85f3f6622425bc425c9818e8a76850c commit 8fad7a82a85f3f6622425bc425c9818e8a76850c Author: Sergei Trofimovich <slyfox@gentoo.org> AuthorDate: 2018-11-25 11:21:05 +0000 Commit: Sergei Trofimovich <slyfox@gentoo.org> CommitDate: 2018-11-25 11:21:05 +0000 net-misc/radvd: fix build aganst linux-headers, bug #625236 Patch by Murilo Morais Closes: https://bugs.gentoo.org/625236 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> net-misc/radvd/files/radvd-2.14-headers.patch | 26 ++++++++++++++++++++++++++ net-misc/radvd/radvd-2.14.ebuild | 6 +++++- 2 files changed, 31 insertions(+), 1 deletion(-)