Your message dated Tue, 04 Jun 2024 09:49:59 +0000
with message-id <e1seqnn-002ryy...@fasolo.debian.org>
and subject line Bug#1071192: fixed in maildir-utils 1.12.5-1
has caused the Debian Bug report #1071192,
regarding maildir-utils: FTBFS on riscv64: testsuite failure
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1071192: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1071192
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: maildir-utils
Version: 1.12.4-1
Severity: important
Tags: ftbfs patch upstream
X-Debbugs-Cc: debian-ri...@lists.debian.org
User: debian-ri...@lists.debian.org
Usertags: riscv64

Dear maintainer,

maildir-utils fails to build from source on riscv64 due to a testsuite
failure:

| Summary of Failures:
| 
| 38/46 test-store            FAIL            4.41s   killed by signal 6 SIGABRT
| 
| Ok:                 45
| Expected Fail:      0
| Fail:               1
| Unexpected Pass:    0
| Skipped:            0
| Timeout:            0
|       rm -fr -- /tmp/dh-xdg-rundir-yjVOiMWA
| dh_auto_test: error: cd obj-riscv64-linux-gnu && 
DEB_PYTHON_INSTALL_LAYOUT=deb LC_ALL=C.UTF-8 MESON_TESTTHREADS=4 meson test 
returned exit code 1
| make: *** [debian/rules:26: binary-arch] Error 25
| dpkg-buildpackage: error: debian/rules binary-arch subprocess returned exit 
status 2

The full build log is available there:
https://buildd.debian.org/status/fetch.php?pkg=maildir-utils&arch=riscv64&ver=1.12.4-1&stamp=1714778367&raw=0

After investigation, it appears the test fails due to a too small
timeout in the check for the buildd hardware. Doubling the timeout with
the following patch fixes the issue:

--- maildir-utils-1.12.4.orig/lib/tests/test-mu-store.cc
+++ maildir-utils-1.12.4/lib/tests/test-mu-store.cc
@@ -494,7 +494,7 @@ test_store_circular_symlink(void)
        size_t n{};
        while (store.indexer().is_running()) {
                std::this_thread::sleep_for(100ms);
-               g_assert_cmpuint(n++,<=,25);
+               g_assert_cmpuint(n++,<=,50);
        }
        // there will be a lot of dups....
        g_assert_false(store.empty());

Note that it might also fix the FTBFS on alpha, hppa and sparc64 as the
symptoms look similar.

Regards
Aurelien

--- End Message ---
--- Begin Message ---
Source: maildir-utils
Source-Version: 1.12.5-1
Done: Jeremy Sowden <aza...@debian.org>

