Date: Wed, 10 Oct 2001 10:48:08 +0300 From: Ruslan Ermilov <ru@FreeBSD.ORG> To: "Thomas E. Zander" <riggs@hadiko.de> Cc: chuck sumner <chuck@2inches.com>, freebsd-stable@FreeBSD.ORG Subject: Re: make installworld fails Message-ID: <20011010104808.C88413@sunbay.com> In-Reply-To: <20011010093205.A23102@f113.hadiko.de>; from riggs@hadiko.de on Wed, Oct 10, 2001 at 09:32:05AM %2B0200 References: <20011009170232.F10893-100000@2inches.com> <20011010093205.A23102@f113.hadiko.de>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011010104808.C88413>