Re: Test failures with notmuch 0.32 and 0.32.1 on openSUSE

Subject: Re: Test failures with notmuch 0.32 and 0.32.1 on openSUSE

Date: Wed, 19 May 2021 08:00:06 -0300

To: Dan Čermák, notmuch@notmuchmail.org

Cc:

From: David Bremner


Dan Čermák <dan.cermak@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-leave@notmuchmail.org

Thread: