Bug#778106: rheolef: ftbfs with GCC-5

2015-08-03 Thread Cyril Brulebois
Hi, I haven't touched this: Matthias Klose (2015-07-25): > > after fixing > > --- a/skit/plib2/load_chunk.h > +++ b/skit/plib2/load_chunk.h > @@ -28,7 +28,7 @@ load_chunk (std::istream& s, RandomItera > { > while (iter != last) > if (!(s >> *iter++)) return false; > -return

Bug#778106: rheolef: ftbfs with GCC-5

2015-07-25 Thread Matthias Klose
after fixing --- a/skit/plib2/load_chunk.h +++ b/skit/plib2/load_chunk.h @@ -28,7 +28,7 @@ load_chunk (std::istream& s, RandomItera { while (iter != last) if (!(s >> *iter++)) return false; -return s; +return bool(s); } template inline @@ -37,7 +37,7 @@ load_chunk (std:

Bug#778106: rheolef: ftbfs with GCC-5

2015-02-12 Thread Matthias Klose
Package: src:rheolef Version: 6.5-1 Severity: normal Tags: sid stretch User: debian-...@lists.debian.org Usertags: ftbfs-gcc-5 Please keep this issue open in the bug tracker for the package it was filed for. If a fix in another package is required, please file a bug for the other package (or clon