make upgrade errors out

Lanir lanir at cisns.net
Fri Oct 15 14:31:54 PDT 2021


Hi,

I'm getting an error when running "make upgrade" recently. Everything 
else is running fine so it's not urgent.


--- error text ---
DHCPCD_DB="/var/db/dhcpcd";  DHCPCD_CHROOT="/var/chroot/dhcp";  
DHCPCD_CHROOT_DB="$DHCPCD_CHROOT/var/db/dhcpcd";  if [ -f 
"$DHCPCD_CHROOT_DB/duid" ] &&  [ ! -f "$DHCPCD_DB/duid" ]; then  mv 
"$DHCPCD_CHROOT_DB"/* "$DHCPCD_DB";  chown -R root:wheel "$DHCPCD_DB";  
rm -rf "$DHCPCD_CHROOT";  fi
sh /usr/src/etc/../tools/pw-update.sh  -d /etc  -g /usr/src/etc/group  
-p /usr/src/etc/master.passwd  -U _dhcp
===> Updating user _dhcp ...
   * _dhcp: 77, 77, DHCP programs, /var/empty, /sbin/nologin
make[2]: don't know how to make check-deprecated-files. Stop

make[2]: stopped in /usr/obj/usr/src/etc
*** Error code 2

Stop.
make[1]: stopped in /usr/src/etc
*** Error code 1

Stop.
make: stopped in /usr/src
--- end error text ---

I haven't manually changed anything in /usr/src. Is this a general 
thing or something specific to my system? If the latter, can someone 
point me toward where to look for problems?


Thanks!

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.dragonflybsd.org/pipermail/users/attachments/20211015/f463cc6e/attachment-0002.htm>


More information about the Users mailing list