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