eturro / mmseq

Haplotype, isoform and gene level expression analysis using multi-mapping RNA-seq reads
GNU General Public License v2.0
67 stars 20 forks source link

Build error for Fedora 23 #4

Closed verdurin closed 9 years ago

verdurin commented 9 years ago

I'm the Fedora maintainer for mmseq.

We're in the middle of a mass rebuild of Fedora packages in advance of release 23, and for mmseq this produced an error:

In file included from /usr/include/armadillo:90:0, from mmcollapse.cpp:28: /usr/include/armadillo_bits/typedef_elem_check.hpp:18:5: error: size of array 'ERROR_TYPE_SIZE_T_IS_SMALLER_THAN_UWORD' is negative arma_static_check( (sizeof(sizet) < sizeof(uword)), ERRORTYPE_SIZE_T_IS_SMALLER_THAN_UWORD ); ^

It's quite possible this is a bug in the packaging, but I thought I'd report it here just in case.

The armadillo package in Fedora 23 is currently 4.650.2.

verdurin commented 9 years ago

Okay, this must have been a problem with armadillo, because it's building cleanly now.

Sorry for the noise.