From owner-freebsd-current@FreeBSD.ORG Tue Jul 5 09:58:54 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 C0E1816A41C for ; Tue, 5 Jul 2005 09:58:54 +0000 (GMT) (envelope-from tataz@tataz.chchile.org) Received: from postfix4-1.free.fr (postfix4-1.free.fr [213.228.0.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71EFE43D45 for ; Tue, 5 Jul 2005 09:58:54 +0000 (GMT) (envelope-from tataz@tataz.chchile.org) Received: from tatooine.tataz.chchile.org (vol75-8-82-233-239-98.fbx.proxad.net [82.233.239.98]) by postfix4-1.free.fr (Postfix) with ESMTP id 112283180A8; Tue, 5 Jul 2005 11:58:52 +0200 (CEST) Received: by tatooine.tataz.chchile.org (Postfix, from userid 1000) id 3942E405B; Tue, 5 Jul 2005 11:58:59 +0200 (CEST) Date: Tue, 5 Jul 2005 11:58:59 +0200 From: Jeremie Le Hen To: Peter Losher Message-ID: <20050705095859.GO73907@obiwan.tataz.chchile.org> References: <200507031439.48288.Peter_Losher@isc.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200507031439.48288.Peter_Losher@isc.org> User-Agent: Mutt/1.5.9i Cc: freebsd-current@freebsd.org Subject: Re: 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: Tue, 05 Jul 2005 09:58:54 -0000 Hi Peter, > 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 This breaks because you have NO_BIND or NO_BIND_ETC in make.conf(5). Regards, -- Jeremie Le Hen < jeremie at le-hen dot org >< ttz at chchile dot org >