[Debian-med-packaging] Bug#871234: cufflinks: FTBFS with GCC-7: error: type/value mismatch at argument 1 in template parameter list for 'template<class _Tp> struct std::hash'

Andreas Beckmann anbe at debian.org
Mon Aug 7 03:41:26 UTC 2017


Source: cufflinks
Version: 2.2.1-3
Severity: serious
Tags: sid buster
User: debian-gcc at lists.debian.org
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: cufflinks_2.2.1-3.log.gz
Type: application/gzip
Size: 15861 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/debian-med-packaging/attachments/20170807/cc045bf0/attachment.bin>


More information about the Debian-med-packaging mailing list