Source: cufflinks Version: 2.2.1-3 Severity: serious Tags: sid buster User: [email protected] Usertags: ftbfs-gcc-7
cufflinks FTBFS since GCC-7 was made the default compiler:
[...]
In file included from gff.h:12:0,
from gtf_tracking.h:12,
from bundles.h:22,
from replicates.h:10,
from common.cpp:28:
GHash.hh: In member function 'GHash<OBJ>::GHashEntry* GHash<OBJ>::NextEntry()':
GHash.hh:91:44: error: type/value mismatch at argument 1 in template parameter
list for 'template<class _Tp> struct std::hash'
while (pos<fCapacity && hash[pos].hash<0) pos++;
^
GHash.hh:91:44: note: expected a type, got '0'
GHash.hh: In member function 'char* GHash<OBJ>::NextKey()':
GHash.hh:415:41: error: type/value mismatch at argument 1 in template parameter
list for 'template<class _Tp> struct std::hash'
while (pos<fCapacity && hash[pos].hash<0) pos++;
^
GHash.hh:415:41: note: expected a type, got '0'
GHash.hh: In member function 'OBJ* GHash<OBJ>::NextData()':
GHash.hh:428:41: error: type/value mismatch at argument 1 in template parameter
list for 'template<class _Tp> struct std::hash'
while (pos<fCapacity && hash[pos].hash<0) pos++;
^
GHash.hh:428:41: note: expected a type, got '0'
GHash.hh: In member function 'OBJ* GHash<OBJ>::NextData(char*&)':
GHash.hh:442:41: error: type/value mismatch at argument 1 in template parameter
list for 'template<class _Tp> struct std::hash'
while (pos<fCapacity && hash[pos].hash<0) pos++;
^
GHash.hh:442:41: note: expected a type, got '0'
Cheers,
Andreas
cufflinks_2.2.1-3.log.gz
Description: application/gzip

