Bug#816982: maxima: FTBFS when built with dpkg-buildpackage -A (tests fail)

2016-03-29 Thread Santiago Vila
> Thanks! In the built tree in this setup, could you please > > $ ls -l src/binary-gcl/maxima > > $ ./maxima-local > (%i1) to_lisp(); > MAXIMA> (length si::*code-block-reserve*) > MAXIMA> (si::contiguous-report nil) > MAXIMA> (setq *load-verbose* t) > MAXIMA> (compile nil '(lambda nil nil))

Bug#816982: maxima: FTBFS when built with dpkg-buildpackage -A (tests fail)

2016-03-29 Thread Camm Maguire
Greetings! Santiago Vila writes: > Ok, tried today with the old configuration (5GB RAM + 2GB swap) using > a swap file. > > The above change does not fix the build. > Thanks! In the built tree in this setup, could you please $ ls -l src/binary-gcl/maxima $ ./maxima-local

Bug#816982: maxima: FTBFS when built with dpkg-buildpackage -A (tests fail)

2016-03-27 Thread Santiago Vila
On Wed, 16 Mar 2016, Camm Maguire wrote: > Greetings! Could you also please try changing the following line from > debian/rules: > > echo ':lisp (setq maxima::*maxima-started* nil si::*optimize-maximum-pages* t > si::*code-block-reserve* (make-array 1000 :element-type (quote character) >

Bug#816982: maxima: FTBFS when built with dpkg-buildpackage -A (tests fail)

2016-03-19 Thread Camm Maguire
Greetings! Could you also please try changing the following line from debian/rules: echo ':lisp (setq maxima::*maxima-started* nil si::*optimize-maximum-pages* t si::*code-block-reserve* (make-array 1000 :element-type (quote character) :static t))(si::sgc-on nil)(si::gbc t)(si::save-system

Bug#816982: maxima: FTBFS when built with dpkg-buildpackage -A (tests fail)

2016-03-19 Thread Santiago Vila
On Wed, Mar 16, 2016 at 03:01:04PM -0400, Camm Maguire wrote: > Greetings! Could you also please try changing the following line from > debian/rules: > [...] Sorry, not immediately. I got rid of my old machines and created new ones with more swap. BTW: Before considering this unreproducible,

Bug#816982: maxima: FTBFS when built with dpkg-buildpackage -A (tests fail)

2016-03-10 Thread Santiago Vila
> Yes I've been mulling a solution, but perhaps you could suggest. > > GCL is in the process of enabling full use of today's common >2Gb > memories. We probe brk at startup to get an effective maximum heap and > manage accordingly. We need to allow some fraction for subprocess gcc, > and

Bug#816982: maxima: FTBFS when built with dpkg-buildpackage -A (tests fail)

2016-03-10 Thread Camm Maguire
Greetings! Santiago Vila writes: > On Wed, Mar 09, 2016 at 03:20:57PM -0500, Camm Maguire wrote: >> Greetings! While I still cannot reporduce this on barriere stretch, >> please try >> >> export GCL_MEM_MULTIPLE=0.2 >> >> before building. Unless of course dpkg-buildpackage

Bug#816982: maxima: FTBFS when built with dpkg-buildpackage -A (tests fail)

2016-03-09 Thread Santiago Vila
On Wed, Mar 09, 2016 at 03:20:57PM -0500, Camm Maguire wrote: > Greetings! While I still cannot reporduce this on barriere stretch, > please try > > export GCL_MEM_MULTIPLE=0.2 > > before building. Unless of course dpkg-buildpackage -A sanitizes the > environment, in which case please see if

Bug#816982: maxima: FTBFS when built with dpkg-buildpackage -A (tests fail)

2016-03-09 Thread Camm Maguire
Greetings! While I still cannot reporduce this on barriere stretch, please try export GCL_MEM_MULTIPLE=0.2 before building. Unless of course dpkg-buildpackage -A sanitizes the environment, in which case please see if you can pass it on the command line. Take care, -- Camm Maguire

Bug#816982: maxima: FTBFS when built with dpkg-buildpackage -A (tests fail)

2016-03-08 Thread Camm Maguire
tags 816982 unreproducible thanks Greetings! Both dpkg-buildpackage -A and dpkg-buildpackage -B work for me on barriere chroot. Take care Santiago Vila writes: > Package: src:maxima > Version: 5.37.3-1 > User: sanv...@debian.org > Usertags: binary-indep > Severity:

Bug#816982: maxima: FTBFS when built with dpkg-buildpackage -A (tests fail)

2016-03-08 Thread Camm Maguire
Greetings! If you could please provide the full build log I will try to take a look. Take care, Santiago Vila writes: > Package: src:maxima > Version: 5.37.3-1 > User: sanv...@debian.org > Usertags: binary-indep > Severity: important > > Dear maintainer: > > I tried to

Bug#816982: maxima: FTBFS when built with dpkg-buildpackage -A (tests fail)

2016-03-06 Thread Santiago Vila
Package: src:maxima Version: 5.37.3-1 User: sanv...@debian.org Usertags: binary-indep Severity: important Dear maintainer: I tried to build this package with "dpkg-buildpackage -A" (i.e. only architecture-independent packages), and it failed: