Unable to MAKE Ansible 2.2.0.0 on Solaris

19 views
Skip to first unread message

Harvey Flaisher

unread,
Dec 7, 2016, 9:31:10 AM12/7/16
to Ansible Project, Harvey (NIH/NCI) [C] Flaisher
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

Mike Quentel

unread,
Dec 15, 2016, 12:19:20 PM12/15/16
to Ansible Project, flai...@mail.nih.gov
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.
Reply all
Reply to author
Forward
0 new messages