Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 793179 - dev-scheme/guile-2.2.7: make[2]: *** [Makefile:1931: language/cps/types.go] Floating point exception (core dumped)
Summary: dev-scheme/guile-2.2.7: make[2]: *** [Makefile:1931: language/cps/types.go] F...
Status: RESOLVED DUPLICATE of bug 598986
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Scheme Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-05-31 08:59 UTC by HougeLangley
Modified: 2021-06-04 17:02 UTC (History)
0 users

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


Attachments
emerge --info (emerge --info,7.16 KB, text/plain)
2021-05-31 09:02 UTC, HougeLangley
Details
guile-2.2.7 build.log (build.log,333.26 KB, text/x-log)
2021-05-31 09:04 UTC, HougeLangley
Details
guile-2.2.7 build environment (buildenvironment,20.64 KB, text/plain)
2021-05-31 09:06 UTC, HougeLangley
Details

Note You need to log in before you can comment on or make changes to this bug.
Description HougeLangley 2021-05-31 08:59:42 UTC
Building guile-2.2.7 failed.

Reproducible: Always

Steps to Reproduce:
emerge -av mail-client/geary
Comment 1 HougeLangley 2021-05-31 09:02:46 UTC
Created attachment 712716 [details]
emerge --info
Comment 2 HougeLangley 2021-05-31 09:04:11 UTC
Created attachment 712719 [details]
guile-2.2.7 build.log
Comment 3 HougeLangley 2021-05-31 09:06:12 UTC
Created attachment 712722 [details]
guile-2.2.7 build environment
Comment 4 Cyprien Nicolas (fulax) 2021-06-04 17:02:40 UTC
This is expected. -Ofast implies -ffast-math which changes semantics of IEEE-754.

See https://lists.gnu.org/archive/html/bug-guile/2019-06/msg00037.html for details.

*** This bug has been marked as a duplicate of bug 598986 ***