https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: net-ftp/pure-ftpd-1.0.51 has implicit function declarations in configure logs (GCC-13-SYSTEM). Discovered on: amd64 (internal ref: gcc13_tinderbox) NOTE: (GCC-13-SYSTEM) in the summary means that the bug was found on a machine that runs gcc-13 but this bug MAY or MAY NOT BE related to the new compiler See also: https://bugs.gentoo.org/898488#c4.
Created attachment 856534 [details] build.log build log and emerge --info
@sam: Could you please help me here? I don't really know, what to do here :/
(In reply to Conrad Kostecki from comment #2) > @sam: Could you please help me here? I don't really know, what to do here :/ absolutely! :)
* QA Notice: Found the following implicit function declarations in configure logs: * /var/tmp/portage/net-ftp/pure-ftpd-1.0.51/work/pure-ftpd-1.0.51/config.log:4622 - sendfile * /var/tmp/portage/net-ftp/pure-ftpd-1.0.51/work/pure-ftpd-1.0.51/config.log:5017 - sendfilev * Check that no features were accidentally disabled.
This one is harmless, mostly. sendfilev is a bit concerning but it's not on Linux anyway.
Thank you! :-)
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3fe928536b125fae4f578bc23dc2c4ee3b49723 commit c3fe928536b125fae4f578bc23dc2c4ee3b49723 Author: Conrad Kostecki <conikost@gentoo.org> AuthorDate: 2023-05-07 12:23:18 +0000 Commit: Conrad Kostecki <conikost@gentoo.org> CommitDate: 2023-05-07 12:34:09 +0000 net-ftp/pure-ftpd: fix implicit function declarations Closes: https://bugs.gentoo.org/900068 Signed-off-by: Conrad Kostecki <conikost@gentoo.org> .../files/pure-ftpd-1.0.51-sys-sendfile.patch | 37 ++++++++++++++++++++++ ...1.0.51-r1.ebuild => pure-ftpd-1.0.51-r2.ebuild} | 5 ++- 2 files changed, 41 insertions(+), 1 deletion(-)
*** Bug 923097 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=21dd4f300a263f5471ecc4b563d4efb4a8c344a6 commit 21dd4f300a263f5471ecc4b563d4efb4a8c344a6 Author: Sam James <sam@gentoo.org> AuthorDate: 2024-09-18 05:57:52 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-09-18 06:00:00 +0000 net-ftp/pure-ftpd: suppress FP configure issues Bug: https://bugs.gentoo.org/900068 Signed-off-by: Sam James <sam@gentoo.org> net-ftp/pure-ftpd/pure-ftpd-1.0.51-r2.ebuild | 5 +++++ net-ftp/pure-ftpd/pure-ftpd-9999.ebuild | 5 +++++ 2 files changed, 10 insertions(+)