Hi Everyone, I'm attempting to install Git 2.21.0 on Solaris 11.3 x86_64. /usr/gnu/bin is on-path. 'make' was OK, 'make check' had a few failures. 'make install' has troubles. $ sudo gmake install ... gmake -C gitweb install gmake[1]: Entering directory `/export/home/build/git-2.21.0/gitw eb' gmake[2]: Entering directory `/export/home/build/git-2.21.0' gmake[2]: `GIT-VERSION-FILE' is up to date. gmake[2]: Leaving directory `/export/home/build/git-2.21.0' GEN gitweb.cgi GEN static/gitweb.js install -d -m 755 '/usr/local/share/gitweb' directory /usr/local/share/gitweb created install -m 755 gitweb.cgi '/usr/local/share/gitweb' find: cycle detected for /lib/secure/32/ find: cycle detected for /lib/32/ find: cycle detected for /lib/crypto/32/ find: cycle detected for /usr/lib/locale/en_US.UTF-8/LO_LTYPE/32/ find: cycle detected for /usr/lib/locale/en_US.UTF-8/32/ find: cycle detected for /usr/lib/locale/en_US.UTF-8/LC_CTYPE/32/ find: cycle detected for /usr/lib/32/ find: cycle detected for /usr/lib/security/32/ find: cycle detected for /usr/lib/link_audit/32/ find: cycle detected for /usr/lib/rad/client/c/32/ find: cycle detected for /usr/lib/secure/32/ find: cycle detected for /usr/lib/fm/topo/plugins/32/ find: cycle detected for /usr/lib/lwp/32/ find: cycle detected for /usr/lib/pool/32/ find: cycle detected for /usr/lib/brand/solaris10/32/ find: cycle detected for /usr/lib/elfedit/32/ find: cycle detected for /usr/lib/gss/32/ install: gitweb.cgi was not found anywhere! gmake[1]: *** [install] Error 2 gmake[1]: Leaving directory `/export/home/build/git-2.21.0/gitweb' gmake: *** [install] Error 2 Jeff