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
> Versio
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
re
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 s
--- 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,
+
Hi:
On Wed, Dec 22, 2010 at 11:36 AM, brian m. carlson
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 mips or
> mipsel machine. Th
Hi Dirk,
On Fri, Jul 30, 2010 at 9:07 PM, Dirk Eddelbuettel 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 a
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 any
7 matches
Mail list logo