Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 900316 - net-misc/scponly-4.8-r8 has implicit function declarations in configure logs (GCC-13-SYSTEM)
Summary: net-misc/scponly-4.8-r8 has implicit function declarations in configure logs ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Hank Leininger
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: implicit-in-configure gcc-14-stable
  Show dependency tree
 
Reported: 2023-03-08 08:24 UTC by Agostino Sarubbo
Modified: 2025-02-10 09:34 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,47.40 KB, text/plain)
2023-03-08 08:24 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2023-03-08 08:24:46 UTC
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.
Comment 1 Agostino Sarubbo gentoo-dev 2023-03-08 08:24:48 UTC
Created attachment 856750 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2023-05-12 06:23:32 UTC
ci has reproduced this issue with version 4.8-r8 - Updating summary.
Comment 3 Larry the Git Cow gentoo-dev 2025-02-10 09:14:01 UTC
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(-)