stec-inc/EnhanceIO

FTBFS with linux-3.10

Closed this issue · 1 comments

/var/lib/dkms/enhanceio/0+git20130619/build/eio_procfs.c: In function ‘eio_module_procfs_init’:
/var/lib/dkms/enhanceio/0+git20130619/build/eio_procfs.c:1224:3: error: implicit declaration of function ‘create_proc_entry’ [-Werror=implicit-function-declaration]
/var/lib/dkms/enhanceio/0+git20130619/build/eio_procfs.c:1224:9: warning: assignment makes pointer from integer without a cast [enabled by default]
/var/lib/dkms/enhanceio/0+git20130619/build/eio_procfs.c:1226:9: error: dereferencing pointer to incomplete type
/var/lib/dkms/enhanceio/0+git20130619/build/eio_procfs.c: In function ‘eio_procfs_ctr’:
/var/lib/dkms/enhanceio/0+git20130619/build/eio_procfs.c:1259:8: warning: assignment makes pointer from integer without a cast [enabled by default]
/var/lib/dkms/enhanceio/0+git20130619/build/eio_procfs.c:1261:8: error: dereferencing pointer to incomplete type
/var/lib/dkms/enhanceio/0+git20130619/build/eio_procfs.c:1262:8: error: dereferencing pointer to incomplete type
/var/lib/dkms/enhanceio/0+git20130619/build/eio_procfs.c:1267:8: warning: assignment makes pointer from integer without a cast [enabled by default]
/var/lib/dkms/enhanceio/0+git20130619/build/eio_procfs.c:1269:8: error: dereferencing pointer to incomplete type
/var/lib/dkms/enhanceio/0+git20130619/build/eio_procfs.c:1270:8: error: dereferencing pointer to incomplete type
/var/lib/dkms/enhanceio/0+git20130619/build/eio_procfs.c:1275:8: warning: assignment makes pointer from integer without a cast [enabled by default]
/var/lib/dkms/enhanceio/0+git20130619/build/eio_procfs.c:1277:8: error: dereferencing pointer to incomplete type
/var/lib/dkms/enhanceio/0+git20130619/build/eio_procfs.c:1278:8: error: dereferencing pointer to incomplete type
/var/lib/dkms/enhanceio/0+git20130619/build/eio_procfs.c:1283:8: warning: assignment makes pointer from integer without a cast [enabled by default]
/var/lib/dkms/enhanceio/0+git20130619/build/eio_procfs.c:1285:8: error: dereferencing pointer to incomplete type
/var/lib/dkms/enhanceio/0+git20130619/build/eio_procfs.c:1286:8: error: dereferencing pointer to incomplete type
/var/lib/dkms/enhanceio/0+git20130619/build/eio_procfs.c: In function ‘eio_stats_open’:
/var/lib/dkms/enhanceio/0+git20130619/build/eio_procfs.c:1821:2: error: implicit declaration of function ‘PDE’ [-Werror=implicit-function-declaration]
/var/lib/dkms/enhanceio/0+git20130619/build/eio_procfs.c:1821:54: error: invalid type argument of ‘->’ (have ‘int’)
/var/lib/dkms/enhanceio/0+git20130619/build/eio_procfs.c: In function ‘eio_errors_open’:
/var/lib/dkms/enhanceio/0+git20130619/build/eio_procfs.c:1854:55: error: invalid type argument of ‘->’ (have ‘int’)
/var/lib/dkms/enhanceio/0+git20130619/build/eio_procfs.c: In function ‘eio_iosize_hist_open’:
/var/lib/dkms/enhanceio/0+git20130619/build/eio_procfs.c:1889:60: error: invalid type argument of ‘->’ (have ‘int’)
/var/lib/dkms/enhanceio/0+git20130619/build/eio_procfs.c: In function ‘eio_version_open’:
/var/lib/dkms/enhanceio/0+git20130619/build/eio_procfs.c:1911:56: error: invalid type argument of ‘->’ (have ‘int’)
/var/lib/dkms/enhanceio/0+git20130619/build/eio_procfs.c: In function ‘eio_config_open’:
/var/lib/dkms/enhanceio/0+git20130619/build/eio_procfs.c:1948:55: error: invalid type argument of ‘->’ (have ‘int’)

Please disregard this report. I've just realised that the problem was already fixed in master and apparently I was not using the latest commit. Sorry.