Interesting task: makewhatis repeatability

From: Poul-Henning Kamp (phk_at_phk.freebsd.dk)
Date: 07/31/05

  • Next message: Joseph Koshy: "Re: mmap bug?"
    To: current@freebsd.org
    Date: Sun, 31 Jul 2005 17:46:55 +0200
    
    

    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.
    _______________________________________________
    freebsd-current@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-current
    To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
    

  • Next message: Joseph Koshy: "Re: mmap bug?"

    Relevant Pages