Source: notmuch Version: 0.20-1 Tags: patch It failed to build on arm64: the last ten tests in T070-insert failed.
What's happening here is that GDB is segfaulting in response to the "file" command. GDB on arm64 can be a bit buggy. However, the "file" command is redundant here as GDB has already got the file from the --args on the command line. Therefore, I suggest that in your next upload you delete that command: perl -i -ne 'print unless /^file notmuch$/;' test/T070-insert.sh (I think that line counts as a patch, doesn't it?) (Has this bug in GDB been reported? It might be the same as #755999.) -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org