Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 900068 - net-ftp/pure-ftpd-1.0.51-r1 has implicit function declarations in configure logs (GCC-13-SYSTEM)
Summary: net-ftp/pure-ftpd-1.0.51-r1 has implicit function declarations in configure l...
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,120.10 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:15 UTC
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.
Comment 1 Agostino Sarubbo gentoo-dev 2023-03-07 09:08:17 UTC
Created attachment 856534 [details]
build.log

build log and emerge --info
Comment 2 Conrad Kostecki gentoo-dev 2023-04-22 23:57:44 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:09:32 UTC
(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! :)
Comment 4 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-04-23 05:09:36 UTC
 * 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.
Comment 5 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-04-23 05:31:12 UTC
This one is harmless, mostly. sendfilev is a bit concerning but it's not on Linux anyway.
Comment 6 Conrad Kostecki gentoo-dev 2023-05-07 12:13:47 UTC
Thank you! :-)
Comment 7 Larry the Git Cow gentoo-dev 2023-05-07 12:34:22 UTC
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(-)