We believe that the bug you reported is fixed in the latest version of
maildir-utils, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1071...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jeremy Sowden <aza...@debian.org> (supplier of updated maildir-utils package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 03 Jun 2024 22:05:55 +0100
Source: maildir-utils
Architecture: source
Version: 1.12.5-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Changed-By: Jeremy Sowden <aza...@debian.org>
Closes: 1071192
Changes:
 maildir-utils (1.12.5-1) unstable; urgency=medium
 .
   * New upstream version 1.12.5
     - Rework message composition; split off parts into mu4e-draft.el. This
       tries harder to maintain the current buffer as expected
     - This fixes e.g. emacs-report-bug handling
     - New hook mu4e-compose-post-hook for tweaking what mu4e does when
       we're done with a message (after sending, cancelling, ...).
       By default, it tries to close the frame if needed, and restore
       the window configuration. See its docstring.
     - Better handle forwarding of encoded messages
     - Don't remove non-mu4e completion in composer
     - Integrate iCalendar support with message-composition
     - Handle mu4e-sent-messages-behavior correctly when it's a function
     - Better support NetBSD
     - Support some file systems that don't put the file type in d_type
     - Improve documentation
   * d/patches
     - remove upstreamed patch
     - add patch to fix RISC-V test failure (Closes: #1071192)
Checksums-Sha1:
 521cfa6a79b16dae6cfa4233b6d6b60909f4d5f0 2181 maildir-utils_1.12.5-1.dsc
 ae46ce9ee8013776e8147054d6f37d50fdf5d1f9 959726 
maildir-utils_1.12.5.orig.tar.gz
 10006d1aa200df3952529c47d885028d3e47196d 13140 
maildir-utils_1.12.5-1.debian.tar.xz
 94ea176c9accf8bba19c0e5ab9690bc0042c580c 11444 
maildir-utils_1.12.5-1_amd64.buildinfo
Checksums-Sha256:
 41abc5e142a29ae8e925230a61dbe1ffed852d1710141b0cb768bd54fe5d71a2 2181 
maildir-utils_1.12.5-1.dsc
 7f36a903f2df9b74cc53c11ad6113eeef6e6caf464ec599d5e29faff308d0bd6 959726 
maildir-utils_1.12.5.orig.tar.gz
 526fed4b1a8ad5cf3d773529ab07de2c2b7670ec5ed96c2b0a2f01cede08e41c 13140 
maildir-utils_1.12.5-1.debian.tar.xz
 7f6fe116122ce09077bdd4017a5f87ad03696f7bf1bfdda39e6fabe551ab9628 11444 
maildir-utils_1.12.5-1_amd64.buildinfo
Files:
 e452e598153ba10340ae250860902a7f 2181 mail optional maildir-utils_1.12.5-1.dsc
 ca42b9be789dc776cda79fe6684589de 959726 mail optional 
maildir-utils_1.12.5.orig.tar.gz
 205e2e3bb94ad39a8e1b7d9b4b7ecd94 13140 mail optional 
maildir-utils_1.12.5-1.debian.tar.xz
 1b116847c722b48f9b118770b1467c1e 11444 mail optional 
maildir-utils_1.12.5-1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJGBAEBCgAwFiEEbB20U2PvQDe9VtUXKYasCr3xBA0FAmZe4KcSHGF6YXplbEBk
ZWJpYW4ub3JnAAoJECmGrAq98QQN5CUQAIZgMl1U3GI941YTaZLjdH92OG0FRXgX
m2e17VG9nj/RJ7931VigzSidfnkvkIqD1Jxa6D5dpRMATykZ0zsR57p6QpCsTc32
shBb2fYWAnIXqL6vXzJm4n5LzNsKDJJTdYcyOklnGcz6J3yM4TxP1XDJHUKwqttY
6VOzdXoSVwwUrvYv2O8N3NJl37x7B5djLB4o/vCwVepIGl6EbOBakMHnRUrSS2S4
/NOntkcRJG278+KYNarmtzoU4cWNqBKeIER6ddy4BafLiwdXZtNu4QlRe7wzDhQc
CRqxZA5jqNZ1b6Y5LbtaeW7skU007R4hh9x+CgOLbED23vaO2zUEaZiwwhTh5sXM
GDyNFn4JfeUtCb2+eu7efolhF95CvGnU2BNiBE1+5k/HcP70KnT+XxuBIS7VXycz
pKGqubrx0tx2CeRLY6ZsPVY7NgNLJpq869n2F/j127go7NT2287QmcTMnjEhkNHU
sMYZDaKH/M8WiacmQqZzcIC4I3Bl60iCrmpBaCYh4i3sh383j7JTptVe8i4/IWF3
c+msr4VEckI/Th2B2oiDGE7TBZ85B6jPWkfzA/o49KySH5U1lPma6XEx7fj9KKKJ
19xKwPqgXv+J5FTJRZzJXz1KKP1s8neMsR2CA0OWBEp7eDxIAJYFu/YGTB7XEgr8
xflje2j9umVQ
=8ylb
-----END PGP SIGNATURE-----

Attachment: pgpRAfE9PWhVg.pgp
Description: PGP signature


--- End Message ---

Reply via email to