Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 793179

Summary: dev-scheme/guile-2.2.7: make[2]: *** [Makefile:1931: language/cps/types.go] Floating point exception (core dumped)
Product: Gentoo Linux Reporter: HougeLangley <hougelangley1987>
Component: Current packagesAssignee: Scheme Project <scheme>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge --info
guile-2.2.7 build.log
guile-2.2.7 build environment

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 ***