Bug#777973: libsemanage: ftbfs with GCC-5

2015-07-09 Thread Linn Crosetto
manage and is cause by the ustr bug (#778158), which is now closed. It builds correctly with GCC 5 and ustr version 1.0.4-5. -- Linn Crosetto Linux for HP Helion -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#777965: Patch for libpam-chroot FTBFS with GCC-5

2015-07-09 Thread Linn Crosetto
tags 777965 + patch thanks Here is a patch to mark the non-standard function identifier __FUNCTION__ with the __extension__ keyword to work around the build failure with GCC-5. -- Linn Crosetto Linux for HP Helion diff -urN b/pam_chroot.c c/pam_chroot.c --- b/pam_chroot.c 2015-07-09 18:32

Bug#777964: Patch to fix FTBFS for GCC-5

2015-07-08 Thread Linn Crosetto
tags 777964 + patch thanks Here is a patch to work around some unused variable warnings which cause a build failure with GCC 5. -- Linn Crosetto Linux for HP Helion Description: Suppress unused variable warnings in ptype.h Fix FTBFS for GCC-5 by suppressing erroneous unused variable warnings

Bug#777961: Patch for libomxil-bellagio FTBFS with GCC-5

2015-07-08 Thread Linn Crosetto
tags 777961 + patch thanks Here is a patch to fix the logical-not-parentheses warning. -- Linn Crosetto Linux for HP Helion Description: Fix FTBFS for GCC-5 With -Werror=logical-not-parentheses enabled, a line such as the following causes the build to fail: if

Bug#777958: Patch for libmoe FTBFS for libmoe with GCC-5

2015-07-07 Thread Linn Crosetto
tags 777958 + patch thanks libmoe was written to use GNU89 inline semantics for a few inline functions declared in mb.h. Here is a patch to make them compatible with GCC 5. -- Linn Crosetto Linux for HP Helion diff -urN b/iso2mb.c c/iso2mb.c --- b/iso2mb.c 2015-07-06 21:38:49.129658661 +

Bug#777934: gnat depends on gnat-4.9

2015-07-06 Thread Linn Crosetto
Package gnat-5 is required to test with GCC 5, but the build-dep 'gnat' still depends on gnat-4.9 in experimental. -- Linn Crosetto Linux for HP Helion -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trou

Bug#777938: Patch to workaround GCC 5 build failure

2015-07-02 Thread Linn Crosetto
tags 777938 + patch thanks Here is a patch to force -std=gnu89 for libuna/ as a workaround for the build failure on GCC 5 until it is fixed upstream. -- Linn Crosetto Linux for HP Helion Description: Change libuna to use GNU89 inline semantics for GCC 5 libuna as written relies on the GNU89