FS#60280 - [cmucl] fails to build in clean chroot
Attached to Project:
Community Packages
Opened by Erich Eckner (deepthought) - Tuesday, 02 October 2018, 11:47 GMT
Last edited by Jürgen Hötzel (juergen) - Saturday, 10 November 2018, 13:06 GMT
Opened by Erich Eckner (deepthought) - Tuesday, 02 October 2018, 11:47 GMT
Last edited by Jürgen Hötzel (juergen) - Saturday, 10 November 2018, 13:06 GMT
|
Details
Description:
multilib-build fails in package() with: ==> Starting package()... linux-4 isn't a directory ==> ERROR: A failure occurred in package(). Additional info: * package version(s) cmucl 32b-2 (git revision 571b1d0a9818641dc41456986ceecc828b4a62f3) * config and/or log files etc. full log is attached Steps to reproduce: > git checkout 571b1d0a9818641dc41456986ceecc828b4a62f3 > cd cmucl/repos/multilib-x86_64 > multilib-build |
This task depends upon
Closed by Jürgen Hötzel (juergen)
Saturday, 10 November 2018, 13:06 GMT
Reason for closing: Fixed
Additional comments about closing: Thanks a lot for your contribution! I just released 21c-1
Saturday, 10 November 2018, 13:06 GMT
Reason for closing: Fixed
Additional comments about closing: Thanks a lot for your contribution! I just released 21c-1
;;; Loading #P"/build/cmucl/src/linux-2/compiler/x86/insts.sse2f".
Arithmetic error FLOATING-POINT-OVERFLOW signalled.
Operation was /, operands (99.0 1.3627515e-38).
[Condition of type FLOATING-POINT-OVERFLOW]
Restarts:
0: [CONTINUE] Return NIL from load of "vm:insts".
1: Return NIL from load of "c:loadbackend.lisp".
2: Return NIL from load of "target:tools/worldload".
3: [ABORT ] Return to Top-Level.
Debug (type H for help)
(SIGFPE-HANDLER #<unused-arg> 4 #.(INT-SAP #xF7B9104C))
Source:
; File: target:code/float-trap.lisp
(ERROR 'FLOATING-POINT-OVERFLOW :OPERATION FOP :OPERANDS ...)
0]