I am attempting to install the following package with ports, however it fails with the following.
I have never had this issue before and have already updated the ports collection with the latest fetch.
Mail keeps spamming with the following from the installed crontab.
Can anybody tell me what I am doing wrong here?
Code:
====> Compressing man pages (compress-man)
===> Installing for bsdsar-1.10_2
===> Checking if bsdsar already installed
===> Registering installation for bsdsar-1.10_2
pkg-static: Unable to access file /usr/ports/sysutils/bsdsar/work/stage/usr/local/bin/bsdsar: No such file or directory
pkg-static: Unable to access file /usr/ports/sysutils/bsdsar/work/stage/usr/local/bin/bsdsar_gather: No such file or directory
pkg-static: Unable to access file /usr/ports/sysutils/bsdsar/work/stage/usr/local/etc/bsdsar.conf.sample: No such file or directory
pkg-static: Unable to access file /usr/ports/sysutils/bsdsar/work/stage/usr/local/share/doc/bsdsar/CHANGELOG: No such file or directory
pkg-static: Unable to access file /usr/ports/sysutils/bsdsar/work/stage/usr/local/share/doc/bsdsar/README: No such file or directory
pkg-static: lstat(/usr/ports/sysutils/bsdsar/work/stage/usr/local/share/doc/bsdsar/): No such file or directory
*** Error code 74
Stop.
make: stopped in /usr/ports/sysutils/bsdsar
I have never had this issue before and have already updated the ports collection with the latest fetch.
Code:
# which bsdsar_gather
/usr/local/bin/bsdsar_gather
# which bsdsar
/usr/local/bin/bsdsar
# make deinstall clean
===> Deinstalling for bsdsar
===> bsdsar not installed, skipping
===> Cleaning for bsdsar-1.10_2
# ls /usr/local/bin/bsd
bsdcpio* bsdsar* bsdsar_gather* bsdtar*
Mail keeps spamming with the following from the installed crontab.
Code:
Message 3:
From root@redacted Fri Mar 25 04:00:03 2016
Date: Fri, 25 Mar 2016 04:00:00 -0400 (EDT)
From: root@redacted (Cron Daemon)
To: root@redacted
Subject: Cron <root@redacted> /usr/local/bin/bsdsar_gather
X-Cron-Env: <SHELL=/bin/sh>
X-Cron-Env: <PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin>
X-Cron-Env: <HOME=/root>
X-Cron-Env: <LOGNAME=root>
X-Cron-Env: <USER=root>
/usr/local/bin/bsdsar_gather: not found
Can anybody tell me what I am doing wrong here?