From owner-freebsd-current@FreeBSD.ORG Sun Jul 31 15:46:58 2005 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23F8916A41F for ; Sun, 31 Jul 2005 15:46:58 +0000 (GMT) (envelope-from phk@phk.freebsd.dk) Received: from haven.freebsd.dk (haven.freebsd.dk [130.225.244.222]) by mx1.FreeBSD.org (Postfix) with ESMTP id C62F243D46 for ; Sun, 31 Jul 2005 15:46:57 +0000 (GMT) (envelope-from phk@phk.freebsd.dk) Received: from phk.freebsd.dk (unknown [192.168.48.2]) by haven.freebsd.dk (Postfix) with ESMTP id 23E85BC66 for ; Sun, 31 Jul 2005 15:46:55 +0000 (UTC) To: current@freebsd.org From: Poul-Henning Kamp Date: Sun, 31 Jul 2005 17:46:55 +0200 Message-ID: <11054.1122824815@phk.freebsd.dk> Sender: phk@phk.freebsd.dk Cc: Subject: Interesting task: makewhatis repeatability X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Jul 2005 15:46:58 -0000 I just found out that makewhatis does not produce the same output after two different installworld runs. I'm not sure why this is, but it would be neat if we could fix it. To reproduce, try something like: make buildworld for i in 1 2 do rm -rf /foo/bar make installworld DESTDIR=/foo/bar md5 /foo/bar/usr/share/man/whatis done -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence.