Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 925367 - dev-python/numpy-1.26.4 has implicit function declarations in configure logs
Summary: dev-python/numpy-1.26.4 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: Gentoo Science Related Packages
URL:
Whiteboard: false positive
Keywords:
Depends on:
Blocks: implicit-in-configure
  Show dependency tree
 
Reported: 2024-02-24 07:51 UTC by Agostino Sarubbo
Modified: 2024-11-04 00:51 UTC (History)
2 users (show)

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


Attachments
build.log.xz (build.log.xz,40.04 KB, application/x-xz)
2024-02-24 07:51 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-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(+)