Date: Sat, 20 Sep 2003 10:27:22 +0300 From: Ruslan Ermilov <ru@FreeBSD.org> To: David Rhodus <drhodus@catpa.com> Cc: Marcel Moolenaar <marcel@xcllnt.net> Subject: Re: cvs commit: src/usr.bin/make var.c Message-ID: <20030920072722.GD66711@sunbay.com> In-Reply-To: <21905174-EB0C-11D7-8DF8-000A959B213E@catpa.com> References: <200309180315.h8I3FvA4066925@repoman.freebsd.org> <21905174-EB0C-11D7-8DF8-000A959B213E@catpa.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030920072722.GD66711>