Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 925367

Summary: dev-python/numpy-1.26.4 has implicit function declarations in configure logs
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Gentoo Science Related Packages <sci>
Status: RESOLVED FIXED    
Severity: normal CC: eschwartz, python
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard: false positive
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 906027    
Attachments: build.log.xz

Description Agostino Sarubbo gentoo-dev 2024-02-24 07:51:56 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/numpy-1.26.4 has implicit function declarations in configure logs.
Discovered on: arm (internal ref: tinderbox_arm)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#QA0072
Comment 1 Agostino Sarubbo gentoo-dev 2024-02-24 07:51:58 UTC
Created attachment 885844 [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-02-24 07:51:59 UTC
Found the following implicit function declarations in configure logs:

meson-log.txt:502 - vrndq_f32
meson-log.txt:499 - vrndq_f32
meson-log.txt:499 - vrndq_f32
Comment 3 Eli Schwartz gentoo-dev 2024-10-22 06:17:38 UTC
This arm-specific compiler intrinsics check should fail to link when not available.
Comment 4 Larry the Git Cow gentoo-dev 2024-10-22 06:45:25 UTC
The bug has been closed via the following commit(s):

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

commit fc563957c93c4f24aebe26f45a8c8be836edb118
Author:     Eli Schwartz <eschwartz@gentoo.org>
AuthorDate: 2024-10-22 06:21:25 +0000
Commit:     Eli Schwartz <eschwartz@gentoo.org>
CommitDate: 2024-10-22 06:44:37 +0000

    dev-python/numpy: mark implicit function decl as FP
    
    Checks for intrinsics support via a function call style that will
    correctly fail to link if not available.
    
    Closes: https://bugs.gentoo.org/925367
    Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>

 dev-python/numpy/numpy-1.26.4.ebuild | 5 +++++
 dev-python/numpy/numpy-2.0.0.ebuild  | 5 +++++
 dev-python/numpy/numpy-2.0.2.ebuild  | 5 +++++
 dev-python/numpy/numpy-2.1.1.ebuild  | 5 +++++
 dev-python/numpy/numpy-2.1.2.ebuild  | 5 +++++
 5 files changed, 25 insertions(+)