From owner-freebsd-bugs Wed Jul 10 9:10:12 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 383C837B400 for ; Wed, 10 Jul 2002 09:10:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84EC043E31 for ; Wed, 10 Jul 2002 09:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6AGA3JU093906 for ; Wed, 10 Jul 2002 09:10:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6AGA32w093903; Wed, 10 Jul 2002 09:10:03 -0700 (PDT) Date: Wed, 10 Jul 2002 09:10:03 -0700 (PDT) Message-Id: <200207101610.g6AGA32w093903@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Bruce Evans Subject: Re: misc/40414: make installworld problem ('install` syntax error?) Reply-To: Bruce Evans Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR misc/40414; it has been noted by GNATS. From: Bruce Evans To: ryan schwarzenberger Cc: freebsd-gnats-submit@FreeBSD.ORG, Subject: Re: misc/40414: make installworld problem ('install` syntax error?) Date: Thu, 11 Jul 2002 02:07:02 +1000 (EST) On Wed, 10 Jul 2002, ryan schwarzenberger wrote: > >Description: > Problem occurs during `make installworld`, after succesfully completing previous steps -- `m > ake buildworld`, `make buildkernel`, `make installkernel` -- as specified in the handbook pa > ge http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html and /usr/src/UPD > ATING. The system sources were cvsupped immediately prior to the install/setup process, at a > pproximately Tue Jul 9 08:34:31 CDT 2002 (time documented by usage of `script` command). `m > ake installworld` error output is as follows: Please keep line lengths shorter than a few hundred characters. > > --- INSTALLWORLD ERROR OUTPUT --- > ===> share/sendmail > install -C -o root -g wheel -m 755 -d /usr/share/sendmail/cf > 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 is caused by setting INSTALL to "install -C" somewhere (e.g., in /etc/make.conf or in the enviroment) combined with MFC of interface breakage in -current (-C is now gratuitously incompatible with -d). This bug affects little more than share/sendmail since almost everything else uses depends on mtree preinstalling directories. The share/sendmail subdirectories aren't in the mtree database. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message