Your message dated Wed, 24 Jul 2013 15:48:08 +0000 with message-id <[email protected]> and subject line Bug#714633: fixed in flashcache 1.0+git20130722-1 has caused the Debian Bug report #714633, regarding flashcache: Flashcache fails to build against kernel 3.10 sources to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 714633: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=714633 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: flashcache Severity: important Tags: l10n Dear Maintainer, flashcache does not build against the current kernelheaders (3.10). see buildlog below. because -Werror=implicit-function-declaration is set, "flashcache_stats_open" implicit declaration generates an error! DKMS make.log for flashcache-1.0+git20130518 for kernel 3.10.0-1-generic (x86_64) Mo 1. Jul 13:40:38 CEST 2013 make -C /lib/modules/3.10.0-1-generic/build M=/var/lib/dkms/flashcache/1.0+git20130518/build modules V=0 make[1]: Betrete Verzeichnis '/usr/src/linux-headers-3.10.0-1-generic' CC [M] /var/lib/dkms/flashcache/1.0+git20130518/build/flashcache_conf.o CC [M] /var/lib/dkms/flashcache/1.0+git20130518/build/flashcache_main.o CC [M] /var/lib/dkms/flashcache/1.0+git20130518/build/flashcache_subr.o CC [M] /var/lib/dkms/flashcache/1.0+git20130518/build/flashcache_ioctl.o CC [M] /var/lib/dkms/flashcache/1.0+git20130518/build/flashcache_procfs.o /var/lib/dkms/flashcache/1.0+git20130518/build/flashcache_procfs.c: In function ‘flashcache_stats_open’: /var/lib/dkms/flashcache/1.0+git20130518/build/flashcache_procfs.c:823:2: error: implicit declaration of function ‘PDE’ [-Werror=implicit-function- declaration] return single_open(file, &flashcache_stats_show, PDE(inode)->data); ^ /var/lib/dkms/flashcache/1.0+git20130518/build/flashcache_procfs.c:823:61: error: invalid type argument of ‘->’ (have ‘int’) return single_open(file, &flashcache_stats_show, PDE(inode)->data); ^ /var/lib/dkms/flashcache/1.0+git20130518/build/flashcache_procfs.c: In function ‘flashcache_errors_open’: /var/lib/dkms/flashcache/1.0+git20130518/build/flashcache_procfs.c:852:62: error: invalid type argument of ‘->’ (have ‘int’) return single_open(file, &flashcache_errors_show, PDE(inode)->data); ^ /var/lib/dkms/flashcache/1.0+git20130518/build/flashcache_procfs.c: In function ‘flashcache_iosize_hist_open’: /var/lib/dkms/flashcache/1.0+git20130518/build/flashcache_procfs.c:877:67: error: invalid type argument of ‘->’ (have ‘int’) return single_open(file, &flashcache_iosize_hist_show, PDE(inode)->data); ^ /var/lib/dkms/flashcache/1.0+git20130518/build/flashcache_procfs.c: In function ‘flashcache_pidlists_open’: /var/lib/dkms/flashcache/1.0+git20130518/build/flashcache_procfs.c:916:64: error: invalid type argument of ‘->’ (have ‘int’) return single_open(file, &flashcache_pidlists_show, PDE(inode)->data); ^ /var/lib/dkms/flashcache/1.0+git20130518/build/flashcache_procfs.c: In function ‘flashcache_version_open’: /var/lib/dkms/flashcache/1.0+git20130518/build/flashcache_procfs.c:941:63: error: invalid type argument of ‘->’ (have ‘int’) return single_open(file, &flashcache_version_show, PDE(inode)->data); ^ /var/lib/dkms/flashcache/1.0+git20130518/build/flashcache_procfs.c: In function ‘flashcache_module_procfs_init’: /var/lib/dkms/flashcache/1.0+git20130518/build/flashcache_procfs.c:958:3: error: implicit declaration of function ‘create_proc_entry’ [-Werror =implicit-function-declaration] entry = create_proc_entry("flashcache/flashcache_version", 0, NULL); ^ /var/lib/dkms/flashcache/1.0+git20130518/build/flashcache_procfs.c:958:9: warning: assignment makes pointer from integer without a cast [enabled by default] entry = create_proc_entry("flashcache/flashcache_version", 0, NULL); ^ /var/lib/dkms/flashcache/1.0+git20130518/build/flashcache_procfs.c:960:9: error: dereferencing pointer to incomplete type entry->proc_fops = &flashcache_version_operations; ^ /var/lib/dkms/flashcache/1.0+git20130518/build/flashcache_procfs.c: In function ‘flashcache_ctr_procfs’: /var/lib/dkms/flashcache/1.0+git20130518/build/flashcache_procfs.c:1032:8: warning: assignment makes pointer from integer without a cast [enabled by default] entry = create_proc_entry(s, 0, NULL); ^ /var/lib/dkms/flashcache/1.0+git20130518/build/flashcache_procfs.c:1034:8: error: dereferencing pointer to incomplete type entry->proc_fops = &flashcache_stats_operations; ^ /var/lib/dkms/flashcache/1.0+git20130518/build/flashcache_procfs.c:1035:8: error: dereferencing pointer to incomplete type entry->data = dmc; ^ /var/lib/dkms/flashcache/1.0+git20130518/build/flashcache_procfs.c:1040:8: warning: assignment makes pointer from integer without a cast [enabled by default] entry = create_proc_entry(s, 0, NULL); ^ /var/lib/dkms/flashcache/1.0+git20130518/build/flashcache_procfs.c:1042:8: error: dereferencing pointer to incomplete type entry->proc_fops = &flashcache_errors_operations; ^ /var/lib/dkms/flashcache/1.0+git20130518/build/flashcache_procfs.c:1043:8: error: dereferencing pointer to incomplete type entry->data = dmc; ^ /var/lib/dkms/flashcache/1.0+git20130518/build/flashcache_procfs.c:1048:8: warning: assignment makes pointer from integer without a cast [enabled by default] entry = create_proc_entry(s, 0, NULL); ^ /var/lib/dkms/flashcache/1.0+git20130518/build/flashcache_procfs.c:1050:8: error: dereferencing pointer to incomplete type entry->proc_fops = &flashcache_iosize_hist_operations; ^ /var/lib/dkms/flashcache/1.0+git20130518/build/flashcache_procfs.c:1051:8: error: dereferencing pointer to incomplete type entry->data = dmc; ^ /var/lib/dkms/flashcache/1.0+git20130518/build/flashcache_procfs.c:1056:8: warning: assignment makes pointer from integer without a cast [enabled by default] entry = create_proc_entry(s, 0, NULL); ^ /var/lib/dkms/flashcache/1.0+git20130518/build/flashcache_procfs.c:1058:8: error: dereferencing pointer to incomplete type entry->proc_fops = &flashcache_pidlists_operations; ^ /var/lib/dkms/flashcache/1.0+git20130518/build/flashcache_procfs.c:1059:8: error: dereferencing pointer to incomplete type entry->data = dmc; ^ cc1: some warnings being treated as errors make[2]: *** [/var/lib/dkms/flashcache/1.0+git20130518/build/flashcache_procfs.o] Fehler 1 make[1]: *** [_module_/var/lib/dkms/flashcache/1.0+git20130518/build] Fehler 2 make[1]: Verlasse Verzeichnis '/usr/src/linux-headers-3.10.0-1-generic' make: *** [modules] Fehler 2 -- System Information: Debian Release: wheezy/sid APT prefers saucy-updates APT policy: (500, 'saucy-updates'), (500, 'saucy-security'), (500, 'saucy') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.9.0-7-generic (SMP w/6 CPU cores) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
--- End Message ---
--- Begin Message ---Source: flashcache Source-Version: 1.0+git20130722-1 We believe that the bug you reported is fixed in the latest version of flashcache, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Liang Guo <[email protected]> (supplier of updated flashcache package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 22 Jul 2013 13:39:52 +0800 Source: flashcache Binary: flashcache-dkms flashcache-utils Architecture: source all amd64 Version: 1.0+git20130722-1 Distribution: unstable Urgency: low Maintainer: Liang Guo <[email protected]> Changed-By: Liang Guo <[email protected]> Description: flashcache-dkms - write-back block device cache for Linux (DKMS version) flashcache-utils - write-back block device cache for Linux (user space utilities) Closes: 714633 Changes: flashcache (1.0+git20130722-1) unstable; urgency=low . * New upstream release (Closes: #714633) * Bump Standards-Version to 3.9.4 (no changes) * Update VCS-* to use canonical URIs * Remove unused manpage lintian overrides Checksums-Sha1: 3b3e327905047399ff9574fcd17e3d3dd4169c4a 2069 flashcache_1.0+git20130722-1.dsc 1dd20d0af118517346c40dce7385f69d96cd1b47 96858 flashcache_1.0+git20130722.orig.tar.gz 18f44eaa6c83d19afa1b4b50b6cf8bb579318ef3 10579 flashcache_1.0+git20130722-1.debian.tar.gz 670f90eef4d461454d4d0b1a8a96e42ae7146251 51960 flashcache-dkms_1.0+git20130722-1_all.deb 610de49786ed7953bc3b300d777a9be55e560a0b 41636 flashcache-utils_1.0+git20130722-1_amd64.deb Checksums-Sha256: 7572fdfcb4b8633fe9c17b52902cf19e85509c7b88cf09bc909974b788c11e8e 2069 flashcache_1.0+git20130722-1.dsc 984013b04ed5df0bcde60080d231fed9125dd5ee6b3bd3ecc7ce035f8363f5f2 96858 flashcache_1.0+git20130722.orig.tar.gz 4f53cba66c13b2254ae5f20f9caae08bb23bcaeb3c9b2744895a56e56ecace2c 10579 flashcache_1.0+git20130722-1.debian.tar.gz 5d05b4e23a7c41ca836e65ccb983f185a3e77f6fab148cc027cdfbb85b14312e 51960 flashcache-dkms_1.0+git20130722-1_all.deb ff50221b7c11d186c59e915b81acace3d06928762075ccdaa8df141cad7e662d 41636 flashcache-utils_1.0+git20130722-1_amd64.deb Files: 6f1df1d931c7896c2cac1e1e218b8759 2069 kernel optional flashcache_1.0+git20130722-1.dsc 5982a3f41a62e54163801e5ebe84c9c6 96858 kernel optional flashcache_1.0+git20130722.orig.tar.gz bc4b20ff5dc6d1f234e48f68a4d7bdb2 10579 kernel optional flashcache_1.0+git20130722-1.debian.tar.gz 2855c04345d7e3bd409d1ef9e53f0921 51960 kernel optional flashcache-dkms_1.0+git20130722-1_all.deb e2f76f7cc714df25c642af7c5e47414f 41636 utils optional flashcache-utils_1.0+git20130722-1_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iQIcBAEBCAAGBQJR7/WAAAoJEIK1tAhowJe8EWoP/2hyHgemC35G+/BU74HiTqGo QvvEVbw9RWXRgJZr2dVYMKrXs+RKF1rzAdjQsijMntVnSlUrVikGwxlgJ9yaaYHV K91YXDal25ziJlIizdYYUvm6Zt+GrguaZj3+rXkIH0hmuYsOvcMCYjr6scl1DPgS 5mXrNSg81lSdWq26pc6QtP7kYhq1qRuVS0wci1F2r/sz+2mB6DZmlzDOO9YOELIE tKDVPdHlOAO1+0jdHSluAFIbFThcd+2n3YQFxwVyT6dkyGKFXOt7XgO5spmFL6ac QOZfRzPz+cHDbxu+qHVKYPcWtZbBBwKyLek/3UE7H3V5BCdxwNeghy8em6wMDNYK 6+fdNsbh9ZDZAq2Xp+ZdF9LV/9+Av5egNomJxCKJeNG0iJSQqR4gUNZCToY9KGzy y9HbYpKHzLtsh2XGEI3ZYn8EKy0VcbEo2hpLxRR8+nfAK7sRjClwOcAKwdiZuT6m 7V/3WNlsYhopTYrRhh6DMDFIXXVJHYfs5KCr3xVyC/F32puHNevLxm7Y2fec0KXR 4bscRjykW6vrNPE941XLwdhTEQA4lUaz2HcZj4+7VOaXj2as2af9MQMe/YkuQp5H xpZ1plGYzqu57o/q7Uyzhwt5TgRygvxIx81mv6pC5mNCiQptWwVtuQIYo4lv/3ld 2ehiFAY5nEmY7LrnigpE =twn2 -----END PGP SIGNATURE-----
--- End Message ---

