Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Aug 2005 13:26:57 +0200
From:      Stefan Bethke <stb@lassitu.de>
To:        Poul-Henning Kamp <phk@haven.freebsd.dk>
Cc:        current@freebsd.org
Subject:   Re: Interesting task: makewhatis repeatability
Message-ID:  <9140595F-38F1-4589-A0FB-4C0BC4AF022C@lassitu.de>
In-Reply-To: <11054.1122824815@phk.freebsd.dk>
References:  <11054.1122824815@phk.freebsd.dk>

next in thread | previous in thread | raw e-mail | index | archive | help

Am 31.07.2005 um 17:46 schrieb Poul-Henning Kamp:


>
> 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
>

# for i in 1 2; do rm -rf /data/00/build/x; mkdir /data/00/build/x;  
make installworld DESTDIR=/data/00/build/x; md5 /data/00/build/x/usr/ 
share/man/whatis >>/tmp/md5; done
...
# cat /tmp/md5
MD5 (/data/00/build/x/usr/share/man/whatis) =  
393e1046893b6504b0d51e57a377c529
MD5 (/data/00/build/x/usr/share/man/whatis) =  
393e1046893b6504b0d51e57a377c529

FreeBSD majestix.tallence.de 5.4-STABLE FreeBSD 5.4-STABLE #0: Mon  
Jul 25 00:04:14 CEST 2005


-- 
Stefan Bethke <stb@lassitu.de>   Fon +49 170 346 0140





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9140595F-38F1-4589-A0FB-4C0BC4AF022C>