[Debian-med-packaging] Bug#741288: Bug#741288: seqan: FTBFS on many buildds due to RAM exhaustion
Dejan Latinovic
Dejan.Latinovic at imgtec.com
Thu Jul 31 12:48:59 UTC 2014
Control: tags -1 + patch
Hello,
I was able to avoid this error and successfully build seqan on both mips and mipsel,
adding flags "-O0 -mxgot".
-O0 was added to solve issue:
> virtual memory exhausted: Cannot allocate memory
during compilation of pair_align.cpp.
-mxgot was added to lift the usual restrictions on the size of the global offset table on MIPS,
and to avoid an error:
> relocation truncated to fit: R_MIPS_GOT16
during linking of pair_align.
Patch that contains these changes is attached.
This patch affects only mips and mipsel architectures.
Could you please consider to include it?
Best Regards,
Dejan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: seqan-noopts-mips.patch
Type: text/x-patch
Size: 526 bytes
Desc: seqan-noopts-mips.patch
URL: <http://lists.alioth.debian.org/pipermail/debian-med-packaging/attachments/20140731/75a7581e/attachment.bin>
More information about the Debian-med-packaging
mailing list