[Pkg-lustre-maintainers] Bug#515860: Little problem with removal of db4.4

Clint Adams schizo at debian.org
Thu Mar 26 20:30:06 UTC 2009


On Fri, Mar 13, 2009 at 01:24:14PM +0100, Patrick Winnertz wrote:
> After a speak with upstream it got clear that newer version won't compile (and 
> if they would compile) there is no guarantee that you didn't break your lustre 

It appears that a small tweak to debian/patches/e2fsprogs-lfsck.patch
lets it build fine.

What is confusing me is the comment that says

        /* Open the environment with full transactional support. */

But then the environment is not opened with transactional support.

        if ((rc = dbenv->open(dbenv, "/tmp", DB_CREATE | DB_PRIVATE |
                              DB_INIT_MPOOL|DB_INIT_LOCK|DB_THREAD, 0)) != 0) {






More information about the Pkg-lustre-maintainers mailing list