Re: [hatari-devel] Preparing for next release 2.4

[ Thread Index | Date Index | More lists.tuxfamily.org/hatari-devel Archives ]


Nicolas Pomarède <npomarede@xxxxxxxxxxxx> writes:

> Le 20/06/2022 à 23:33, Eero Tamminen a écrit :
>> Hi,
>> 
>> On 20.6.2022 20.48, Nicolas Pomarède wrote:
>>> with the work done recently by everyone, what are the open / blocking 
>>> issue ?
>>>
>>> On my side, falcon's sound is fixed and I don't see any urgent fix to 
>>> be done.
>>  >
>>> Laurent will have a look at the DSP change and maybe fix it (or revert 
>>> it).
>>>
>>> what do other need to push ?
>> 
>> I have nothing that could not wait until after the release.
>> 
>> 
>> There's this one issue at atari-forum that would be good to be verified 
>> that it's the same issue that Thomas already fixed, before release.
>> 
>> I think all the Hatari docs can be updated to 2.4 while waiting couple 
>> of days for the user to answer.
>> 
>> Btw. There have also been few issues on atari-forum where it seems like 
>> Hatari boolean options do not work (enabling NatFeats in one case, 
>> selecting ext disassembly output in another), but I think in both case 
>> it's under Windows, i.e. out of our hands.
>
> hi
>
> it seems the user didn't answer so far, so I think I will not wait too long.
>
> Unless someone needs to push urgent things to the repo, I ask to not 
> commit anything after tomorrow (tuesday 28/6), then I think I can work 
> on the release in the next days.

Hi,

A small patch has been sent my way for fixing hatari build on RISC-V,
the patch is attached.
<https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1012255>

01-fix-conftypes-py-build-path.diff  fix-rega0-for-riscv.patch
07-fix-python-ui-doc-install.patch   series
09-fix-hconsole-doc-install.patch
root@v5:~/hatari/hatari-2.3.1+dfsg# cat debian/patches/fix-rega0-for-riscv.patch
Fix issue where REG_A0 is already defined by riscv64 platform
Index: hatari-2.3.1+dfsg/src/includes/m68000.h
===================================================================
--- hatari-2.3.1+dfsg.orig/src/includes/m68000.h        2020-12-26 21:50:12.000000000 +0000
+++ hatari-2.3.1+dfsg/src/includes/m68000.h     2022-05-26 01:37:55.028838540 +0000
@@ -26,6 +26,9 @@
 #include "cycInt.h"
 #include "log.h"

+#ifdef REG_A0
+#undef REG_A0
+#endif

 /* 68000 Register defines */
 enum {



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/