Re: Help needed for #871234 FTBFS with GCC-7: error: type/value mismatch

2017-09-05 Thread Alex Mestiashvili
On Tue, Sep 5, 2017 at 8:44 PM, Jeff Epler wrote: > On Tue, Sep 05, 2017 at 01:55:58PM +0200, Alex Mestiashvili wrote: > > GHash.hh:91:44: error: type/value mismatch at argument 1 in template > > parameter list for 'template struct std::hash' > > while (pos > Nothing in this line is intended

Re: Help needed for #871234 FTBFS with GCC-7: error: type/value mismatch

2017-09-05 Thread Jeff Epler
On Tue, Sep 05, 2017 at 01:55:58PM +0200, Alex Mestiashvili wrote: > GHash.hh:91:44: error: type/value mismatch at argument 1 in template > parameter list for 'template struct std::hash' > while (pos

Re: Help needed for #871234 FTBFS with GCC-7: error: type/value mismatch

2017-09-05 Thread Juhani Numminen
Hi Alex! Alex Mestiashvili kirjoitti 05.09.2017 klo 14:55: parameter list for 'template struct std::hash' while (pos I think the problem is we don't want std::hash but GHash::hash and GHash::GHashEntry::hash. (Sorry, I haven't looked deeper into how to get the correct 'hash'.) Cheers, Juh

Help needed for #871234 FTBFS with GCC-7: error: type/value mismatch

2017-09-05 Thread Alex Mestiashvili
Any help is greatly appreciated, here it the gcc's complain: 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::GHashEntry* G