Bug#1066361: Partial patch
Nathan Teodosio
nathan.teodosio at canonical.com
Fri Aug 16 14:54:39 BST 2024
This is a partial patch, more errors remain.
About this hunk:
@@ -115,5 +115,5 @@
* Try OS-specific probe, compiling with -m64 (assumes gcc workalike)
*/
- i = 1 + strlen(frm) + strlen(osnam) + strlen(osnam[OS]) +
+ i = 1 + strlen(frm) + strlen(osname) + strlen(osnam[OS]) +
strlen(ASMNAM[asmd]) + strlen(flag) + strlen(targ) + strlen(find);
cmnd = malloc(i*sizeof(char));
strlen(osnam) must have been a typo, because osnam is char**.
Some sort of preprocessing exists when building this so don't rely on
dpkg-source --commit as I did because it will generate a massively poluted
patch in which the real changes will be flooded.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: atlas.diff
Type: text/x-patch
Size: 7236 bytes
Desc: not available
URL: <http://alioth-lists.debian.net/pipermail/debian-science-maintainers/attachments/20240816/23b96dd7/attachment.bin>
More information about the debian-science-maintainers
mailing list