Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Jul 2005 11:58:59 +0200
From:      Jeremie Le Hen <jeremie@le-hen.org>
To:        Peter Losher <Peter_Losher@isc.org>
Cc:        freebsd-current@freebsd.org
Subject:   Re: install erroring out durning mergemaster...
Message-ID:  <20050705095859.GO73907@obiwan.tataz.chchile.org>
In-Reply-To: <200507031439.48288.Peter_Losher@isc.org>
References:  <200507031439.48288.Peter_Losher@isc.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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 >



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050705095859.GO73907>