From: Jerry J. <log...@gm...> - 2017-08-20 00:25:39
|
Greetings, I updated the Fedora ffcall package to the 1.13 release awhile ago. Recently I attempted to update clisp to the 2.49.60 beta release as well, but I'm having some trouble with it. The x86 builds, both 32-bit and 64-bit, are fine, as is the 32-bit ARM build. However, the s390x, ppc64 and ppc64le builds all fail with this message: ../src/lispbibl.d:2987:2: error: #error CLISP has not been ported to this platform - oint_type_len undefined #error CLISP has not been ported to this platform - oint_type_len undefined Are additional configure flags of some kind needed when building for those platforms? Also, the aarch64 build fails like this: ;; Compiling file /builddir/build/BUILD/clisp-2.49.60/modules/asdf/asdf.lisp ... *** - handle_fault error2 ! address = 0x2e0800084480 not in [0x2e0000000000,0x2e0000066778) ! SIGSEGV cannot be cured. Fault address = 0x2e0800084480. GC count: 14 Space collected by GC: 12036056 Run time: 0 457240 Real time: 0 476000 GC time: 0 38463 Permanently allocated: 165368 bytes. Currently in use: 4392320 bytes. Free space: 299880 bytes. make[1]: Leaving directory '/builddir/build/BUILD/clisp-2.49.60/build/asdf' make: Leaving directory '/builddir/build/BUILD/clisp-2.49.60/build' make[1]: *** [Makefile:22: asdf.fas] Segmentation fault (core dumped) make[1]: *** Deleting file 'asdf.fas' make: *** [Makefile:2334: asdf] Error 2 Do you have any idea what might cause that? Finally, I needed the attached patch to build successfully with gdbm 1.13. Regards, -- Jerry James http://www.jamezone.org/ |