Your message dated Thu, 20 Oct 2022 14:27:39 +0300
with message-id <[email protected]>
and subject line Re: Bug#962018: Riscv64 self-test issues
has caused the Debian Bug report #962018,
regarding Riscv64 self-test issues
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.)
--
962018: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=962018
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: virglrenderer
Version: 0.8.2-2
Hi,
we were seeing 4/6 self-tests of virglrenderer fail on Riscv64.
This isn't the most common and thereby the most supported platform in
general. And especially neither for GL in general and even less for
virt-GL - so I'm not sure if anyone really cares a lot for risc.
So quite often when running into issues like that one has to decide to either:
a) stop building the package for that architecture
or to
b) make the tests ignore the issues to allow experimentation (if
anyone will even use it) and out of that some proper more detailed bug
reports.
A coworker of mine was doing the latter (b) for virglrenderer in
Ubuntu and I wanted to pass that packaging improvement to you. It
isn't as good as actually fixing the underlying issue, but no one had
the time and HW so far to take that deeper look.
To me it seems that (a) as well as (b) would be better than just
letting it fail.
Therefore an MP carrying the change as applied in Ubuntu to Debian
would be available at [1] for your consideration.
[1]: https://salsa.debian.org/debian/virglrenderer/-/merge_requests/2
--
Christian Ehrhardt
Staff Engineer, Ubuntu Server
Canonical Ltd
--- End Message ---
--- Begin Message ---
Version: 0.8.2-4
On Tue, 2 Jun 2020 06:28:55 +0200 Christian Ehrhardt
<[email protected]> wrote:
Package: virglrenderer
Version: 0.8.2-2
Hi,
we were seeing 4/6 self-tests of virglrenderer fail on Riscv64.
This has been fixed in version 0.8.2-4 but apparently has been forgotten
to be mentioned in changelog. Closing this now.
BTW, Christian, in my opinion it is much better to stop duplicating the
long line (so it is much easier to forget to update it in two places
when doing further maintenance), but instead add a parameter, like this:
ignore-test-failure =
ifeq (riscv64,$(DEB_HOST_ARCH))
# see #962018, self-test fails on riscv64
ignore-test-failure = -
endif
override_dh_auto_test:
${ignore-test-failure}\
LIBGL_ALWAYS_SOFTWARE=1 ...long command line
It is just my opinion, dunno which is best for others.
Thanks,
/mjt
--- End Message ---