Bug#777888: Patch for GCC 5 build issue

2015-08-10 Thread Martin Pitt
Control: tag -1 patch Hello again, Martin Pitt [2015-08-06 8:59 +0200]: This is fine with a transitioned libxapian, but after that it *still* fails: | g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/tagcoll-2.0.14 `fltk-config --cxxflags --use-images` `curl-config --cflags` -Wall

Processed: Re: Bug#777888: Patch for GCC 5 build issue

2015-08-10 Thread Debian Bug Tracking System
Processing control commands: tag -1 patch Bug #777888 [src:goplay] goplay: ftbfs with GCC-5 Ignoring request to alter tags of bug #777888 to the same tags previously set -- 777888: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=777888 Debian Bug Tracking System Contact ow...@bugs.debian.org

Bug#777888: Patch for GCC 5 build issue

2015-08-06 Thread Martin Pitt
Control: tag -1 patch Hello all, gregor herrmann [2015-07-19 15:02 +0200]: On Tue, 07 Jul 2015 18:52:18 +, Pearson, Greg wrote: Here's a fix for the GCC 5 build issue. I added parentheses so the logical not applies to the whole comparison and not just the left hand side. With

Processed: Re: Bug#777888: Patch for GCC 5 build issue

2015-08-06 Thread Debian Bug Tracking System
Processing control commands: tag -1 patch Bug #777888 [src:goplay] goplay: ftbfs with GCC-5 Ignoring request to alter tags of bug #777888 to the same tags previously set -- 777888: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=777888 Debian Bug Tracking System Contact ow...@bugs.debian.org

Bug#777888: Patch for GCC 5 build issue

2015-07-19 Thread gregor herrmann
On Tue, 07 Jul 2015 18:52:18 +, Pearson, Greg wrote: Here's a fix for the GCC 5 build issue. I added parentheses so the logical not applies to the whole comparison and not just the left hand side. With this patch we indeed get over the failure but later the build fails again: make

Bug#777888: Patch for GCC 5 build issue

2015-07-07 Thread Pearson, Greg
tags 777888 + patch thanks Here's a fix for the GCC 5 build issue. I added parentheses so the logical not applies to the whole comparison and not just the left hand side. -- Greg Pearson Linux for HP Helion --- a/libxdgutils/XDGDesktopEntry.cpp 2015-07-07 18:50:07.661990020 + +++