https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: net-misc/scponly-4.8-r7 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 856750 [details] build.log build log and emerge --info
ci has reproduced this issue with version 4.8-r8 - Updating summary.
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e2efdc0e1b463df3e1e34172e0d8eaba2bc809a commit 9e2efdc0e1b463df3e1e34172e0d8eaba2bc809a Author: NHOrus <jy6x2b32pie9@yahoo.com> AuthorDate: 2025-01-10 13:33:16 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2025-02-10 09:10:43 +0000 net-misc/scponly: Fix broken USE=sftp, implicit decls in configure Now this package is compliant with C23, and doesn't have any implicit errors in configure. Wile porting, I noted two QR errors - one with mistyped configure option chroot-checkdir another with sftp. --disable-sftp was not, apparently, correct way to disable sftp. Changed flag to right one. Bug: https://bugs.gentoo.org/900316 Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com> Closes: https://github.com/gentoo/gentoo/pull/40085 Signed-off-by: Sam James <sam@gentoo.org> net-misc/scponly/files/scponly-4.8-C23.patch | 26 ++++++++++++++++++++++ net-misc/scponly/metadata.xml | 1 + ...scponly-4.8-r8.ebuild => scponly-4.8-r9.ebuild} | 19 +++++++++++----- 3 files changed, 40 insertions(+), 6 deletions(-)