|
From: Andrey G. G. <A.G...@in...> - 2015-10-08 17:42:10
|
Dear Arthur, csl-sanity-check.sh does not show anything wrong. But cslbuild/i686-unknown-gentoo2.2/csl/buildlogs/reduce.log shows: <skipped> +++ fl2bf compiled, 43 + 40 bytes fl2bfnil6nilnil Memory access violation detected ... continuing after error +++ Error unset variable: flag ... continuing after error +++ Error undefined function (1 arg): !~comma Evaluating: (!~comma (quote lose)) ... continuing after error +++ Error unset variable: !; ... continuing after error +++ Error unset variable: inline ... continuing after error +++ Error unset variable: procedure ... continuing after error +++ Error unset variable: int2id ... continuing after error +++ Error unset variable: x ... continuing after error +++ Error unset variable: !; <many errormessages skipped> +++ Error unset variable: end ... continuing after error +++ Error unset variable: !; ... continuing after error <end of file here> On my 64-bit box, reduce.log ends with Recompilation complete The system is about to do a restart... Reduce (Free CSL version), 09-Oct-15 ... Fast-loading "/home/grozin/reduce-3235/cslbuild/x86_64-unknown-gentoo2.2/csl/reduce.img(user)" Fast-loading "/home/grozin/reduce-3235/cslbuild/x86_64-unknown-gentoo2.2/csl/reduce.img(cslcompat)" Fast-loading "/home/grozin/reduce-3235/cslbuild/x86_64-unknown-gentoo2.2/csl/reduce.img(smacros)" +++ Creating a package: tmprint nil "**** **** REDUCE FULLY REBUILD **** ****" So, yes, during generation of reduce.img on my 32-bit box something went wrong. In reduce-src-2014-11-30 on the same 32-bit box, reduce.log also ends with Recompilation complete The system is about to do a restart... Reduce (Free CSL version), 07-Oct-15 ... Fast-loading "/home/grozin/reduce-src-2014-11-30/cslbuild/i686-unknown-gentoo2.2/csl/reduce.img(user)" Fast-loading "/home/grozin/reduce-src-2014-11-30/cslbuild/i686-unknown-gentoo2.2/csl/reduce.img(cslcompat)" Fast-loading "/home/grozin/reduce-src-2014-11-30/cslbuild/i686-unknown-gentoo2.2/csl/reduce.img(smacros)" +++ Creating a package: tmprint nil "**** **** REDUCE FULLY REBUILD **** ****" Some change between 2014-11-30 and svn-3235 produced this failure. I suppose I can do bisection, though this would take quite some time. To what svn revision does reduce-src-2014-11-30 correspond? Andrey |