Your message dated Fri, 07 Mar 2025 12:50:41 +0000
with message-id <[email protected]>
and subject line Bug#1069797: fixed in openmsx 19.1+dfsg-1.1
has caused the Debian Bug report #1069797,
regarding openmsx: please add support for loong64
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.)


-- 
1069797: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1069797
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: openmsx
Severity: normal
Tags: patch
User: [email protected]
Usertags: loong64
X-Debbugs-Cc: [email protected]

Dear Maintainer,

openmsx compiles incorrectly on loongarch, the attached patch has solved the 
problem, please refer to the patch to modify the code

wuruilong

-- System Information:
Debian Release: trixie/sid
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: loong64 (loongarch64)

Kernel: Linux 5.10.0-60.96.0.126.oe2203.loongarch64 (SMP w/32 CPU threads)
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: unable to detect
Description: <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 openmsx (19.1+dfsg-1) unstable; urgency=medium
 .
   [ Aaron Rainbolt ]
   * Override spurious source-is-missing Lintian errors.
   * Don't build-depend on dpkg-dev, it's guaranteed to be installed in a
     Debian build environment.
   * Repack the upstream tarball to remove prebuilt binaries lacking source
     code. (Closes: #1056780)
   * Set 'DEB_BUILD_MAINT_OPTIONS = hardening=+all' in debian/rules.
   * Remove debian/source/include-binaries, every file listed in it doesn't
     exist.
   * Set 'Rules-Requires-Root: no' in debian/control.
   * Use debhelper 13 rather than debhelper 10.
     - Changed "debhelper (>= 10)" to "debhelper-compat (= 13)" in
       debian/control.
     - Deleted debian/compat.
   * Override spurious package-contains-documentation-outside-usr-share-doc
     Lintian gripes.
   * Created debian/upstream/metadata file.
   * Switch back to using vendored catch2, the catch2 Debian package now ships
     catch2 v3 whereas openMSX uses catch2 v2.
   * Overhauled copyright file.
 .
   [ Bas Wijnen ]
   * Revert overriding Lintian's source-is-missing error.
Author: Bas Wijnen <[email protected]>
Bug-Debian: https://bugs.debian.org/1056780

---
The information above should follow the Patch Tagging Guidelines, please
checkout https://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: (upstream|backport|vendor|other), (<patch-url>|commit:<commit-id>)
Bug: <upstream-bugtracker-url>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: (no|not-needed|<patch-forwarded-url>)
Applied-Upstream: <version>, (<commit-url>|commit:<commid-id>)
Reviewed-By: <name and email of someone who approved/reviewed the patch>
Last-Update: 2024-04-25

--- openmsx-19.1+dfsg.orig/build/cpu.py
+++ openmsx-19.1+dfsg/build/cpu.py
@@ -43,6 +43,11 @@ class IA64(CPU):
        '''
        name = 'ia64'
 
+class LoongArch64(CPU):
+       '''64-bit Loongarch.
+       '''
+       name = 'loongarch64'
+
 class M68k(CPU):
        '''Motorola 680x0.
        '''
--- openmsx-19.1+dfsg.orig/build/detectsys.py
+++ openmsx-19.1+dfsg/build/detectsys.py
@@ -55,6 +55,8 @@ def detectCPU():
                return 'avr32'
        elif cpu == 'riscv64':
                return 'riscv64'
+       elif cpu == 'loongarch64':
+               return 'loongarch64'
        elif cpu == '':
                # Python couldn't figure it out.
                os = system().lower()

--- End Message ---
--- Begin Message ---
Source: openmsx
Source-Version: 19.1+dfsg-1.1
Done: Gianfranco Costamagna <[email protected]>

We believe that the bug you reported is fixed in the latest version of
openmsx, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Gianfranco Costamagna <[email protected]> (supplier of updated openmsx 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 07 Mar 2025 13:39:47 +0100
Source: openmsx
Built-For-Profiles: noudeb
Architecture: source
Version: 19.1+dfsg-1.1
Distribution: unstable
Urgency: medium
Maintainer: Bas Wijnen <[email protected]>
Changed-By: Gianfranco Costamagna <[email protected]>
Closes: 1069797
Changes:
 openmsx (19.1+dfsg-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   [ wuruilong <[email protected]> ]
   [ zhangdandan <[email protected]> ]
   * Cherry-pick upstream patch to support loongarch64 (Closes: #1069797)
Checksums-Sha1:
 365be3147ca5452ff71be60b86a7d3f57445c785 2105 openmsx_19.1+dfsg-1.1.dsc
 edc0a2942c26799a6462e57dee17975912daf6d7 18180 
openmsx_19.1+dfsg-1.1.debian.tar.xz
 ec2ae8d3f7eb73e71231125927c945b20107d304 9868 
openmsx_19.1+dfsg-1.1_source.buildinfo
Checksums-Sha256:
 3a8c8d29f1362b71a3d98edcdf3599f08f0e7f5d19ac421199230641bc7d71df 2105 
openmsx_19.1+dfsg-1.1.dsc
 f7a1b05ca5a2ab7292a121cfeb37734733e2f3e8a3a047c67f346c3c60f2ba63 18180 
openmsx_19.1+dfsg-1.1.debian.tar.xz
 e22d401dc1896f059d9862e7fa1bd117059c3dd8a8afad5ca273a548dc829516 9868 
openmsx_19.1+dfsg-1.1_source.buildinfo
Files:
 61f74f82f1a16db5abbf4c3cc044c2ed 2105 otherosfs optional 
openmsx_19.1+dfsg-1.1.dsc
 0f73a4f5019dfdccfa14ec16ce98f522 18180 otherosfs optional 
openmsx_19.1+dfsg-1.1.debian.tar.xz
 5590f5f5b0a1fc26e78fccc01c36ff13 9868 otherosfs optional 
openmsx_19.1+dfsg-1.1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEkpeKbhleSSGCX3/w808JdE6fXdkFAmfK6UoACgkQ808JdE6f
XdnjWQ//X6xfsVyg20CHX+KzfGNs0DGOIjTBhYwaNNYQ3KLw90pNS8CEW1Dfg8VV
06VUmuWgM7kVVjAJlLbTdYpJhdnIhP9Yd6a7CaxmloEXgQKA675EUJqbzhEf2lco
6cWCHZDAIzeJQFQe4cxpk5HS1+uUs413lKxVAy2I9h3CX010xUPGOLmaFO+p0i2M
syGJZf75i20kuQKu99JuEZbutMb3tY8jajTjNbbuw1cz1Q9exaH9H736QAJZLZB6
pggpqogz/XkM5S7cX53/Yd0O+ofwsc5EIJLWCm0fKOD4gbeD3qiywcwrrSkID7Mz
eKzjs/E9NL7gQzBOLIKkYamBFoTPlTcW/BGpXUQMMDn5RW64EyxiD6qgHs621/qj
0OakD6f7jNH/soJvT+yealjOwKXEq7B5Lh8SWcu/j2OfxzU2hqqhyDgCohoGihuD
l3nDBMK5sT+3go0VBiRwxgOZgxkLh0+RhlQ6/c+Wi6ze6XH3JEXpRp/PBJXCPnN6
JOPnOOwEOFgjzmOswzJmRVMrYJF/KpiONaTRv/z4NnkudPyULaUA4Ci8wJiSn5QW
3dDjq9VwFNEyrmgJ/8z5fFC26jqFoRLk7MbZ2oNCzrgUba5X755HeiZ7shCCmH+g
lY+KsS2Uk5lfgRf+OoEA0QAdB3+S6nn30dv88kxY+uguVDl3RGw=
=VSYQ
-----END PGP SIGNATURE-----

Attachment: pgpFq0CTANV3R.pgp
Description: PGP signature


--- End Message ---

Reply via email to