Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 898806 - media-libs/freealut-1.1.0-r5 has implicit function declarations in configure logs (GCC-13-SYSTEM)
Summary: media-libs/freealut-1.1.0-r5 has implicit function declarations in configure ...
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: implicit-in-configure gcc-14-stable
  Show dependency tree
 
Reported: 2023-03-02 09:14 UTC by Agostino Sarubbo
Modified: 2025-01-02 15:04 UTC (History)
1 user (show)

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


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

Issue: media-libs/freealut-1.1.0-r5 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-02 09:14:40 UTC
Created attachment 855680 [details]
build.log

build log and emerge --info
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-11-07 09:29:05 UTC
 * QA Notice: Found the following implicit function declarations in configure logs:
 *   /var/tmp/portage/media-libs/freealut-1.1.0-r5/work/freealut-1.1.0/config.log:670 - _stat
Comment 3 NHO 2025-01-02 15:04:38 UTC
Configure checks for windows' _stat function
https://learn.microsoft.com/en-us/cpp/c-runtime-library/reference/stat-functions?view=msvc-170
it needs to be ignored