Bug#318337: Solution

2005-07-20 Thread Dan Weber
tags 318337 +patch thanks Line 58 can be removed. It has no real value. Dan -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#311357: Via Rhine issues

2005-06-05 Thread Dan Weber
I have definetly seen this bug before in other kernel versions up to the existing one. This can be found especially when you're board has more than one via rhine interface. For instance, I have a mini-itx box with 2 builtin via-rhine, and then I put in a TDM card from digium for analog->digital t

Bug#307214: Patch - TDB.h

2005-05-03 Thread Dan Weber
This should fix it as tdb.h doesn't have the needed include files for the build thus causing the problem. Dan --- tdb.old.h 2005-05-03 10:09:08.0 -0400 +++ tdb.h 2005-05-03 10:10:08.0 -0400 @@ -1,6 +1,7 @@ #ifndef __TDB_H__ #define __TDB_H__ - +#include +#include /*

Bug#297664: gjdoc replacement

2005-03-12 Thread Dan Weber
>From what I see in this package is that its build-depping on gjdoc. Kaffe provides a javadoc tool instead that does not have the issue we are seeing with gjdoc. Since kaffe is currently a build-dep, a suggestion would be made to use javadoc instead of gjdoc and drop the gjdoc build dep. Dan -