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.
On Wednesday, 7 December 2016 09:31:10 UTC-5, Harvey Flaisher wrote: > > 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 > > -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/62864dd6-361b-4e78-aa5c-fd9e36214d7b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
