Bug#777891: Unable to reproduce GCC-5 build issue

2015-07-07 Thread Pearson, Greg
fixed 777891 2.91.7-1 thanks The new version of gtranslator 2.91.7-1 uploaded on Tue, 26 May 2015 no longer has the build issue reported in this bug. The package builds and links with GCC-5. I suggest you close this bug. -- Greg Pearson Linux for HP Helio -- To UNSUBSCRIBE, email to debian-bu

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 + +++ b/libxdguti

Bug#777883: Unable to reproduce GCC-5 build issue

2015-07-07 Thread Pearson, Greg
fixed 777883 3.16.2-1 thanks The new version of gnome-disk-utility 3.16.2-1 uploaded on Sun, 31 May 2015 no longer has the build issue reported in this bug. The package builds and links with GCC-5. I suggest you close this bug. -- Greg Pearson Linux for HP Helion -- To UNSUBSCRIBE, email to d

Bug#777882: Patch for GCC 5 build issue

2015-07-07 Thread Pearson, Greg
tags 777882 + patch thanks Here's a fix for the GCC 5 build issue. I added "extern" to the callable copy of the inline functions to ensure an externally visible function is emitted, please see section "Different semantics for inline functions" at https://gcc.gnu.org/gcc-5/porting_to.html for more

Bug#777881: Patch for GCC 5 build issue

2015-07-07 Thread Pearson, Greg
tags 777881 + patch thanks Here's a fix for the GCC 5 build issue. I added "extern" to the callable copy of the inline functions to ensure externally visible functions are emitted, please see section "Different semantics for inline functions" at https://gcc.gnu.org/gcc-5/porting_to.html for more

Bug#777880: Patch for GCC 5 build issue

2015-07-07 Thread Pearson, Greg
tags 777880 + patch thanks Here's a fix for the GCC 5 build issue. I fixed a syntax error in the libgnac-debug.h header file that was causing an undefined reference to a non-existent function. -- Greg Pearson Linux for HP Helion --- a/libgnac/libgnac-debug.h 2015-07-07 16:52:48.337744119 + +

Bug#777877: Patch for GCC 5 build issue

2015-07-07 Thread Pearson, Greg
tags 777877 + 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/src/video/gamegraphics.c 2015-07-06 23:32:29.291563665 + +++ b/src/video/gamegr

Bug#777862: Patch for GCC 5 build issue

2015-07-06 Thread Pearson, Greg
tags 777862 + patch thanks Here's a fix for the GCC 5 build issue. I added "extern" to the callable copy of the inline function to ensure an externally visible function is emitted, please see section "Different semantics for inline functions" at https://gcc.gnu.org/gcc-5/porting_to.html for more