Hi Michael,
The ./configure fails to find the python progressbar2 on my laptop as arch linux calls the package progressbar.
If I changed line 17307 in configure from
$PYTHON -c "import progressbar2" 2>/dev/null
to
$PYTHON -c "import progressbar" 2>/dev/null
then the configure command completed with no problems.
Regards,
Adolf.