Hi David, I cannot reproduce this error on AMD64, even in pbuilder. >From the logs, it appears as though it must get different output from tclsh than I see. Can you reproduce this? If so, can you create a chroot I can test, etc?
The configure I have (appears to be the same as in the logs) shows: # First check to see if --with-tclx-ver was specified. if test x"${with_tclxver}" = x ; then #{{ em_cv_tclxver=`*echo 'puts [info tclversion]' | tclsh* 2>/dev/null` else #}{ em_cv_tclxver=${with_tclxver} fi #}} tclxver=`echo $em_cv_tclxver | sed -n -e '/[0-9]\.[0-9]/p'` if test x"$tclxver" = x ; then #{ as_fn_error $? "Must specify version (X.Y) if using this option" "$LINENO" 5 fi #} So what is the output of ` puts [info tclversion]' | tclsh ` in the failing case? I get "8.6". regards Alastair -- Alastair McKinstry, <alast...@sceal.ie>, <mckins...@debian.org>, https://diaspora.sceal.ie/u/amckinstry A decent provision for the poor is the true test of civilization. ~Samuel Johnson, Boswell: Life of Johnson