Bug#992914: libassa: FTBFS due to RPC removal from glibc

2021-09-25 Thread Shane McDonald
Thanks for the bug report and patch. I've come up with an alternate patch that only affects the utils/ directory. This patch will show up in my next upload in the next few days (currently on mentors.debian.net). On Wed, 25 Aug 2021 00:03:42 +0200 Aurelien Jarno wrote: > Source: libassa >

Bug#957134: dieharder: ftbfs with GCC-10

2020-07-25 Thread Shane McDonald
This FTBFS is caused by a change in the default behaviour of GCC from version 9 to version 10. In version 10, if a global variable is defined in a header file, and that header file is included by several files, this results in multiple definitions of the same variable, and a linker error will be

Bug#805203: Patch that fixes FTBFS

2017-05-31 Thread Shane McDonald
Tags: patch [Sigh: my first time sending a patch, and I don't include the explanation...] I have created a patch that fixes the FTBFS issue. It includes the patch from Riley, as well as the change mentioned in #805932. When this patch is applied, I am able to successfully build the package in

Bug#805203: Patch that fixes FTBFS

2017-05-31 Thread Shane McDonald
--- a/src/DeckManager.h +++ b/src/DeckManager.h @@ -24,7 +24,7 @@ #endif #include -#include +#include #include "Granule-main.h" --- a/src/EditControls.cpp +++ b/src/EditControls.cpp @@ -196,7 +196,7 @@ EditControls (Glib::RefPtr(mem_fun (*this, +

Bug#528861: Help figuring out why ksh is not building

2010-12-23 Thread Shane McDonald
Hi: On Wed, Dec 22, 2010 at 11:36 AM, brian m. carlson sand...@crustytoothpaste.net wrote: ksh is not building on mips or mipsel.  From what I can see from the build logs, it looks like certain headers are not getting included or not getting included correctly, but I don't have access to a

Bug#590126: rcmdr: FTBFS on mips{,el}: Error : package 'tcltk' could not be loaded

2010-07-30 Thread Shane McDonald
Hi Dirk:   In looking at the build dependencies for rcmdr, I see that it requires r-base-dev, which requires r-base-core, which then requires tcl8.5 on all architectures but m68k, mips, and mipsel.  That's not a problem for m68k, because it requires tcl8.4 instead, but there doesn't seem to be

Bug#590126: rcmdr: FTBFS on mips{,el}: Error : package 'tcltk' could not be loaded

2010-07-30 Thread Shane McDonald
Hi Dirk, On Fri, Jul 30, 2010 at 9:07 PM, Dirk Eddelbuettel e...@debian.org wrote: On 30 July 2010 at 17:49, Shane McDonald wrote: |   In looking at the build dependencies for rcmdr, I see that it | requires r-base-dev, | which requires r-base-core, which then requires tcl8.5 on all