On 2013/8/19 Didier Spaier wrote:
[...]
 ./Build dist fails (see attached log_Build_dist) as this target
implies
 running the tests, it seems. 
Indeed; I see no simple solution.
 Any way to simply exclude experimental modules and associated test
from a
 tarball (that I can make myself)? 
Delete t/22-html.t, or better:
  for f in t/*.t; do grep -q $f MANIFEST || rm $f; done
 I couldn't find a way to build sp-1.3.4 (see attached
log_pm-1.3.4), I would
 need help on that.
 Maybe it's a compatibility problem with my gtcc version (4.8.1) or the
 Makefile needs a tuning that I'm not able to determine.
 Maybe there is a Debian patch that allows building to succeed, but I
 couldn't find one. Could you help me to locate one, if any? 
You have to edit include/config.h and add
  #define SP_HAVE_TYPENAME
around line 12.
 Anyway I did run again ./Build -verbose=1 --debug=1 then ./Build
 test-verbose=1 --debug=1  and output are attached, as Build_log and
 Build_test_log respectively.
 At least Tex tests don't fail anymore (and I don't care for html failing).
Denis