Bug#636569: bsdgames: primes manpage assumes 32bit integers

2011-08-04 Thread Tom Lear
Package: bsdgames Version: 2.17-19 Severity: minor primes manpage assumes 32bit integers even though the binary supports larger integers on a 64bit system. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.

Bug#404285: Out of date?

2007-02-18 Thread Tom Lear
I think so... 1.0.8776-4 seems to compile okay without changes... - Tom -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#404285: Build fails with 2.6.18

2006-12-22 Thread Tom Lear
Package: nvidia-kernel-source Version: 1.0.8762-2 Severity: important Tags: patch Attempting to build with kernel 2.6.18 causes the following error: NVIDIA: calling KBUILD... make CC=gcc-4.1 -C /usr/src/linux SUBDIRS=/usr/src/modules/nvidia-kernel/nv modules make[4]: Entering directory `/usr/src/

Bug#392815: switch for strings to consider whitespace part of the string

2006-10-13 Thread Tom Lear
Package: binutils Version: 2.17-3 Severity: wishlist Tags: patch upstream --- binutils-2.17/binutils/strings.c2005-10-03 12:37:44.0 -0700 +++ binutils/strings.c2006-10-13 10:03:10.0 -0700 @@ -48,6 +48,9 @@ --target=BFDNAME Specify a non-default objec

Bug#326149: verbose flag didn't do what I thought it did... here's a better patch.

2006-07-09 Thread Tom Lear
--- lsinput.c.orig 2004-04-21 04:55:44.0 -0700 +++ lsinput.c 2006-07-09 16:58:46.0 -0700 @@ -1,5 +1,6 @@ #include #include +#include #include #include @@ -10,14 +11,20 @@ static void list_devices(void) { int i,fd; + char filename[32]; + struc

Bug#326149: lsinput is broken

2006-07-09 Thread Tom Lear
This bug can be reproduced on any architecture, plug in 2 usb mice, then unplug the first one... there's your gap in event device numbers. Here's a patch: --- lsinput.c.orig 2004-04-21 04:55:44.0 -0700 +++ lsinput.c 2006-07-09 16:38:19.0 -0700 @@ -13,11 +13,11 @@

Bug#357373: mod_mime_magic: invalid type 0 in mconvert().

2006-03-16 Thread Tom Lear
Package: libmagic1 Version: 4.17-1 I get this error in apache's error log a whole lot of times, I believe it's libmagic1, downgrading to 4.15-2 fixes the problem (after restarting apache). - Tom -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe".

Bug#295965: xmountains has this problem too.

2006-03-10 Thread Tom Lear
This seems to be a bug in nautilus... Clearing the show_desktop key in /apps/nautilus/preferences will make things work, but you lose your desktop icons. gconftool-2 -s /apps/nautilus/preferences/show_desktop -t bool false - Tom -- To U