Russ Allbery <[EMAIL PROTECTED]> writes:

> Both of these problems indicate that you're trying to build a 2.4 kernel
> module against a 2.6 kernel.  You never did reply to my last message on
> the previous bug, but now that I look at it again, the problem is fairly
> clear.

> So, the question is why it thinks you have a 2.4 kernel when clearly you
> don't.

Ah, never mind, I found it.  After unpacking openafs.tar.gz in your
/usr/src tree, but before starting the build, could you change
/usr/src/modules/openafs/debian/sysname by finding the section that reads:

ia64)
    echo ia64_linux24
    ;;

and changing it to:

ia64)
    case $KVERS in
    2.4*)
        echo ia64_linux24
        ;;
    2.6*)
        echo ia64_linux26
        ;;
    esac
    ;;

and see if that fixes the problem?

-- 
Russ Allbery ([EMAIL PROTECTED])               <http://www.eyrie.org/~eagle/>


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

Reply via email to