From owner-freebsd-stable Wed Oct 10 0:50:22 2001 Delivered-To: freebsd-stable@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id 283C137B40A for ; Wed, 10 Oct 2001 00:49:59 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id f9A7m8l92914; Wed, 10 Oct 2001 10:48:08 +0300 (EEST) (envelope-from ru) Date: Wed, 10 Oct 2001 10:48:08 +0300 From: Ruslan Ermilov To: "Thomas E. Zander" Cc: chuck sumner , freebsd-stable@FreeBSD.ORG Subject: Re: make installworld fails Message-ID: <20011010104808.C88413@sunbay.com> References: <20011009170232.F10893-100000@2inches.com> <20011010093205.A23102@f113.hadiko.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011010093205.A23102@f113.hadiko.de>; from riggs@hadiko.de on Wed, Oct 10, 2001 at 09:32:05AM +0200 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Oct 10, 2001 at 09:32:05AM +0200, Thomas E. Zander wrote: > Am Di , dem 09. Okt 2001, um 17:03 -0700 Uhr schrubte chuck sumner > zum Thema [make installworld fails]: > > > > cvsuped last night to 4.4 stable. make build world goes fine, but make > > installworld fails with this: > > > > ===> libexec/rtld-elf > > install -c -s -o root -g wheel -m 555 -fschg -C -b ld-elf.so.1 > > /usr/libexec > > install: illegal option -- b > > usage: install [-CcDpsv] [-f flags] [-g group] [-m mode] [-o owner] file1 > > file2 > > install [-CcDpsv] [-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/libexec/rtld-elf. > > *** Error code 1 > > > > Stop in /usr/src/libexec. > > *** Error code 1 > > > > Stop in /usr/src. > > *** Error code 1 > > > > Stop in /usr/src. > > > > any help? > > > > thanks, please cc me any response. > > chuck > > Seems you're using and old version of 'install'. > You can do something like: > cd /usr/src/usr.bin/xinstall > make install > cd /usr/src > make installworld > This would be bogus. We now bootstrap xinstall automatically, and use the bootstrapped version (from ${WORLDTMP}/usr/bin) during `installworld'. Something is screwed on his side. Cheers, -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message