Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Apr 2002 20:45:20 +0200
From:      Miguel Mendez <flynn@energyhq.homeip.net>
To:        sjh@ucf.ics.uci.edu
Cc:        freebsd-current@freebsd.org
Subject:   Re: sh dies w/ sig 12
Message-ID:  <20020411204520.A64799@energyhq.homeip.net>
In-Reply-To: <200204111836.g3BIan104358@whiskey.ucf.ics.uci.edu>; from sjh@whiskey.ucf.ics.uci.edu on Thu, Apr 11, 2002 at 11:36:49AM -0700
References:  <200204111836.g3BIan104358@whiskey.ucf.ics.uci.edu>

next in thread | previous in thread | raw e-mail | index | archive | help

--mP3DRpeJDSE+ciuQ
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Thu, Apr 11, 2002 at 11:36:49AM -0700, Seth Hettich wrote:
> Trying to update to -current, in SU mode, doing the make installworld:
>=20
> [ ! -e /usr/bin/passwd ] || echo foo
>=20
> will make sh die
>=20
> This is even with the "new" sh from my buildworld (I am running the new
> kernel).
>=20
> Ideas?

Are you upgrading from -stable to -current? I had that same problem. My
(crap) workaround, was to create a Makefile for the points were sh
failed (iirc was chpass and some other command) that looked like this:

all: install

install:
	echo foo

That enabled me to successfully installworld, I took note of the faulty
places and installed them afterwards. I know it's not the 'kosher'
solution, but it worked for me.

Cheers,
--=20
        Miguel Mendez - flynn@energyhq.homeip.net
        GPG Public Key :: http://energyhq.homeip.net/files/pubkey.txt
        EnergyHQ :: http://www.energyhq.tk
        FreeBSD - The power to serve!

--mP3DRpeJDSE+ciuQ
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (FreeBSD)
Comment: For info see http://www.gnupg.org

iD8DBQE8tdm/nLctrNyFFPERAg6PAJwPgwX+zvKtGgGFi++icCASwMHQqwCgy/P7
vyxn+Ip+K/FF9bum7bZmaXs=
=9UH7
-----END PGP SIGNATURE-----

--mP3DRpeJDSE+ciuQ--

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




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