tags 800063 + confirmed thanks On Sat, 26 Sep 2015 12:18:34 +0300 Niko Tyni <nt...@debian.org> wrote:
> libsearch-xapian-perl_1.2.21.0-1 started to FTBFS under > disorderfs when the latter was upgraded from 0.2.0-1 to > 0.4.0-1. > > > https://reproducible.debian.net/rb-pkg/unstable/amd64/libsearch-xapian-perl.html > > I'm not very clear on the reason; there's a couple of > Exception: Unable to get write lock on testdb-writabledatabase: > already locked > > messages in the log but they come later than the first test failures. > Perhaps unlocking is broken somehow? Indeed, something is broken with the lock propagation I added in 0.4.0. Interestingly, libsearch-xapian-perl also FTBFS under the example filesystem shipped with FUSE, which indicates this may be a bug in FUSE (probably in libulockmgr). I think the simplest solution is to back out the lock propagation for now, since we don't actually need it. I'll do this soon. -- Andrew