https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: net-misc/rdesktop-1.9.0-r4 has implicit function declarations in configure logs. Discovered on: x86 (internal ref: tinderbox_x86) System: GCC-15-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#GCC-15) Info about the issue: https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#QA0072
Created attachment 906586 [details] build.log build log and emerge --info
Found the following implicit function declarations in configure logs: config.log:932 - statvfs64
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55ed574f395d4344a2b79a55debc5820a38b1bec commit 55ed574f395d4344a2b79a55debc5820a38b1bec Author: Arthur Zamarin <arthurzam@gentoo.org> AuthorDate: 2024-10-23 06:25:12 +0000 Commit: Arthur Zamarin <arthurzam@gentoo.org> CommitDate: 2024-10-23 06:25:12 +0000 net-misc/rdesktop: add skip for implicit statvfs64 Checked the code, and it has correct checks and handles for it existing and not existing. The "not existing" case is correct. [1] [1] https://github.com/rdesktop/rdesktop/blob/4716f1e01647ead3093805fd4355faf92c00ed0d/configure.ac#L669 Closes: https://bugs.gentoo.org/941974 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> net-misc/rdesktop/rdesktop-1.9.0-r4.ebuild | 5 +++++ 1 file changed, 5 insertions(+)