Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 934307 - media-radio/wsjtx-2.7.0_rc4 fails to compile: Error: Variable nfft cannot appear in the expression at (1)
Summary: media-radio/wsjtx-2.7.0_rc4 fails to compile: Error: Variable nfft cannot app...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Thomas Beierlein
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-06-14 15:51 UTC by Agostino Sarubbo
Modified: 2024-06-15 05:11 UTC (History)
2 users (show)

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


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

Issue: media-radio/wsjtx-2.7.0_rc4 fails to compile.
Discovered on: amd64 (internal ref: ci)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Comment 1 Agostino Sarubbo gentoo-dev 2024-06-14 15:51:22 UTC
Created attachment 895826 [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-06-14 15:51:23 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


Error: Variable ‘nfft’ cannot appear in the expression at (1)
FAILED: qmap/libqmap/CMakeFiles/qmap_impl.dir/decode0.f90.o
Comment 3 Thomas Beierlein gentoo-dev 2024-06-15 05:10:05 UTC
(In reply to Agostino Sarubbo from comment #2)
> Error(s) that match a know pattern in addition to what has been reported in
> the summary:
> 
> 
> Error: Variable ‘nfft’ cannot appear in the expression at (1)
> FAILED: qmap/libqmap/CMakeFiles/qmap_impl.dir/decode0.f90.o

Known upstream (see https://sourceforge.net/p/wsjt/mailman/message/58778025/). Seems to happen only on some system configurations.
Comment 4 Larry the Git Cow gentoo-dev 2024-06-15 05:11:29 UTC
The bug has been closed via the following commit(s):

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

commit c2e62325c1cc85dc35c3fc49c9fe6b060881fbc2
Author:     Thomas Beierlein <tomjbe@gentoo.org>
AuthorDate: 2024-06-15 05:10:16 +0000
Commit:     Thomas Beierlein <tomjbe@gentoo.org>
CommitDate: 2024-06-15 05:10:16 +0000

    media-radio/wsjtx: Fix missing variable declaration
    
    Closes: https://bugs.gentoo.org/934307
    Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>

 media-radio/wsjtx/files/wsjtx-2.7.0_rc4-fix_NFFT.patch | 13 +++++++++++++
 media-radio/wsjtx/wsjtx-2.7.0_rc4.ebuild               |  1 +
 2 files changed, 14 insertions(+)