Bug#742940: since: Does not work on mips (includes test suite failures and FTBFS)

2014-04-08 Thread Aleksandar Zlicic
on mips/mipsel. Could you please consider including these changes in order to build since for mips/mipsel architectures? Thanks Aleksandar Zlicic Index: since-1.1/since.c === --- since-1.1.orig/since.c 2014-04-03 14:01:50.0 +

Bug#736565: FTBFS on non-PC architectures: FAIL: scram_mt.test

2014-04-01 Thread Aleksandar Zlicic
in SAM format. Attached patch fixes this issue. It is tested on mips, mipsel and powerpc. Best Regards Aleksandar Zlicic --- a/io_lib/bam.c +++ b/io_lib/bam.c @@ -1636,7 +1636,7 @@ /* The remainder, word aligned */ blk_size = blk_ret; -if ((blk_ret = bam_read(b, (char *)bam_cigar(bs

Bug#749367: htslib FTBFS on testing for mips/mipsel

2014-05-26 Thread Aleksandar Zlicic
and mipsel. This is fixed in '02-fix-alignment.patch'. With these patches applied I have successfully built htslib on mips/mipsel. Could you please consider including this patch? Best regards, Aleksandar Zlicic --- a/cram/cram_encode.c +++ b/cram/cram_encode.c @@ -1858,6 +1858,12 @@ return rg

Bug#749367: htslib FTBFS on testing for mips/mipsel

2014-05-28 Thread Aleksandar Zlicic
Sure, I will upload the patches. I am currently working on adapting the changes to the latest upstream version. Also I have added a minor change to patch '02-fix-alignment.patch', which you will find attached. Best Regards Aleksandar Zlicic Index: htslib-0.2.0~rc3/sam.c

Bug#753485: samtools: python-pysam FTBFS on mips/mipsel due to issues in samtools

2014-07-02 Thread Aleksandar Zlicic
in python-pysam (its output is compared with output from pysam python module), but samtools has both unaligned memory access and system endianness issues. I have attached patches that fix this. With these patches applied to samtools, python-pysam builds fine. Best Regards Aleksandar Zlicic Index

Bug#753490: python-pysam FTBFS on mips/mipsel

2014-07-02 Thread Aleksandar Zlicic
and mipsel. Could you consider including these patches? Best regards, Aleksandar Zlicic Index: python-pysam-0.7.7/samtools/bam_import.c.pysam.c === --- python-pysam-0.7.7.orig/samtools/bam_import.c.pysam.c +++ python-pysam-0.7.7

Bug#753485: [Debian-med-packaging] Bug#753485: samtools: python-pysam FTBFS on mips/mipsel due to issues in samtools

2014-07-02 Thread Aleksandar Zlicic
Ok, I will contact upstream. Best Regards Aleksandar Zlicic From: Charles Plessy [ple...@debian.org] Sent: Wednesday, July 02, 2014 3:16 PM To: Aleksandar Zlicic; 753...@bugs.debian.org Subject: Re: [Debian-med-packaging] Bug#753485: samtools: python-pysam

Bug#753485: samtools: python-pysam FTBFS on mips/mipsel due to issues in samtools

2014-07-07 Thread Aleksandar Zlicic
; i n*Bsize; i += 4) Changes in fix_alignment.patch are to avoid unaligned memory access for architectures that don't allow it. I am currently adapting changes to the latest version of samtools. When I'm done I will contact upstream. Best Regards Aleksandar Zlicic

Bug#753485: Status of samtools

2014-10-10 Thread Aleksandar Zlicic
this experimental branch haven't been merged to the main branch yet. Best Regards Aleksandar Zlicic