cvs commit: src/usr.bin/make var.c

David Rhodus drhodus at catpa.com
Fri Sep 19 18:45:41 PDT 2003


On Wednesday, September 17, 2003, at 11:15 PM, Marcel Moolenaar wrote:

> marcel      2003/09/17 20:15:57 PDT
>
>   FreeBSD src repository
>
>   Modified files:
>     usr.bin/make         var.c
>   Log:
>   Implement the O modifier. The O modifier sorts the words in a
>   variable. The implementation is based upon the patch sent to
>   arch@, but modified to be compatible with NetBSD. The modifier
>   that does a reverse sort has been dropped for now, but the
>   ability to add one later has been preserved.

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


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.


-DR



More information about the cvs-src mailing list