From owner-freebsd-current@FreeBSD.ORG Sun Jul 3 21:39:49 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 352FB16A41C for ; Sun, 3 Jul 2005 21:39:49 +0000 (GMT) (envelope-from Peter_Losher@isc.org) Received: from farside.isc.org (farside.isc.org [204.152.187.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D96943D4C for ; Sun, 3 Jul 2005 21:39:48 +0000 (GMT) (envelope-from Peter_Losher@isc.org) Received: from dhcp-6.sql1.plosh.net (c-24-4-233-31.hsd1.ca.comcast.net [24.4.233.31]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by farside.isc.org (Postfix) with ESMTP id BC5DC67503; Sun, 3 Jul 2005 21:39:48 +0000 (UTC) (envelope-from Peter_Losher@isc.org) X-Original-To: plosher@plosh.net Delivered-To: plosher@luftpost.plosh.net Received: from farside.isc.org (farside.isc.org [204.152.187.5]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by luftpost.plosh.net (Postfix) with ESMTP id AAA2632606 for ; Sun, 3 Jul 2005 11:08:12 -0700 (PDT) (envelope-from plosher@plosh.net) Received: from dhcp-6.sql1.plosh.net (c-24-4-233-31.hsd1.ca.comcast.net [24.4.233.31]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by farside.isc.org (Postfix) with ESMTP id 4138367503; Sun, 3 Jul 2005 18:08:16 +0000 (UTC) (envelope-from plosher@plosh.net) From: Peter Losher Organization: ISC To: freebsd-current@freebsd.org Date: Sun, 3 Jul 2005 14:39:30 -0700 User-Agent: KMail/1.8 MIME-Version: 1.0 Message-Id: <200507031439.48288.Peter_Losher@isc.org> X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on luftpost.plosh.net X-Spam-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00, HELO_DYNAMIC_DHCP autolearn=ham version=3.0.2 X-UID: 9235 X-Length: 3748 Content-Type: multipart/signed; boundary="nextPart4414369.ZVxjAGN1Wg"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Subject: install erroring out durning mergemaster... X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jul 2005 21:39:49 -0000 --nextPart4414369.ZVxjAGN1Wg Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline 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? =2D=3D- 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 =2Df /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 =2D=3D- Best Wishes - Peter =2D-=20 Peter_Losher@isc.org | ISC | OpenPGP 0xE8048D08 | "The bits must flow" --nextPart4414369.ZVxjAGN1Wg Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQBCyFskPtVx9OgEjQgRAueBAKDAqnEWX8vHfynNJvnuYpn3GbPzTACgygeh JKZUqS9D3cWGjfA0YvxGC1o= =juLK -----END PGP SIGNATURE----- --nextPart4414369.ZVxjAGN1Wg--