https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: app-admin/tripwire-2.4.3.7 fails to compile with gcc-11. Discovered on: amd64 (internal ref: tinderbox) NOTE: This machine uses GCC-11: https://gcc.gnu.org/gcc-11/porting_to.html
Created attachment 703266 [details] build.log build log and emerge --info
Possible context of error(s): integer.cpp:1162:24: error: reference to ‘byte’ is ambiguous
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd260d9a9fdb2c2a8f0ef7b4e947c7df0ef1d2a2 commit cd260d9a9fdb2c2a8f0ef7b4e947c7df0ef1d2a2 Author: Sam James <sam@gentoo.org> AuthorDate: 2021-06-15 01:21:32 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2021-06-15 01:21:36 +0000 app-admin/tripwire: update EAPI 6 -> 7, workaround GCC 11 failure Set C++ standard to c++14 rather than perform a huge sed on the byte type. Closes: https://bugs.gentoo.org/786465 Signed-off-by: Sam James <sam@gentoo.org> app-admin/tripwire/tripwire-2.4.3.7.ebuild | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-)
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ef547cbebac38e4d36357fedea7511894cafa87 commit 5ef547cbebac38e4d36357fedea7511894cafa87 Author: Sam James <sam@gentoo.org> AuthorDate: 2021-06-15 04:44:42 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2021-06-15 04:44:42 +0000 app-admin/tripwire: use append-flags Bug: https://bugs.gentoo.org/786465 Signed-off-by: Sam James <sam@gentoo.org> app-admin/tripwire/tripwire-2.4.3.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)