[Debian-med-packaging] Bug#736565: FTBFS on non-"PC" architectures: FAIL: scram_mt.test

Aleksandar Zlicic Aleksandar.Zlicic at imgtec.com
Tue Apr 1 10:05:15 UTC 2014


Hello,

The cause of this issue is an error in function bam_get_seq(),
or to be more precise, function's implementation for non-intel architectures.

Function bam_get_seq is used for reading data from alignment blocks
in BAM files, block by block.
In special cases, when the alignment block being read is the last block in BAM file,
and the block has no cigar operations and segment sequence stored inside of it,
function incorrectly detects end-of-file.
In that case,
block has actually been successfully read,
but because of erroneous end-of-file detection,
it isn't written to output file in SAM format.

Attached patch fixes this issue.
It is tested on mips, mipsel and powerpc.

Best Regards
Aleksandar Zlicic
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/debian-med-packaging/attachments/20140401/50888f10/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fix-bam-read.patch
Type: text/x-diff
Size: 343 bytes
Desc: fix-bam-read.patch
URL: <http://lists.alioth.debian.org/pipermail/debian-med-packaging/attachments/20140401/50888f10/attachment.patch>


More information about the Debian-med-packaging mailing list