Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 904276 - sys-block/fio-3.36 has implicit function declarations in configure logs
Summary: sys-block/fio-3.36 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: Robin Johnson
URL:
Whiteboard: false positive
Keywords:
Depends on:
Blocks: implicit-in-configure
  Show dependency tree
 
Reported: 2023-04-13 16:36 UTC by Agostino Sarubbo
Modified: 2024-11-03 21:08 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,166.85 KB, text/plain)
2023-04-13 16:36 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-04-13 16:36:53 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sys-block/fio-3.34 has implicit function declarations in configure logs.
Discovered on: amd64 (internal ref: ci)

NOTE:
See also: https://bugs.gentoo.org/898488#c4.
Comment 1 Agostino Sarubbo gentoo-dev 2023-04-13 16:36:55 UTC
Created attachment 860019 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-03-07 14:52:28 UTC
ci has reproduced this issue with version 3.36 - Updating summary.
Comment 3 Larry the Git Cow gentoo-dev 2024-05-22 01:06:54 UTC
The bug has been closed via the following commit(s):

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

commit bb9d71b405a041072231f2c6b7478a89e02ac787
Author:     Eli Schwartz <eschwartz93@gmail.com>
AuthorDate: 2024-05-22 00:56:19 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-05-22 01:06:18 +0000

    sys-block/fio: add whitelist for false positive configure implicit decls
    
    fio has always added its own -Werror at configure time for the same
    effect as GCC 14.
    
    Closes: https://bugs.gentoo.org/904276
    Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
    Signed-off-by: Sam James <sam@gentoo.org>

 sys-block/fio/fio-3.34.ebuild | 6 ++++++
 sys-block/fio/fio-3.36.ebuild | 6 ++++++
 2 files changed, 12 insertions(+)