Henry Jensen wrote:
Hello,

I regularly re-compile the Debian Linux kernel because I need "capability" build as a module. This is because I use dazuko, an interface
for on-access virus scanners (see www.dazuko.org). Dazuko depends
on having "capability" built as a module. The only thing I do is to set CONFIG_SECURITY_CAPABILITIES=y
to:
CONFIG_SECURITY_CAPABILITIES=m
in debian/arch/config

This worked until now. Now, with 2.6.18.dfsg.1-18etch1, I get the following 
error:


python2.4 debian/bin/abicheck.py debian/build/build-i386-none-486 i386 none 486
ABI has changed!  Refusing to continue.


Henry, I disable the abicheck.py in debian/bin by adding:

        return 0

after:

    def __call__(self, out):
        ret = 0

and then that error goes away.

I detailed that in May 2007:
http://linux.derkeiler.com/Mailing-Lists/Debian/2007-05/msg01287.html

I never investigated the ABI error since I am just using the generated kernel for myself: I just generated 2.6.24-1-686 with the -ck patch.

Hugo


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

Reply via email to