Comment 3 for bug 180792

Revision history for this message
Björn Torkelsson (torkel) wrote :

openafs-modules-source 1.4.6.dfsg1-2 does not compile on dapper though. It looks like the compiler output of warnings have changed. In dapper I get:

/scratch/openafs-1.4.6/openafs-1.4.6.dfsg1/conftest.dir/conftest.c: In function 'conftest':
/scratch/openafs-1.4.6/openafs-1.4.6.dfsg1/conftest.dir/conftest.c:37: warning: implicit declaration of function 'sysctl_check_table'
*** Warning: "sysctl_check_table" [/scratch/openafs-1.4.6/openafs-1.4.6.dfsg1/conftest.dir/conftest.ko] undefined!

so the 'grep "^WARNING: .* undefined!$" conftest.err' does not match and thus configure thinks the kernal has sysctl_check_table.

binary:Version (openafs-dbg in debian/control) is also missing in dapper.

After fixing those two things everything compiles and we have already deployed it on the servers and we are currently working on deploying it on our clients too.