Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 927102 - media-gfx/chafa-1.12.5-r1 has implicit function declarations in configure logs
Summary: media-gfx/chafa-1.12.5-r1 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: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard: false positive
Keywords:
Depends on:
Blocks: implicit-in-configure gcc-14-stable
  Show dependency tree
 
Reported: 2024-03-16 07:55 UTC by Agostino Sarubbo
Modified: 2024-11-04 01:01 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,131.33 KB, text/plain)
2024-03-16 07:56 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-03-16 07:55:59 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: media-gfx/chafa-1.12.5-r1 has implicit function declarations in configure logs.
Discovered on: x86 (internal ref: tinderbox_x86)
System: GCC-14-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#GCC-14)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#QA0072
Comment 1 Agostino Sarubbo gentoo-dev 2024-03-16 07:56:43 UTC
Created attachment 887730 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-03-16 07:56:45 UTC
Found the following implicit function declarations in configure logs:

config.log:928 - _mm_popcnt_u64
Comment 3 Larry the Git Cow gentoo-dev 2024-11-03 19:11:39 UTC
The bug has been closed via the following commit(s):

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

commit ab0b111b8c2676ed8a06f321b028835ee1a75967
Author:     Eli Schwartz <eschwartz@gentoo.org>
AuthorDate: 2024-11-03 18:56:47 +0000
Commit:     Eli Schwartz <eschwartz@gentoo.org>
CommitDate: 2024-11-03 19:07:10 +0000

    media-gfx/chafa: mark FP for implicit function decls in configure
    
    It's an intrinsics check that will correctly fail when not available.
    
    Closes: https://bugs.gentoo.org/927102
    Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>

 media-gfx/chafa/chafa-1.12.5-r1.ebuild | 5 +++++
 media-gfx/chafa/chafa-1.14.1.ebuild    | 5 +++++
 2 files changed, 10 insertions(+)