Bug#327376: patch for gcc-3.4

2006-04-20 Thread Karl Chen
The following patch allows openmash to compile under gcc-3.4. --- tclcl/tclcl.h.orig 2006-04-04 22:59:05.0 -0700 +++ tclcl/tclcl.h 2006-04-04 22:59:18.0 -0700 @@ -45,7 +45,6 @@ } #include "tclcl-config.h" -#include "tclcl-mappings.h" #include "tracedvar.h" struct

Bug#283296: annoyance-filter: FTBFS with g++-3.4: due to new template lookup

2006-04-20 Thread Karl Chen
This patch actually fixes the problem rather than using -fpermissive. --- statlib.w.orig 2006-04-10 19:11:53.0 -0700 +++ statlib.w 2006-04-10 19:14:52.0 -0700 @@ -1787,7 +1787,7 @@ double variance(void);// Variance ($\sigma^2$) double varianceMLE(void

Bug#322529: lvm10: vg_check_consistency_with_pv_and_lv not called correctly

2005-08-11 Thread Karl Chen
Package: lvm10 Severity: grave Tags: patch Justification: causes non-serious data loss Function vg_create_dir_and_group_and_nodes() in tools/lib/vg_create_dir_and_group_and_nodes.c has "vg_check_consistency_with_pv_and_lv < 0", which compares the address of the function instead of the return valu

Bug#317404: FTBFS: conflicting types for 'calloc'

2005-07-10 Thread Karl Chen
Yes, I agree that is less intrusive. > On 2005-07-10 06:25 PDT, Roger Leigh writes: Roger> The following patch may be less intrusive, and so more Roger> acceptable to upstream: -- Karl 2005-07-10 20:46 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe"

Bug#317415: bb: FTBFS with gcc-3.4: conflicting types for 'tl_lookup_timer'

2005-07-08 Thread Karl Chen
> On 2005-07-08 03:50 PDT, Steve Langasek writes: Steve> Can you please confirm whether these packages build Steve> with gcc-*4.0*? I know that gcc-3.4 is supposed to be Steve> almost identical to gcc-4.0, but the one Debian is Steve> using is gcc-4.0, not gcc-3.4, which is an

Bug#317415: bb: FTBFS with gcc-3.4: conflicting types for 'tl_lookup_timer'

2005-07-08 Thread Karl Chen
Package: bb Severity: serious Tags: patch Justification: no longer builds from source bb failes to build with gcc-3.4: gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -I/usr/include -pthread -D_REENTRANT -D SOUNDDIR=\"/usr/share/bb\" -c timers.c timers.c:311: error: conflicting types for 'tl_lookup_

Bug#317404: FTBFS: conflicting types for 'calloc'

2005-07-08 Thread Karl Chen
Package: evolver Severity: serious Tags: patch Justification: no longer builds from source Evolver fails to build using gcc-3.4: cc -DLINUX -DOOGL -DPTHREADS -c calcforc.c In file included from calcforc.c:15: include.h:143: error: conflicting types for 'calloc' include.h:143: error: conflictin