cvs commit: src/usr.bin/make var.c
Ruslan Ermilov
ru at FreeBSD.org
Sat Sep 20 00:28:14 PDT 2003
On Fri, Sep 19, 2003 at 09:45:36PM -0400, David Rhodus wrote:
>
> I'm not so sure but I think something has gotten broken in make some
> 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
>
> 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
> >===> 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
>
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
>
> Is anyone else seeing anything like this ? I've seen this on three
> machines
> two of them were fresh installs of 5.1-Release with a cvsup today.
>
$ 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,
--
Ruslan Ermilov Sysadmin and DBA,
ru at sunbay.com Sunbay Software Ltd,
ru at FreeBSD.org FreeBSD committer
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/cvs-src/attachments/20030920/493311df/attachment-0001.bin
More information about the cvs-src
mailing list