Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 898442 - sci-libs/fftw-3.3.10 has implicit function declarations in configure logs
Summary: sci-libs/fftw-3.3.10 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: 2023-02-28 15:00 UTC by Agostino Sarubbo
Modified: 2024-11-03 00:00 UTC (History)
1 user (show)

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


Attachments
build.log.xz (build.log.xz,54.97 KB, application/x-xz)
2023-02-28 15:00 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-02-28 15:00:52 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sci-libs/fftw-3.3.10 has implicit function declarations in configure logs (MUSL-CLANG-SYSTEM).
Discovered on: amd64 (internal ref: tinderbox_musl)

NOTE:
(MUSL-CLANG-SYSTEM) in the summary means that bug was found on a machine that runs MUSL libc + clang16 but this bug MAY or MAY NOT BE related to musl/clang16.
Comment 1 Agostino Sarubbo gentoo-dev 2023-02-28 15:00:54 UTC
Created attachment 855252 [details]
build.log.xz

build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 2 Eli Schwartz gentoo-dev 2024-07-15 03:47:38 UTC
Reproducible with glibc as well.
Comment 3 Larry the Git Cow gentoo-dev 2024-07-15 08:01:48 UTC
The bug has been closed via the following commit(s):

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

commit fd20dfdcbc8a3eae3ac88c6e7198af0a0fff7584
Author:     Eli Schwartz <eschwartz@gentoo.org>
AuthorDate: 2024-07-15 03:48:01 +0000
Commit:     Eli Schwartz <eschwartz@gentoo.org>
CommitDate: 2024-07-15 08:01:30 +0000

    sci-libs/fftw: set QA_CONFIG_IMPL_DECL_SKIP for false positive
    
    The autotools check is written to always fail to link. It includes a
    header which on some systems contains: "UNICOS _rtc() intrinsic."
    
    On linux, it fails to link and with gcc 14 fails to compile as well,
    which is all as expected.
    
    Closes: https://bugs.gentoo.org/898442
    Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>

 sci-libs/fftw/fftw-3.3.10.ebuild | 6 ++++++
 sci-libs/fftw/fftw-9999.ebuild   | 6 ++++++
 2 files changed, 12 insertions(+)