Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 829344 - app-accessibility/speech-tools-2.5.0-r1 - ../.../EST_math.h: error: _isnanf was not declared in this scope
Summary: app-accessibility/speech-tools-2.5.0-r1 - ../.../EST_math.h: error: _isnanf w...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo musl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-12-16 15:32 UTC by Toralf Förster
Modified: 2023-04-19 03:01 UTC (History)
3 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,15.71 KB, text/plain)
2021-12-16 15:32 UTC, Toralf Förster
Details
app-accessibility:speech-tools-2.5.0:20211216-115049.log (app-accessibility:speech-tools-2.5.0:20211216-115049.log,55.69 KB, text/plain)
2021-12-16 15:32 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,137.03 KB, text/plain)
2021-12-16 15:32 UTC, Toralf Förster
Details
environment (environment,58.08 KB, text/plain)
2021-12-16 15:32 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,29.07 KB, application/x-bzip)
2021-12-16 15:33 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,4.85 KB, application/x-bzip)
2021-12-16 15:33 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,20.84 KB, application/x-bzip)
2021-12-16 15:33 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2021-12-16 15:32:53 UTC
x86_64-gentoo-linux-musl-g++ -c -fno-implicit-templates -pipe -march=native -fno-diagnostics-color -O2 -fopenmp -DOMP_WAGON=1 -fPIC -Wall -I../include filter.cc
x86_64-gentoo-linux-musl-g++ -c -fno-implicit-templates -pipe -march=native -fno-diagnostics-color -O2 -fopenmp -DOMP_WAGON=1 -fPIC -Wall -I../include sigpr_frame.cc
In file included from sigpr_frame.cc:43:
sigpr_frame.cc: In function 'void lpc2cep(const EST_FVector&, EST_FVector&)':
../include/EST_math.h:87:19: error: '__isnanf' was not declared in this scope; did you mean 'isnanf'?
   87 | #define isnanf(X) __isnanf(X)
      |                   ^~~~~~~~

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0_musl_hardened-j4-20211215-000030

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-gentoo-linux-musl-11.2.0 *
clang version 13.0.0
Target: x86_64-gentoo-linux-musl
Thread model: posix
InstalledDir: /usr/lib/llvm/13/bin
/usr/lib/llvm/13
13.0.0
Python 3.9.9
Available Rust versions:
  [1]   rust-1.57.0 *
The following VMs are available for generation-2:
Available Java Virtual Machines:
  (none found)

php cli:

  HEAD of ::gentoo
commit e6fa70c396b709b8315d34f899e350ed0083c778
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Thu Dec 16 10:36:50 2021 +0000

    2021-12-16 10:36:48 UTC

emerge -qpvO app-accessibility/speech-tools
[ebuild  N    ] app-accessibility/speech-tools-2.5.0  USE="openmp -X -nas"
Comment 1 Toralf Förster gentoo-dev 2021-12-16 15:32:54 UTC
Created attachment 759318 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-12-16 15:32:55 UTC
Created attachment 759319 [details]
app-accessibility:speech-tools-2.5.0:20211216-115049.log
Comment 3 Toralf Förster gentoo-dev 2021-12-16 15:32:57 UTC
Created attachment 759320 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2021-12-16 15:32:58 UTC
Created attachment 759321 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2021-12-16 15:33:00 UTC
Created attachment 759322 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2021-12-16 15:33:01 UTC
Created attachment 759323 [details]
logs.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2021-12-16 15:33:02 UTC
Created attachment 759324 [details]
temp.tar.bz2
Comment 8 Agostino Sarubbo gentoo-dev 2022-07-29 07:15:44 UTC
tinderbox_musl has reproduced this issue with version 2.5.0-r1 - Updating summary.
Comment 9 Larry the Git Cow gentoo-dev 2023-04-19 03:01:48 UTC
The bug has been closed via the following commit(s):

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

commit 3a5a7f52627f48f5d7f1fae63564af6c953bd3b0
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2023-04-19 03:00:49 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-04-19 03:00:49 +0000

    app-accessibility/speech-tools: fix musl build
    
    Closes: https://bugs.gentoo.org/829344
    Closes: https://bugs.gentoo.org/896170
    Signed-off-by: Sam James <sam@gentoo.org>

 .../files/speech-tools-2.5.0-musl-isnan.patch      |  65 +++++++++
 .../speech-tools/speech-tools-2.5.0-r2.ebuild      | 156 +++++++++++++++++++++
 2 files changed, 221 insertions(+)