Bug#1010148: openmsx: patch for ftbfs on riscv64

2022-05-02 Thread Bo YU

Hi,
On Sat, Apr 30, 2022 at 06:09:08PM +, 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=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()






Bug#1010148: openmsx: patch for ftbfs on riscv64

2022-04-30 Thread Dr. Bas Wijnen
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.

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()



signature.asc
Description: PGP signature


Bug#1010148: openmsx: patch for ftbfs on riscv64

2022-04-27 Thread Manuel Bilderbeek
FYI, this has been already fixed upstream and the next release will 
incorporate the fix. It is expected within a few weeks.


Op 25-04-2022 om 13:07 schreef Bo YU:

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.


--
Kind regards,

Manuel Bilderbeek


Bug#1010148: openmsx: patch for ftbfs on riscv64

2022-04-25 Thread Bo YU
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()