Hello,
On Arch linux, we need to edit the scripts/get.
The faulty stuff was "md5sum -t" I replaced it with "md5sum" and the build continue correctly.
Otherwise if fails with a:
QuoteDisplay More
GET configtools
after export get
--2017-02-11 00:00:54-- 706fbe5.tar.xz
Resolving git.savannah.gnu.org (git.savannah.gnu.org)... 208.118.235.201
Connecting to git.savannah.gnu.org (git.savannah.gnu.org)|208.118.235.201|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/x-xz]
Saving to: 'sources/configtools/configtools-706fbe5.tar.xz'sources/configtools/configt [ <=> ] 46.31K 76.5KB/s in 0.6s
2017-02-11 00:00:55 (76.5 KB/s) - 'sources/configtools/configtools-706fbe5.tar.xz' saved [47424]
after WGET DONE
after stamped
make: *** [Makefile:12: image] Error 1
I put a lot of debug string in the script to found this, it was not easy to pinpoint such problem.