I am updating my laptop from 5.4 to -current (to take advantage of the WPA wireless support) and when I run mergemaster to update the /etc files, install errors out complaining of "wrong number or types of arguments". Is there something I missed in the upgrade? (the install binary has a timestamp of July 2nd, which is when I rebuilt world) I even rebuilt mergemaster to be safe. Details are below; any ideas? -=- cd /usr/src/etc/root; install -o root -g wheel -m 644 dot.cshrc /var/tmp/temproot/root/.cshrc; install -o root -g wheel -m 644 dot.login /var/tmp/temproot/root/.login; install -o root -g wheel -m 644 dot.profile /var/tmp/temproot/root/.profile; rm -f /var/tmp/temproot/.cshrc /var/tmp/temproot/.profile; ln /var/tmp/temproot/root/.cshrc /var/tmp/temproot/.cshrc; ln /var/tmp/temproot/root/.profile /var/tmp/temproot/.profile cd /usr/src/etc/mtree; install -o root -g wheel -m 444 BSD.include.dist BSD.local.dist BSD.root.dist BSD.usr.dist BSD.var.dist BSD.x11.dist BSD.x11-4.dist BIND.chroot.dist /var/tmp/temproot/etc/mtree cd /usr/src/etc/namedb; install -o root -g wheel -m 644 PROTO.localhost.rev PROTO.localhost-v6.rev named.conf named.root make-localhost /var/tmp/temproot/var/named/etc/namedb install: wrong number or types of arguments usage: install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode] [-o owner] file1 file2 install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode] [-o owner] file1 ... fileN directory install -d [-v] [-g group] [-m mode] [-o owner] directory ... *** Error code 64 Stop in /usr/src/etc. *** FATAL ERROR: Cannot 'cd' to /usr/src/etc and install files to the temproot environment -=- Best Wishes - Peter -- [ http://www.plosh.net/ ] - "Earth Halted: Please reboot to continue"
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:38 UTC