Debian Patches

Status for diamond-aligner/2.1.11-2

Patch Description Author Forwarded Bugs Origin Last update
typo.patch typo caught by lintian. Étienne Mollier <emollier@debian.org> yes 2025-03-07
fix_missing_cstring_riscv64.patch fix gcc error caused by missing include cstring diamond compile failed caused by not explicitly including <cstring>.The crucial log is here:
.
/build/reproducible-path/diamond-aligner-2.1.11/src/search/finger_print.h:138:17:
error: ‘memcpy’ was not declared in this scope
138 | memcpy(r, q - 16, 48);
| ^~~~~~
/build/reproducible-path/diamond-aligner-2.1.11/src/search/finger_print.h:26:1:
note: ‘memcpy’ is defined in header ‘’; this is probably
fixable by adding ‘#include <cstring>’
25 | #include "basic/value.h"
+++ |+#include
26 |
.
This issue can be fixed by "#include <cstring>"
Yue Gui <yuemeng.gui@gmail.com> yes debian 2025-03-09

All known versions for source package 'diamond-aligner'

Links