Comment 2 for bug 1532253

Revision history for this message
lucag73 (luca-giuzzi) wrote :

There are still problems, even if they appear to be slightly different.
I have recompiled sbcl 1.3.5 with the standard options (apart increasing dynamic-space-size to 200Gb) and the compilation of fricas (commitd5026a42cd407300ba8a55185ad13c8002f67dde from https://github.com/fricas/fricas.git) now fails with the error I report below (which would appear not to have anything to do with sbcl). Compilation with sbcl 1.2.16 (using the same value for dynamic-space-size and exactly the same options) works without errors (including the regression tests).

)compile "ALIST.spad"

   Compiling FriCAS source code from file
      /scratch/giuzzi/build-test/src/algebra/ALIST.spad using old
      system compiler.
   ALIST abbreviates domain AssociationList
------------------------------------------------------------------------
   initializing NRLIB ALIST for AssociationList
   compiling into NRLIB ALIST
   processing macro definition Pair ==> Record(key: Key,entry: Entry)
   importing List Record(key: Key,entry: Entry)
   compiling exported dictionary : () -> $

   >> System error:
   The value #<FUNCTION |newGoGet|> is not of type (FUNCTION (T) *).

(1) -> Stage 3 object copy
cp: cannot stat ‘ALIST.NRLIB/ALIST.fasl’: No such file or directory
Makefile:626: recipe for target 'stamp-oboo3' failed