Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 900064 - net-ftp/lftp-4.9.2-r1 has implicit function declarations in configure logs (GCC-13-SYSTEM)
Summary: net-ftp/lftp-4.9.2-r1 has implicit function declarations in configure logs (G...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Conrad Kostecki
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2023-03-07 09:08 UTC by Agostino Sarubbo
Modified: 2023-05-07 12:34 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,258.96 KB, text/plain)
2023-03-07 09:08 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-07 09:08:06 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-ftp/lftp-4.9.2-r1 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-07 09:08:09 UTC
Created attachment 856530 [details]
build.log

build log and emerge --info
Comment 2 Conrad Kostecki gentoo-dev 2023-04-22 23:57:43 UTC
@sam: Could you please help me here? I don't really know, what to do here :/
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-04-23 05:33:47 UTC
This one is a gnulib false positive which is a pain.

We can set QA_CONFIG_IMPL_DECL_SKIP=( MIN # gnulib FP ) in the ebuild.
Comment 4 Conrad Kostecki gentoo-dev 2023-05-07 12:15:23 UTC
Thank you!
Comment 5 Larry the Git Cow gentoo-dev 2023-05-07 12:34:21 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de1a0a143c6c4f7d3ed31ddefebe94346d9ee5ff

commit de1a0a143c6c4f7d3ed31ddefebe94346d9ee5ff
Author:     Conrad Kostecki <conikost@gentoo.org>
AuthorDate: 2023-05-07 12:27:23 +0000
Commit:     Conrad Kostecki <conikost@gentoo.org>
CommitDate: 2023-05-07 12:34:10 +0000

    net-ftp/lftp: fix implicit function declarations
    
    Closes: https://bugs.gentoo.org/900064
    Signed-off-by: Conrad Kostecki <conikost@gentoo.org>

 net-ftp/lftp/lftp-4.9.2-r1.ebuild | 3 +++
 net-ftp/lftp/lftp-9999.ebuild     | 5 ++++-
 2 files changed, 7 insertions(+), 1 deletion(-)