Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Oct 2001 09:32:05 +0200
From:      "Thomas E. Zander" <riggs@hadiko.de>
To:        chuck sumner <chuck@2inches.com>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: make installworld fails
Message-ID:  <20011010093205.A23102@f113.hadiko.de>
In-Reply-To: <20011009170232.F10893-100000@2inches.com>; from chuck@2inches.com on Tue, Oct 09, 2001 at 05:03:47PM -0700
References:  <20011009170232.F10893-100000@2inches.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Am Di , dem 09. Okt 2001, um 17:03 -0700 Uhr schrubte chuck sumner
zum Thema [make installworld fails]:
>=20
> cvsuped last night to 4.4 stable. make build world goes fine, but make
> installworld fails with this:
>=20
> =3D=3D=3D> 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
>=20
> Stop in /usr/src/libexec/rtld-elf.
> *** Error code 1
>=20
> Stop in /usr/src/libexec.
> *** Error code 1
>=20
> Stop in /usr/src.
> *** Error code 1
>=20
> Stop in /usr/src.
>=20
> any help?
>=20
> 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

Regards,
Riggs

--=20
- Die Welt schl=E4ft tief schon lange Zeit | Sent with RiggiSmooth [tm] -
-- Mich nur flieht die Dunkelheit        | ------------------------- --
--- Denn per Infrarot seh ich            | just to fit your         ---
---- Die Nacht ist wirklich widerlich.   | primitive screen.       ----

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?20011010093205.A23102>