Your message dated Sat, 21 Jan 2017 17:19:30 +0000 with message-id <[email protected]> and subject line Bug#851752: fixed in sysdig 0.13.0-2 has caused the Debian Bug report #851752, regarding sysdig-dkms: module FTBFS for Linux 4.9 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.) -- 851752: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=851752 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: sysdig-dkms Version: 0.13.0-1 Severity: serious Justification: fails to build from source Control: found -1 0.9.0-1 Hi, sysdig-dkms cannot build the kernel module for the current kernel in sid: DKMS make.log for sysdig-0.13.0 for kernel 4.9.0-1-amd64 (x86_64) Wed Jan 18 12:58:21 UTC 2017 make: Entering directory '/usr/src/linux-headers-4.9.0-1-amd64' LD /var/lib/dkms/sysdig/0.13.0/build/built-in.o CC [M] /var/lib/dkms/sysdig/0.13.0/build/main.o CC [M] /var/lib/dkms/sysdig/0.13.0/build/dynamic_params_table.o CC [M] /var/lib/dkms/sysdig/0.13.0/build/flags_table.o CC [M] /var/lib/dkms/sysdig/0.13.0/build/ppm_fillers.o CC [M] /var/lib/dkms/sysdig/0.13.0/build/event_table.o CC [M] /var/lib/dkms/sysdig/0.13.0/build/ppm_events.o CC [M] /var/lib/dkms/sysdig/0.13.0/build/syscall_table.o CC [M] /var/lib/dkms/sysdig/0.13.0/build/ppm_cputime.o /var/lib/dkms/sysdig/0.13.0/build/main.c:1740:5: error: conflicting types for '__access_remote_vm' int __access_remote_vm(struct task_struct *t, struct mm_struct *mm, unsigned long addr, ^~~~~~~~~~~~~~~~~~ In file included from /usr/src/linux-headers-4.9.0-1-common/include/linux/scatterlist.h:7:0, from /usr/src/linux-headers-4.9.0-1-common/include/linux/dmaengine.h:24, from /usr/src/linux-headers-4.9.0-1-common/include/linux/netdevice.h:38, from /usr/src/linux-headers-4.9.0-1-common/include/net/sock.h:51, from /var/lib/dkms/sysdig/0.13.0/build/main.c:47: /usr/src/linux-headers-4.9.0-1-common/include/linux/mm.h:1295:12: note: previous declaration of '__access_remote_vm' was here extern int __access_remote_vm(struct task_struct *tsk, struct mm_struct *mm, ^~~~~~~~~~~~~~~~~~ /usr/src/linux-headers-4.9.0-1-common/scripts/Makefile.build:298: recipe for target '/var/lib/dkms/sysdig/0.13.0/build/main.o' failed make[3]: *** [/var/lib/dkms/sysdig/0.13.0/build/main.o] Error 1 make[3]: *** Waiting for unfinished jobs.... /usr/src/linux-headers-4.9.0-1-common/Makefile:1507: recipe for target '_module_/var/lib/dkms/sysdig/0.13.0/build' failed make[2]: *** [_module_/var/lib/dkms/sysdig/0.13.0/build] Error 2 Makefile:150: recipe for target 'sub-make' failed make[1]: *** [sub-make] Error 2 Makefile:8: recipe for target 'all' failed make: *** [all] Error 2 make: Leaving directory '/usr/src/linux-headers-4.9.0-1-amd64' The version from testing fails differently: DKMS make.log for sysdig-0.9.0 for kernel 4.9.0-1-amd64 (x86_64) Wed Jan 18 13:03:41 UTC 2017 make: Entering directory '/usr/src/linux-headers-4.9.0-1-amd64' LD /var/lib/dkms/sysdig/0.9.0/build/built-in.o CC [M] /var/lib/dkms/sysdig/0.9.0/build/main.o CC [M] /var/lib/dkms/sysdig/0.9.0/build/dynamic_params_table.o CC [M] /var/lib/dkms/sysdig/0.9.0/build/event_table.o CC [M] /var/lib/dkms/sysdig/0.9.0/build/ppm_fillers.o CC [M] /var/lib/dkms/sysdig/0.9.0/build/syscall_table.o CC [M] /var/lib/dkms/sysdig/0.9.0/build/flags_table.o CC [M] /var/lib/dkms/sysdig/0.9.0/build/ppm_events.o CC [M] /var/lib/dkms/sysdig/0.9.0/build/ppm_cputime.o /var/lib/dkms/sysdig/0.9.0/build/ppm_fillers.c: In function 'append_cgroup': /var/lib/dkms/sysdig/0.9.0/build/ppm_fillers.c:835:7: warning: assignment makes pointer from integer without a cast [-Wint-conversion] path = cgroup_path(css->cgroup, buf, *available); ^ In file included from /usr/src/linux-headers-4.9.0-1-common/include/uapi/linux/stddef.h:1:0, from /usr/src/linux-headers-4.9.0-1-common/include/linux/stddef.h:4, from /usr/src/linux-headers-4.9.0-1-common/include/uapi/linux/posix_types.h:4, from /usr/src/linux-headers-4.9.0-1-common/include/uapi/linux/types.h:13, from /usr/src/linux-headers-4.9.0-1-common/include/linux/types.h:5, from /usr/src/linux-headers-4.9.0-1-common/include/uapi/linux/audit.h:27, from /usr/src/linux-headers-4.9.0-1-common/arch/x86/include/asm/syscall.h:16, from /var/lib/dkms/sysdig/0.9.0/build/main.c:28: /var/lib/dkms/sysdig/0.9.0/build/main.c: In function 'syscall_enter_probe': /var/lib/dkms/sysdig/0.9.0/build/main.c:1641:40: error: 'struct thread_info' has no member named 'status' if (unlikely(task_thread_info(current)->status & TS_COMPAT)) { ^ /usr/src/linux-headers-4.9.0-1-common/include/linux/compiler.h:168:42: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect(!!(x), 0) ^ /var/lib/dkms/sysdig/0.9.0/build/main.c: In function 'syscall_exit_probe': /var/lib/dkms/sysdig/0.9.0/build/main.c:1703:41: error: 'struct thread_info' has no member named 'status' if (unlikely((task_thread_info(current)->status & TS_COMPAT) && id != __NR_execve)) { ^ /usr/src/linux-headers-4.9.0-1-common/include/linux/compiler.h:168:42: note: in definition of macro 'unlikely' # define unlikely(x) __builtin_expect(!!(x), 0) ^ /var/lib/dkms/sysdig/0.9.0/build/main.c: At top level: /var/lib/dkms/sysdig/0.9.0/build/main.c:1743:5: error: conflicting types for '__access_remote_vm' int __access_remote_vm(struct task_struct *t, struct mm_struct *mm, unsigned long addr, ^~~~~~~~~~~~~~~~~~ In file included from /usr/src/linux-headers-4.9.0-1-common/include/linux/scatterlist.h:7:0, from /usr/src/linux-headers-4.9.0-1-common/include/linux/dmaengine.h:24, from /usr/src/linux-headers-4.9.0-1-common/include/linux/netdevice.h:38, from /usr/src/linux-headers-4.9.0-1-common/include/net/sock.h:51, from /var/lib/dkms/sysdig/0.9.0/build/main.c:47: /usr/src/linux-headers-4.9.0-1-common/include/linux/mm.h:1295:12: note: previous declaration of '__access_remote_vm' was here extern int __access_remote_vm(struct task_struct *tsk, struct mm_struct *mm, ^~~~~~~~~~~~~~~~~~ /usr/src/linux-headers-4.9.0-1-common/scripts/Makefile.build:298: recipe for target '/var/lib/dkms/sysdig/0.9.0/build/main.o' failed make[3]: *** [/var/lib/dkms/sysdig/0.9.0/build/main.o] Error 1 make[3]: *** Waiting for unfinished jobs.... /usr/src/linux-headers-4.9.0-1-common/Makefile:1507: recipe for target '_module_/var/lib/dkms/sysdig/0.9.0/build' failed make[2]: *** [_module_/var/lib/dkms/sysdig/0.9.0/build] Error 2 Makefile:150: recipe for target 'sub-make' failed make[1]: *** [sub-make] Error 2 Makefile:8: recipe for target 'all' failed make: *** [all] Error 2 make: Leaving directory '/usr/src/linux-headers-4.9.0-1-amd64' Cheers, Andreas
--- End Message ---
--- Begin Message ---Source: sysdig Source-Version: 0.13.0-2 We believe that the bug you reported is fixed in the latest version of sysdig, 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. Evgeni Golov <[email protected]> (supplier of updated sysdig 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: SHA512 Format: 1.8 Date: Sat, 21 Jan 2017 17:51:19 +0100 Source: sysdig Binary: sysdig sysdig-dkms Architecture: source Version: 0.13.0-2 Distribution: unstable Urgency: medium Maintainer: Evgeni Golov <[email protected]> Changed-By: Evgeni Golov <[email protected]> Description: sysdig - system-level exploration and troubleshooting tool sysdig-dkms - system-level exploration and troubleshooting tool - kernel source Closes: 851752 Changes: sysdig (0.13.0-2) unstable; urgency=medium . * apply upstream patch to fix compatibility with linux >= 4.9.1 Closes: #851752 * fix Vcs-Git entry, it was missing a /git/ Checksums-Sha1: 6ead5c679c856639c18c29544d6d12e28f76f1ed 2199 sysdig_0.13.0-2.dsc 5f3eceed41466d345251f3eeaf30360e22b686c9 6128 sysdig_0.13.0-2.debian.tar.xz Checksums-Sha256: 9f003b1b6475b939671ca076cf4ca09c64138f9a5e6ec77a1ff2116f9dc69639 2199 sysdig_0.13.0-2.dsc 255bbb816ed38c4482add089952ab8e392bd460f8040144fe44c3d5f35f126b5 6128 sysdig_0.13.0-2.debian.tar.xz Files: d13aca31bc99124a9c4c7f7f780053a0 2199 admin extra sysdig_0.13.0-2.dsc f9fb7efb4f1aea62c659e38354829c00 6128 admin extra sysdig_0.13.0-2.debian.tar.xz -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEExXWpV+gZuhi/B+dmobCbQjM5YegFAliDk2cACgkQobCbQjM5 YeiYgA//b56UTPpET759HIFvOwAqXknHTI4zXdenY+c2po23pdipYlYriMQOlNz8 kMn/DVE6ET9hGf3gVnpzRjkcbi9KoH7e8JlTbd4gcT5a604ZHng0Xdpt47FTKaJw qaEpXzJQYCalMJH0i1kcjW7Xuv64oJ/ozfIAztp99S5J8JLBI80zzLRBwa6mAWiu 7SdYiDq1HXbJ+dwSQN0MjLE2kAgY3/GYTk2nP+IpasOXvtrZ6Fgm4teMR87ro8Qo s+DsedfOmIKEcR/9DGU1yY9MyXcJ//ex41XzQRbONzOY70CVv34/DSxSea1Mgwld jevaspJ+5QxyQOYWXBIncbAbZMcqMH5vTWYR83UvflvHFApiWd/tE2MFqY5wjbHB IwzwXzAEnFLnHAdDkYdonxhLikcOkweup0NIprhPWvrhQK8/2O5mnSqO0OA5Y/jm lH2uj/EudPiAjScNerl6xdoKs+3QI45/HNnLVAItSafxXS+ChfjtjdeuOYdLi2oE xUnEMff7P3Y2bFkbLF8jVAHc3B119S4fGnxC8BaZTflkaJbolVlk+i/M5ZMCq3JS cPT2t53lu1vJLnxrteiJ2P+f9nKAi9dqOMaCsLw/1f3mzOrBdFxXceoZcDwLKr0i AWT2WY0jfD/okzB/2j1EVyO/Xuzp/RI/1sDZR/R3j4g/uUJqw9c= =Zyte -----END PGP SIGNATURE-----
--- End Message ---

