- Package:
- src:libx86emu
- Source:
- src:libx86emu
- Submitter:
- Meng Sang
- Date:
- 2024-08-09 15:09:02 UTC
- Severity:
- normal
- Tags:
Dear Maintainers, I hope this email finds you well. I would like to submit a modification to the control file of the libx86emu package to add support for the loong64 architecture. Here are the details of the modification: - Original Architecture: any-amd64 any-i386 alpha armel armhf ia64 - Modified Architecture: any-amd64 any-i386 alpha armel armhf ia64 loong64 Please consider this modification for inclusion in the Debian package. If you need any additional information or have any questions, please feel free to reach out to me. Thank you for your attention to this matter. thanks, Meng Sang
Hi! I doubt this kind of patch is enough as neither riscv64 nor loong64 seem to have port I/O (only memory mapped I/O), and the package would now fail on both arches given the new missing declarations build flags. To port this would require adding memory mapped I/O to the library, see the other related bug #1069498. I think both the riscv64 and loong64 reports should be closed, if there's no one willing to actually port the library. Thanks, Guillem