bug#18932: #18932 string->number errors on e.g. "1e400xyz"

2015-01-21 Thread guile@discard.email
Note that guile 2.0.11 also gives strange results for large negative exponents: scheme@(guile-user)> (string->number "1e-400")ERROR: In procedure string->number:ERROR: In procedure string->number: Value out of range: -400   For comparison, in Scheme 48 1.9 (string->number "1e-400") => 0.0 (string-

bug#19646: [2.0.11] [sh4]: ((system-error "setaffinity" "~A" ("Function not implemented") (38)))

2015-01-21 Thread John Paul Adrian Glaubitz
Package: guile Hello! guile-2.0 currently fails to build from source on the Debian SH4 architecture since one of the tests of the test suite fails: ERROR: posix.test: affinity: setaffinity - arguments: ((system-error "setaffinity" "~A" ("Function not implemented") (38))) I am not absolutely sur