Florian Ragwitz <[EMAIL PROTECTED]> writes: > Package: openafs-modules-source > Version: 1.4.0-4 > Severity: important
> I'm trying to build openafs-modules-source against the Linux kernel > 2.6.16 using make-kpkg. This fails with the following error message. > CC [M] /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.16-SP/afs_analyze.o > In file included from /usr/src/modules/openafs/src/afs/afs_osi.h:393, > from /usr/src/modules/openafs/src/rx/rx_clock.h:88, > from /usr/src/modules/openafs/src/rx/rx.h:35, > from /usr/src/modules/openafs/src/afs/afsincludes.h:26, > from > /usr/src/modules/openafs/src/libafs/MODLOAD-2.6.16-SP/afs_analyze.c:36: > /usr/src/modules/openafs/src/afs/LINUX/osi_machdep.h:55:2: error: #error Not > sure what to do about rlim (should be in the Linux task struct somewhere....) This is a completely generic error message that says, basically, that configure failed to figure out anything useful from your kernel headers. The most common source of this error message is that the Linux headers included by configure don't compile. Could you look in config.log and send the error messages that configure got when trying to probe the kernel headers? Thanks! -- Russ Allbery ([EMAIL PROTECTED]) <http://www.eyrie.org/~eagle/> -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

