Your message dated Wed, 05 Jul 2017 21:49:10 -0300
with message-id <[email protected]>
and subject line Re: Bug#841716: notmuch testsuite fails on armhf
has caused the Debian Bug report #841716,
regarding test suite fails with gdb 7.12 on armhf
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.)
--
841716: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=841716
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
source: notmuch
version: 0.23-2
severity: normal
tags: patch
Hi dear maintainer, seems that the testsuite fails when TERM=unknown.
I propose you to apply this patch
override_dh_auto_test:
ifeq ($(DEB_HOST_ARCH),armhf)
TERM=vt100 dh_auto_test || true
else
TERM=vt100 dh_auto_test
endif
or
override_dh_auto_test:
TERM=vt100 dh_auto_test
endif
in case you don't care about the Ubuntu armhf issue (but you will probably
have it in Debian too when gdb will be updated)
thanks for caring!
Gianfranco
--- End Message ---
--- Begin Message ---
Gianfranco Costamagna <[email protected]> writes:
> Hi David!
>
>
>>It looks like a snapshot version of gdb in yakkety, so I'm reluctant to
>
>>invest much effort into it. In particular 7.12 is already released upstream.
>>
>>A nicer way to skip only those tests that are broken with that
>>particular version of gdb is is drop the build depends on gdb for armhf.
>>We already do this in debian for a variety of architectures.
>>
>>In the not-implausible case that gdb 7.12 also causes problems for the
>>test suite on armhf, I'll disable those tests there (unless they are
>>fixable, of course).
> https://launchpad.net/ubuntu/+source/notmuch/0.23-2ubuntu1/+build/11044876
>
> still failing with 7.12
>
> thanks!
>
> Gianfranco
The test suite seems fine on armhf on debian sid (with gdb 7.12)
https://buildd.debian.org/status/fetch.php?pkg=notmuch&arch=armhf&ver=0.24.2-2&stamp=1499023890&raw=0
I also ran it on harris.debian.org which is apparently a "ARM v7l"
Since the bug doesn't seem to exist on Debian, I'm closing it. If you
still have problems with the testsuite on armhf on Ubuntu, then either
open a different Debian bug, or let us know upstream at
[email protected] if you can't replicate the problem on Debian.
d
--- End Message ---