Unable to MAKE Ansible 2.2.0.0 on Solaris

Hello:

We are on this OS: Solaris 10 5/09 s10x_u7wos_08 X86

I cannot compile/build Ansible from source using either MAKE or GMAKE (see below).

Can someone please point me in a direction?

thank you.
Harvey

$ make
make: Fatal error in reader: Makefile, line 26: Unexpected end of line seen

$ gmake
/bin/sh: git: not found
/bin/sh: git: not found
/bin/sh: git: not found
date: illegal option – utc
date: illegal option – date=
usage: date [-u] mmddHHMM[[cc]yy][.SS]
date [-u] [+format]
date -a [-]sss[.fff]
Cleaning up distutils stuff
rm -rf build
rm -rf dist
rm -rf lib/ansible.egg-info/
Cleaning up byte compiled python stuff
find . -type f -regex “.*.py[co]$” -delete
find: bad option -regex
find: [-H | -L] path-list predicate-list
gmake: *** [clean] Error 1

Solaris 10 includes utilities with the same names as GNU versions. For example, the implementation of find might not include all the options one would get with the GNU version. One solution is to install the GNU tool versions. Otherwise, might have to change the script to use the Solaris-expected options.