Your message dated Sun, 4 Feb 2024 14:56:31 -0500
with message-id
<CAD+GYvyoOFKFFOOxvrkF8h3CTaxTK1P-3FkUY1CM4fdYzzGS=q...@mail.gmail.com>
and subject line Re: geary: FTBFS on mipsel, riscv64 (test timeout)
has caused the Debian Bug report #1021992,
regarding geary: FTBFS on mipsel, riscv64 (test timeout)
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 [email protected]
immediately.)
--
1021992: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1021992
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: geary
Version: 43.0-1
Severity: important
Tags: ftbfs patch
Justification: fails to build from source (but built successfully in the past)
User: [email protected]
Usertags: riscv64
X-Debbugs-Cc: [email protected], [email protected]
Dear maintainers,
geary failed to build on mipsel and riscv64 due to js-tests timeout. armhf also
timed out along with another test failure, which may be solved separately.
I've attached a patch that extends the timeout to 100s so that the test will
pass. If more help is needed, please let me know.
Cheers,
Eric
Description: Extend js-tests timeout to fix FTBFS on many platforms
Author: Eric Long <[email protected]>
Last-Update: 2022-10-18
--- a/test/meson.build
+++ b/test/meson.build
@@ -212,5 +212,6 @@
test(
'js-tests',
test_js_bin,
- depends: [ client_lib, web_process ]
+ depends: [ client_lib, web_process ],
+ timeout: 100
)
--- End Message ---
--- Begin Message ---
Version: 44.1-1
mipsel is no longer a Debian Architecture. The riscv64 build appears
to work fine now. I did increase the overall test timeout with 44.1-1.
Thank you,
Jeremy BĂcha
--- End Message ---