From owner-cvs-all@FreeBSD.ORG Sat Sep 20 00:28:14 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A4B416A4B3; Sat, 20 Sep 2003 00:28:14 -0700 (PDT) Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id C77BE43FE5; Sat, 20 Sep 2003 00:28:10 -0700 (PDT) (envelope-from ru@sunbay.com) Received: from whale.sunbay.crimea.ua (ru@localhost [127.0.0.1]) h8K7RUrX068713 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 20 Sep 2003 10:27:31 +0300 (EEST) (envelope-from ru@sunbay.com) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.12.9/8.12.8/Submit) id h8K7RMQM068704; Sat, 20 Sep 2003 10:27:22 +0300 (EEST) (envelope-from ru) Date: Sat, 20 Sep 2003 10:27:22 +0300 From: Ruslan Ermilov To: David Rhodus Message-ID: <20030920072722.GD66711@sunbay.com> References: <200309180315.h8I3FvA4066925@repoman.freebsd.org> <21905174-EB0C-11D7-8DF8-000A959B213E@catpa.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="lc9FT7cWel8HagAv" Content-Disposition: inline In-Reply-To: <21905174-EB0C-11D7-8DF8-000A959B213E@catpa.com> User-Agent: Mutt/1.5.4i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Marcel Moolenaar Subject: Re: cvs commit: src/usr.bin/make var.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Sep 2003 07:28:14 -0000 --lc9FT7cWel8HagAv Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Sep 19, 2003 at 09:45:36PM -0400, David Rhodus wrote: >=20 > I'm not so sure but I think something has gotten broken in make some=20 > were. > Maybe it was from ru@ > Revision Changes Path > 1.31 +20 -9 src/usr.bin/make/dir.c > 1.11 +1 -0 src/usr.bin/make/dir.h > 1.84 +59 -57 src/usr.bin/make/main.c >=20 > but I've been seeing make die during installkernel's and installworld > Ex. > > > >install -o root -g wheel -m 444 sync.8.gz /usr/share/man/man8 > >=3D=3D=3D> bin/test > >install -s -o root -g wheel -m 555 test /bin > >install -o root -g wheel -m 444 test.1.gz /usr/share/man/man1 > >*** Signal 12 > > > >Stop in /usr/src/bin/test. > >*** Error code 1 >=20 This is the place right after the new /bin/sh is installed, and the next make command will use it, as make(1) has "/bin/sh" hardcoded. > and this on all the machines that make dies on. > >vpn# iostat 1 > >/usr/libexec/ld-elf.so.1: Shared object "libkvm.so.2" not found >=20 > Is anyone else seeing anything like this ? I've seen this on three=20 > machines > two of them were fresh installs of 5.1-Release with a cvsup today. >=20 $ grep -w 12 /usr/include/sys/signal.h #define SIGSYS 12 /* non-existent system call invoked */ This means that you've attempted installworld before installkernel and a reboot with the new kernel. The correct upgrade procedure is given in src/UPDATING. Certainly, these commits have nothing to do with it. Otherwise, please follow what Marcel already told you. Cheers, --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software Ltd, ru@FreeBSD.org FreeBSD committer --lc9FT7cWel8HagAv Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE/bAFaUkv4P6juNwoRAsEGAJ9EBC83PigF0Ln+WGIhcknfLjNjjgCeP/2Z /SAmb5HsIkmNDLXMc3jgxQY= =qZJY -----END PGP SIGNATURE----- --lc9FT7cWel8HagAv--