Dan Čermák <dan.cer...@posteo.net> writes: > RUN wget https://notmuchmail.org/releases/notmuch-${NOTMUCH_VERSION}.tar.xz > && \ > xz -dc notmuch-${NOTMUCH_VERSION}.tar.xz | tar -xof - && \ > cd notmuch-${NOTMUCH_VERSION} && \ > ./configure \ > --prefix=/usr \ > --sysconfdir=/etc \ > --datadir=/usr/share \ > --includedir=/usr/include \ > --libdir=/usr/lib64 \ > --libexecdir=/usr/libexec \ > --localstatedir=/var \ > --mandir=/usr/share/man \ > --infodir=/usr/share/info \ > --disable-dependency-tracking \ > --without-zsh-completion && \ > make download-corpus
No idea (yet) about the real problem here, but note that you most likely don't want to run "make download-corpus". That downloads the 400M performance test corpus, which is only used by the performance tests. I'm guessing your build does not run the performance tests. 1) can you duplicate the problem without running the tests in parallel? 2) What are the versions of the dependencies you are building with? d _______________________________________________ notmuch mailing list -- notmuch@notmuchmail.org To unsubscribe send an email to notmuch-le...@notmuchmail.org