From owner-cvs-all@FreeBSD.ORG Fri Sep 19 18:45:41 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 978F916A4B3; Fri, 19 Sep 2003 18:45:41 -0700 (PDT) Received: from imf23aec.mail.bellsouth.net (imf23aec.mail.bellsouth.net [205.152.59.71]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BB9E43FBD; Fri, 19 Sep 2003 18:45:40 -0700 (PDT) (envelope-from drhodus@catpa.com) Received: from catpa.com ([67.32.176.213]) by imf23aec.mail.bellsouth.net (InterMail vM.5.01.05.27 201-253-122-126-127-20021220) with ESMTP id <20030920014539.DGBK20055.imf23aec.mail.bellsouth.net@catpa.com>; Fri, 19 Sep 2003 21:45:39 -0400 Date: Fri, 19 Sep 2003 21:45:36 -0400 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v552) To: Marcel Moolenaar , Ruslan Ermilov From: David Rhodus In-Reply-To: <200309180315.h8I3FvA4066925@repoman.freebsd.org> Message-Id: <21905174-EB0C-11D7-8DF8-000A959B213E@catpa.com> Content-Transfer-Encoding: 7bit X-Mailer: Apple Mail (2.552) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org 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 01:45:41 -0000 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