Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 944945 - media-video/mplayer-1.5_p20241125 has implicit function declarations in configure logs
Summary: media-video/mplayer-1.5_p20241125 has implicit function declarations in confi...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: implicit-in-configure
  Show dependency tree
 
Reported: 2024-11-25 14:21 UTC by Agostino Sarubbo
Modified: 2025-02-10 09:32 UTC (History)
1 user (show)

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


Attachments
build.log.xz (build.log.xz,64.99 KB, application/x-xz)
2024-11-25 14:21 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 2024-11-25 14:21:53 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: media-video/mplayer-1.5_p20241125 has implicit function declarations in configure logs.
Discovered on: amd64 (internal ref: ci)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#QA0072
Comment 1 Agostino Sarubbo gentoo-dev 2024-11-25 14:21:55 UTC
Created attachment 911894 [details]
build.log.xz

build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 2 Agostino Sarubbo gentoo-dev 2024-11-25 14:21:56 UTC
Found the following implicit function declarations in configure logs:

config.log:1271 - _aligned_malloc
Comment 3 Larry the Git Cow gentoo-dev 2025-02-10 09:01:29 UTC
The bug has been referenced in the following commit(s):

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

commit 3aac1a1e88db943c4eb9223c08c1288d9a37e309
Author:     NHOrus <jy6x2b32pie9@yahoo.com>
AuthorDate: 2025-01-24 14:06:03 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2025-02-10 08:59:18 +0000

    media-video/mplayer-1.5_p20241125: Skip QA warning for Windows function
    
    _aligned_malloc is Windows-only, implicit declaration is expected
    
    Bug: https://bugs.gentoo.org/944945
    Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com>
    Closes: https://github.com/gentoo/gentoo/pull/40289
    Signed-off-by: Sam James <sam@gentoo.org>

 media-video/mplayer/mplayer-1.5_p20241125.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)