Oops, I just saw your last message. I will try that right away.

-Ippokratis.


On 4/15/07, Russ Allbery <[EMAIL PROTECTED]> wrote:

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/>




--
-------------------------------------------------------
Ippokratis Pandis
Ph.D. candidate
Carnegie Mellon University
Phone: +1 412 877 5134
Email: [EMAIL PROTECTED]
http://www.cs.cmu.edu/~ipandis/
-------------------------------------------------------

Reply via email to