Dear All, I downloaded a recent (Wed28Sep) fricas from Ralf Hemmecke's git mirror (I have firewall problems when accessing svn on sourceforge). I use sbcl (SBCL 1.0.29.11.debian) the version I used till now to compile fricas. Unfortunately the compilation stops, claiming that it does not find some daase files (which where updated in the compile before). Do I miss something or is this version of fricas broken? (see terminal output below)
Cheers BF. -- % PD Dr Bertfried Fauser % Research Fellow, School of Computer Science, Univ. of Birmingham % Honorary Associate, University of Tasmania % Privat Docent: University of Konstanz, Physics Dept <http://www.uni-konstanz.de> % contact |-> URL : http://www.cs.bham.ac.uk/~fauserb/ % Phone : +44-121-41-42795 /home/fauser/fricas-1.1.2/src/algebra/INCRMAPS.NRLIB/INCRMAPS InnerNormalBasisFieldFunctions will be automatically loaded when needed from /home/fauser/fricas-1.1.2/src/algebra/INBFF.NRLIB/INBFF InnerModularHermitePade will be automatically loaded when needed from /home/fauser/fricas-1.1.2/src/algebra/IMODHP.NRLIB/IMODHP IndexedMatrix will be automatically loaded when needed from /home/fauser/fricas-1.1.2/src/algebra/IMATRIX.NRLIB/IMATRIX InnerMatrixQuotientFieldFunctions will be automatically loaded when needed from /home/fauser/fricas-1.1.2/src/algebra/IMATQF.NRLIB/IMATQF InnerMatrixLinearAlgebraFunctions will be automatically loaded when needed from /home/fauser/fricas-1.1.2/src/algebra/IMATLIN.NRLIB/IMATLIN IndexedList will be automatically loaded when needed from /home/fauser/fricas-1.1.2/src/algebra/ILIST.NRLIB/ILIST InnerIndexedTwoDimensionalArray will be automatically loaded when needed from /home/fauser/fricas-1.1.2/src/algebra/IIARRAY2.NRLIB/IIARRAY2 InnerFiniteField will be automatically loaded when needed from /home/fauser/fricas-1.1.2/src/algebra/IFF.NRLIB/IFF IndexedFlexibleArray will be automatically loaded when needed from /home/fauser/fricas-1.1.2/src/algebra/IFARRAY.NRLIB/IFARRAY InnerFreeAbelianMonoid will be automatically loaded when needed from /home/fauser/fricas-1.1.2/src/algebra/IFAMON.NRLIB/IFAMON InnerEvalable will be automatically loaded when needed from /home/fauser/fricas-1.1.2/src/algebra/IEVALAB.NRLIB/IEVALAB InnerEvalable& will be automatically loaded when needed from /home/fauser/fricas-1.1.2/src/algebra/IEVALAB-.NRLIB/IEVALAB- IndexedDirectProductOrderedAbelianMonoidSup will be automatically loaded when needed from /home/fauser/fricas-1.1.2/src/algebra/IDPOAMS.NRLIB/IDPOAMS IndexedDirectProductOrderedAbelianMonoid will be automatically loaded when needed from /home/fauser/fricas-1.1.2/src/algebra/IDPOAM.NRLIB/IDPOAM IndexedDirectProductObject will be automatically loaded when needed from /home/fauser/fricas-1.1.2/src/algebra/IDPO.NRLIB/IDPO IndexedDirectProductCategory will be automatically loaded when needed from /home/fauser/fricas-1.1.2/src/algebra/IDPC.NRLIB/IDPC IndexedDirectProductAbelianMonoid will be automatically loaded when needed from /home/fauser/fricas-1.1.2/src/algebra/IDPAM.NRLIB/IDPAM IndexedDirectProductAbelianGroup will be automatically loaded when needed from /home/fauser/fricas-1.1.2/src/algebra/IDPAG.NRLIB/IDPAG IdealDecompositionPackage will be automatically loaded when needed from /home/fauser/fricas-1.1.2/src/algebra/IDECOMP.NRLIB/IDECOMP PolynomialIdeal will be automatically loaded when needed from /home/fauser/fricas-1.1.2/src/algebra/IDEAL.NRLIB/IDEAL InnerCommonDenominator will be automatically loaded when needed from /home/fauser/fricas-1.1.2/src/algebra/ICDEN.NRLIB/ICDEN >> System error: end of file on #<SB-SYS:FD-STREAM for "file /home/fauser/fricas-1.1.2/src/algebra/ICARD.NRLIB/index.KAF" {1003F4E441}> (1) -> mv: cannot stat `browse.daase': No such file or directory mv: cannot stat `category.daase': No such file or directory mv: cannot stat `compress.daase': No such file or directory mv: cannot stat `interp.daase': No such file or directory mv: cannot stat `operation.daase': No such file or directory make[3]: *** [stamp-bootstrap] Error 1 make[3]: Leaving directory `/home/fauser/fricas-1.1.2/src/algebra' make[2]: *** [all-ax] Error 2 make[2]: Leaving directory `/home/fauser/fricas-1.1.2/src/algebra' make[1]: *** [all-algebra] Error 2 make[1]: Leaving directory `/home/fauser/fricas-1.1.2/src' make: *** [all-src] Error 2 -- You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/fricas-devel?hl=en.
