This, and subsequent resulting errors are a result of a double entry in Makefile.am causing abort of the install process. This bug is in the tpmans section of Makefile.am, on line 2586 and 2587. There are extra entries for dtka.1 and dtkaadmin.1 manpages on those lines, which, when removed, allow make install to run to completion.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
While doing "make install" it completes but with an Error ....
/usr/bin/mkdir -p '/usr/local/share/man/man1'
/usr/bin/install -c -m 644 ./ici/doc/file2sdr.1 ./ici/doc/file2sm.1 ./ici/doc/ionadmin.1 ./ici/doc/ionlog.1 ./ici/doc/ionsecadmin.1 ./ici/doc/ionunlock.1 ./ici/doc/ionxnowner.1 ./ici/doc/owltsim.1 ./ici/doc/owlttb.1 ./ici/doc/psmshell.1 ./ici/doc/psmwatch.1 ./ici/doc/rfxclock.1 ./ici/doc/sdr2file.1 ./ici/doc/sdrmend.1 ./ici/doc/sdrwatch.1 ./ici/doc/sm2file.1 ./ici/doc/smlistsh.1 ./ici/doc/smrbtsh.1 ./ltp/doc/dccplsi.1 ./ltp/doc/dccplso.1 ./ltp/doc/ltpadmin.1 ./ltp/doc/ltpclock.1 ./ltp/doc/ltpcounter.1 ./ltp/doc/ltpdriver.1 ./ltp/doc/ltpmeter.1 ./ltp/doc/ltpsecadmin.1 ./ltp/doc/udplsi.1 ./ltp/doc/udplso.1 ./ltp/doc/udplsi6.1 ./ltp/doc/udplso6.1 ./bpv7/doc/bibeadmin.1 ./bpv7/doc/bibeclo.1 ./bpv7/doc/bpadmin.1 ./bpv7/doc/bpcancel.1 ./bpv7/doc/bpchat.1 ./bpv7/doc/bpclm.1 ./bpv7/doc/bpclock.1 ./bpv7/doc/bpcounter.1 ./bpv7/doc/bpdriver.1 ./bpv7/doc/bpecho.1 '/usr/local/share/man/man1'
/usr/bin/install -c -m 644 ./bpv7/doc/bping.1 ./bpv7/doc/bplist.1 ./bpv7/doc/bpnmtest.1 ./bpv7/doc/bprecvfile.1 ./bpv7/doc/bpsecadmin.1 ./bpv7/doc/bpsendfile.1 ./bpv7/doc/bpsink.1 ./bpv7/doc/bpsource.1 ./bpv7/doc/bpstats.1 ./bpv7/doc/bpstats2.1 ./bpv7/doc/bptrace.1 ./bpv7/doc/bptransit.1 ./bpv7/doc/brsccla.1 ./bpv7/doc/brsscla.1 ./bpv7/doc/cgrfetch.1 ./bpv7/doc/cpsd.1 ./bpv7/doc/dccpcli.1 ./bpv7/doc/dccpclo.1 ./bpv7/doc/dgrcli.1 ./bpv7/doc/dgrclo.1 ./bpv7/doc/dtn2admin.1 ./bpv7/doc/dtn2adminep.1 ./bpv7/doc/dtn2fw.1 ./bpv7/doc/hmackeys.1 ./bpv7/doc/ipnadmin.1 ./bpv7/doc/ipnadminep.1 ./bpv7/doc/ipnd.1 ./bpv7/doc/ipnfw.1 ./bpv7/doc/irfadmin.1 ./bpv7/doc/irfd.1 ./bpv7/doc/lgagent.1 ./bpv7/doc/lgsend.1 ./bpv7/doc/ltpcli.1 ./bpv7/doc/ltpclo.1 ./bpv7/doc/stcpcli.1 ./bpv7/doc/stcpclo.1 ./bpv7/doc/tcpcli.1 ./bpv7/doc/tcpclo6.1 ./bpv7/doc/tcpcli6.1 ./bpv7/doc/tcpclo.1 '/usr/local/share/man/man1'
/usr/bin/install -c -m 644 ./bpv7/doc/udpcli.1 ./bpv7/doc/udpclo.1 ./bpv7/doc/udpcli6.1 ./bpv7/doc/udpclo6.1 ./restart/doc/ionrestart.1 ./bpv7/doc/imcfw.1 ./dnac/doc/dnacc.1 ./dnac/doc/dnacp.1 ./tc/doc/dtka.1 ./tc/doc/dtkaadmin.1 ./tc/doc/dtka.1 ./tc/doc/dtkaadmin.1 ./tc/doc/tcaadmin.1 ./tc/doc/tcaboot.1 ./tc/doc/tcacompile.1 ./tc/doc/tcapublish.1 ./tc/doc/tcarecv.1 ./tc/doc/tcc.1 ./tc/doc/tccadmin.1 ./bss/doc/bssrecv.1 ./bss/doc/bssStreamingApp.1 ./dtpc/doc/dtpcadmin.1 ./dtpc/doc/dtpcclock.1 ./dtpc/doc/dtpcd.1 ./dtpc/doc/dtpcreceive.1 ./dtpc/doc/dtpcsend.1 ./bssp/doc/bsspadmin.1 ./bssp/doc/udpbso.1 ./ams/doc/amsbenchr.1 ./ams/doc/amsbenchs.1 ./ams/doc/amsd.1 ./ams/doc/amshello.1 ./ams/doc/amslog.1 ./ams/doc/amslogprt.1 ./ams/doc/amsmib.1 ./ams/doc/amspub.1 ./ams/doc/amsshell.1 ./ams/doc/amsstop.1 ./ams/doc/amssub.1 ./ams/doc/ramsgate.1 '/usr/local/share/man/man1'
/usr/bin/install: will not overwrite just-created '/usr/local/share/man/man1/dtka.1' with './tc/doc/dtka.1'
/usr/bin/install: will not overwrite just-created '/usr/local/share/man/man1/dtkaadmin.1' with './tc/doc/dtkaadmin.1'
make[2]: *** [Makefile:17677: install-man1] Error 1
make[2]: Leaving directory '/home/pete/ione-1.0.0'
make[1]: *** [Makefile:18309: install-am] Error 2
make[1]: Leaving directory '/home/pete/ione-1.0.0'
make: *** [Makefile:18001: install-recursive] Error 1
After copying ionstart by hand to /usr/local/bin we have also ionstart.awk missing on the install
This, and subsequent resulting errors are a result of a double entry in Makefile.am causing abort of the install process. This bug is in the tpmans section of Makefile.am, on line 2586 and 2587. There are extra entries for dtka.1 and dtkaadmin.1 manpages on those lines, which, when removed, allow make install to run to completion.
Ticket closed?
I'm not sure I can close tickets but yes I think we can close both that are open now.
Everything working fine here.
I will close the ticket, as the issue has been resolved.