Hi,
On Sat, Apr 30, 2022 at 06:09:08PM +0000, Dr. Bas Wijnen wrote:
Thanks for the patch. I'm on vacation at the moment. I'll upload it after next
week, unless the new release is out sooner, in which case I'll upload that
which apparently also fixes this problem.

Thank you also. The damn gmail move email from @debian.org to spam 
automatically :(

There I noticed the same ftbfs for openmsx-debugger:

https://buildd.debian.org/status/package.php?p=openmsx-debugger&suite=sid

I will compile it locally with one-line patch and send it for you if everything
is ok.

BR,
Bo


On Mon, Apr 25, 2022 at 07:07:02PM +0800, Bo YU wrote:
Package: openmsx
Version: 17.0-2
Followup-For: Bug #1010148
Control: tags -1 patch

Dear Maintainer,

sorry, I don't know why can attach patch if `repotbug --mutt`?
send patch again.

Last-Update: 2022-04-25

--- openmsx-17.0.orig/build/detectsys.py
+++ openmsx-17.0/build/detectsys.py
@@ -53,6 +53,8 @@ def detectCPU():
                return 'sheb' if cpu.endswith('eb') else 'sh'
        elif cpu == 'avr32':
                return 'avr32'
+       elif cpu == 'riscv64':
+               return 'riscv64'
        elif cpu == '':
                # Python couldn't figure it out.
                os = system().lower()


Reply via email to