Good news! I found out what caused this bug. The fix is yet another
two-liner that took me all day to figure out. I think I was right about
the problem being caused by a bug that used to slide just fine, but no
longer does. However, it has nothing to do with the kernel, or
networking per se. It was a subtle polymorphism bug. A base function
was declared "virtual Boolean write(const void * buf, int size)", and
it's derivitive function was declared "virtual Boolean write(void *
buf, int size)". Earlier versions of gcc probably let this slide. The
current one doesn't.

I'm going to take some time and make sure everything else is working,
like networking with Windows. Then, I'll build a new source package,
and contact my sponsor. The fixed version of xevil should be in Sid
within a few days.

-Brandon



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to