build.log and emerge --info in attachment. /var/tmp/portage/kde-plasma/wacomtablet-3.2.0-r3/work/wacomtablet-3.2.0/autotests/faketablet/faketablet.cpp: In function ‘void init_device(int)’: /var/tmp/portage/kde-plasma/wacomtablet-3.2.0-r3/work/wacomtablet-3.2.0/autotests/faketablet/faketablet.cpp:86:28: error: ‘UINT16_MAX’ was not declared in this scope 86 | xabs.absinfo.maximum = UINT16_MAX; | ^~~~~~~~~~ /var/tmp/portage/kde-plasma/wacomtablet-3.2.0-r3/work/wacomtablet-3.2.0/autotests/faketablet/faketablet.cpp:34:1: note: ‘UINT16_MAX’ is defined in header ‘<cstdint>’; did you forget to ‘#include <cstdint>’? 33 | # include <linux/uinput.h> +++ |+#include <cstdint> 34 | #endif Reproducible: Always
Created attachment 879506 [details] build.log and emerge --info
I'm building it with GCC-13 successfully for a long time...?
...and yet, it does fail all of a sudden.
https://invent.kde.org/plasma/wacomtablet/-/commit/c6bdd5a15c2e200aae6a7fe3597bbf11691e7e5f
(In reply to Sam James from comment #4) > https://invent.kde.org/plasma/wacomtablet/-/commit/ > c6bdd5a15c2e200aae6a7fe3597bbf11691e7e5f or i guess https://invent.kde.org/plasma/wacomtablet/-/commit/2dcb1d407d5d019802161e04760e6af41d4fabce
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=787439df5431f5eb576b7aa348238d1c558fe47b commit 787439df5431f5eb576b7aa348238d1c558fe47b Author: Andreas Sturmlechner <asturm@gentoo.org> AuthorDate: 2023-12-16 09:44:53 +0000 Commit: Andreas Sturmlechner <asturm@gentoo.org> CommitDate: 2023-12-16 09:46:15 +0000 kde-plasma/wacomtablet: Add missing include Closes: https://bugs.gentoo.org/920043 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> kde-plasma/wacomtablet/wacomtablet-3.2.0-r3.ebuild | 1 + 1 file changed, 1 insertion(+)
missing the patch in FILESDIR?