2007-01-01 14:45:27

by Jan Engelhardt

[permalink] [raw]
Subject: Re: chaostables-0.2 & 2.6.19.1


On Jan 1 2007 15:38, Folkert van Heusden wrote:
>Hi,
>
>I'm trying to compile chaostables v0.2 on a system with kernel 2.6.19.1
>and c-compiler 3.4.6:
>
>root@muur:/usr/src/chaostables-0.2/kernel# make all
>make -C /lib/modules/2.6.19.1/build M=$PWD modules;
>make[1]: Entering directory `/usr/src/linux-2.6.19.1'
> CC [M] /usr/src/chaostables-0.2/kernel/xt_CHAOS.o
>/usr/src/chaostables-0.2/kernel/xt_CHAOS.c: In function `xt_chaos_target':
>/usr/src/chaostables-0.2/kernel/xt_CHAOS.c:53: error: too many arguments to function

Yes I found this one this morning. The issue is simple: function
signatures have changed in 2.6.19 and 2.6.20 which I did not all catch
yet. chaostables compiles fine with 2.6.18 however. I shall have it
workarounded in the next release. Thanks for noticing! (cc to
linuxkernel and netfilter before more people run into the same problem)


Jan
--


2007-01-01 15:15:20

by folkert

[permalink] [raw]
Subject: Re: chaostables-0.2 & 2.6.19.1

> >I'm trying to compile chaostables v0.2 on a system with kernel 2.6.19.1
> >and c-compiler 3.4.6:
> >root@muur:/usr/src/chaostables-0.2/kernel# make all
> >make -C /lib/modules/2.6.19.1/build M=$PWD modules;
> >make[1]: Entering directory `/usr/src/linux-2.6.19.1'
> > CC [M] /usr/src/chaostables-0.2/kernel/xt_CHAOS.o
> >/usr/src/chaostables-0.2/kernel/xt_CHAOS.c: In function `xt_chaos_target':
> >/usr/src/chaostables-0.2/kernel/xt_CHAOS.c:53: error: too many arguments to function
> Yes I found this one this morning. The issue is simple: function
> signatures have changed in 2.6.19 and 2.6.20 which I did not all catch
> yet. chaostables compiles fine with 2.6.18 however. I shall have it
> workarounded in the next release. Thanks for noticing! (cc to
> linuxkernel and netfilter before more people run into the same problem)

Not wanting to put you under pressure but when is that version expected?


Folkert van Heusden

--
Looking for a cheap but fast webhoster with an excellent helpdesk?
http://keetweej.vanheusden.com/redir.php?id=1001
----------------------------------------------------------------------
Phone: +31-6-41278122, PGP-key: 1F28D8AE, http://www.vanheusden.com

2007-01-01 15:24:52

by Jan Engelhardt

[permalink] [raw]
Subject: Re: chaostables-0.2 & 2.6.19.1


On Jan 1 2007 16:15, Folkert van Heusden wrote:

>> >I'm trying to compile chaostables v0.2 on a system with kernel 2.6.19.1
>> >and c-compiler 3.4.6:
>> >/usr/src/chaostables-0.2/kernel/xt_CHAOS.c: In function `xt_chaos_target':
>> >/usr/src/chaostables-0.2/kernel/xt_CHAOS.c:53: error: too many arguments to function
>>
>> Yes I found this one this morning. The issue is simple: function
>> signatures have changed in 2.6.19 and 2.6.20 which I did not all catch
>> yet. chaostables compiles fine with 2.6.18 however. I shall have it
>> workarounded in the next release. Thanks for noticing! (cc to
>> linuxkernel and netfilter before more people run into the same problem)
>
>Not wanting to put you under pressure but when is that version expected?

Just about now, I just made a snapshot.
http://jengelh.hopto.org/f/chaostables/chaostables-0.3.tar.bz2
(The new (note above: snapshot) SREJECT is not complete. Just fixed the 2.6.19
and 2.6.20 compiles.)


-`J'
--