FreeBSD install fails with Error code 1
Posted: Tue Dec 10, 2013 10:47 pm
Hey all, I'm trying to install Nagios from port on a 9.1 server and it's not working. Here's what I'm seeing (notice the Error code 1 errors at the end of the failed install):
I thought maybe the install was just saying the last three packages were already installed but when I tried to navigate to the Nagios folder it wasn't there. Googling this error doesn't give me anything useful.
Thanks,
Joe B
Code: Select all
root@FreeNag:/usr/ports/net-mgmt/nagios # make install clean
===> nagios-3.5.1 depends on file: /usr/local/bin/autoconf-2.69 - not found
===> Verifying install for /usr/local/bin/autoconf-2.69 in /usr/ports/devel/autoconf
===> Installing for autoconf-2.69
===> autoconf-2.69 depends on executable: gm4 - found
===> autoconf-2.69 depends on executable: autoconf-wrapper - found
===> autoconf-2.69 depends on file: /usr/local/bin/perl5.12.4 - found
===> Checking if devel/autoconf already installed
pkg_add: package 'autoconf-2.69' or its older version already installed
*** [install-package] Error code 1
Stop in /usr/ports/devel/autoconf.
*** [build-depends] Error code 1
Stop in /usr/ports/net-mgmt/nagios.
*** [install] Error code 1
Stop in /usr/ports/net-mgmt/nagios.
root@FreeNag:/usr/ports/net-mgmt/nagios #
Thanks,
Joe B