Source: trinity Version: 1.9+git20200331.4d2343bd18c7b-2 Severity: wishlist Tags: upstream X-Debbugs-Cc: i...@hack3r.moe
Dear maintainer, I am currently porting packages to riscv64 platform. Current version of trinity does not build on riscv64 due to missing SYSCALLS: ``` tables.c: In function ‘select_syscall_tables’: tables.c:520:39: error: ‘SYSCALLS’ undeclared (first use in this function) 520 | syscalls = copy_syscall_table(SYSCALLS, ARRAY_SIZE(SYSCALLS)); | ^~~~~~~~ tables.c:520:39: note: each undeclared identifier is reported only once for each function it appears in make[2]: *** [Makefile:119: tables.o] Error 1 make[2]: *** Waiting for unfinished jobs.... ``` Versions after 20220309 includes support for riscv64 [1], as well as other new features described in openSUSE's trinity changelog [2]. Can you please upgrade its Debian package as well? Best regards, Eric [1]: https://github.com/kernelslacker/trinity/commit/80fb6169505cf7a81d4621d7f586d5c2525266f4 [2]: https://build.opensuse.org/package/view_file/openSUSE:Factory:RISCV/trinity/trinity.changes?expand=1