Your message dated Mon, 03 Dec 2018 21:47:08 +0000 with message-id <[email protected]> and subject line Bug#889901: fixed in lttng-modules 2.9.0-1+deb9u1 has caused the Debian Bug report #889901, regarding lttng-modules-dkms-2.9.0-1 fails to build with latest kernel (4.9.0-5-amd64) in debian 9.3 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.) -- 889901: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=889901 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: lttng-modules-dkms Version: 2.9.0-1 Severity: important Dear Maintainer, I am trying to get Lttng kernel tracing working in debian 9.3 (stretch) and attempted to install required packages like: i) lttng-modules-dkms Command executed: # sudo apt-get install lttng-modules-dkms Error observed during setup/configure process, while lttng-modules were building: -------------------- Setting up linux-compiler-gcc-6-x86 (4.9.65-3+deb9u2) ... Setting up dkms (2.3-2) ... Setting up linux-headers-4.9.0-5-amd64 (4.9.65-3+deb9u2) ... Setting up lttng-modules-dkms (2.9.0-1) ... Loading new lttng-modules-2.9.0 DKMS files... Building for 4.9.0-5-amd64 Building initial module for 4.9.0-5-amd64 Error! Bad return status for module build on kernel: 4.9.0-5-amd64 (x86_64) Consult /var/lib/dkms/lttng-modules/2.9.0/build/make.log for more information. Setting up linux-headers-amd64 (4.9+80+deb9u3) ... ---------------------- Snippet from make.log: ---------------------- DKMS make.log for lttng-modules-2.9.0 for kernel 4.9.0-5-amd64 (x86_64) Thu Feb 8 12:54:43 UTC 2018 make: Entering directory '/usr/src/linux-headers-4.9.0-5-amd64' CC [M] /var/lib/dkms/lttng-modules/2.9.0/build/lttng-ring-buffer-client-discard.o CC [M] /var/lib/dkms/lttng-modules/2.9.0/build/lttng-ring-buffer-client-overwrite.o CC [M] /var/lib/dkms/lttng-modules/2.9.0/build/lttng-ring-buffer-client-mmap-discard.o ... CC [M] /var/lib/dkms/lttng-modules/2.9.0/build/probes/lttng-probe-x86-exceptions.o In file included from /var/lib/dkms/lttng-modules/2.9.0/build/probes/../probes/define_trace.h:100:0, from /var/lib/dkms/lttng-modules/2.9.0/build/probes/../instrumentation/events/lttng-module/kvm.h:238, from /var/lib/dkms/lttng-modules/2.9.0/build/probes/lttng-probe-kvm.c:42: /var/lib/dkms/lttng-modules/2.9.0/build/probes/../probes/lttng-tracepoint-event-impl.h:142:6: error: conflicting types for 'trace_kvm_mmio' void trace_##_name(_proto); ^ /var/lib/dkms/lttng-modules/2.9.0/build/probes/../probes/lttng-tracepoint-event-impl.h:54:2: note: in expansion of macro 'LTTNG_TRACEPOINT_EVENT_INSTANCE_MAP' LTTNG_TRACEPOINT_EVENT_INSTANCE_MAP(map, name, map, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /var/lib/dkms/lttng-modules/2.9.0/build/probes/../probes/lttng-tracepoint-event-impl.h:96:2: note: in expansion of macro 'LTTNG_TRACEPOINT_EVENT_MAP' LTTNG_TRACEPOINT_EVENT_MAP(name, name, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~ /var/lib/dkms/lttng-modules/2.9.0/build/probes/../instrumentation/events/lttng-module/kvm.h:87:1: note: in expansion of macro 'LTTNG_TRACEPOINT_EVENT' LTTNG_TRACEPOINT_EVENT(kvm_mmio, ^~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/src/linux-headers-4.9.0-5-common/arch/x86/include/asm/kvm_host.h:17:0, from /usr/src/linux-headers-4.9.0-5-common/include/linux/kvm_host.h:36, from /var/lib/dkms/lttng-modules/2.9.0/build/probes/lttng-probe-kvm.c:24: /usr/src/linux-headers-4.9.0-5-common/include/linux/tracepoint.h:183:21: note: previous definition of 'trace_kvm_mmio' was here static inline void trace_##name(proto) \ ^ /usr/src/linux-headers-4.9.0-5-common/include/linux/tracepoint.h:348:2: note: in expansion of macro '__DECLARE_TRACE' __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ ^~~~~~~~~~~~~~~ /usr/src/linux-headers-4.9.0-5-common/include/linux/tracepoint.h:484:2: note: in expansion of macro 'DECLARE_TRACE' DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) ^~~~~~~~~~~~~ /usr/src/linux-headers-4.9.0-5-common/include/trace/events/kvm.h:210:1: note: in expansion of macro 'TRACE_EVENT' TRACE_EVENT(kvm_mmio, ^~~~~~~~~~~ CC [M] /var/lib/dkms/lttng-modules/2.9.0/build/probes/lttng-probe-signal.o /usr/src/linux-headers-4.9.0-5-common/scripts/Makefile.build:304: recipe for target '/var/lib/dkms/lttng-modules/2.9.0/build/probes/lttng-probe-kvm.o' failed make[4]: *** [/var/lib/dkms/lttng-modules/2.9.0/build/probes/lttng-probe-kvm.o] Error 1 make[4]: *** Waiting for unfinished jobs.... /usr/src/linux-headers-4.9.0-5-common/scripts/Makefile.build:549: recipe for target '/var/lib/dkms/lttng-modules/2.9.0/build/probes' failed make[3]: *** [/var/lib/dkms/lttng-modules/2.9.0/build/probes] Error 2 make[3]: *** Waiting for unfinished jobs.... /usr/src/linux-headers-4.9.0-5-common/Makefile:1510: recipe for target '_module_/var/lib/dkms/lttng-modules/2.9.0/build' failed make[2]: *** [_module_/var/lib/dkms/lttng-modules/2.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-5-amd64' --------------------------- Do we have a fix or workaround available for this failure ? TIA! Srikant -- System Information: Debian Release: 9.3 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 4.9.0-5-amd64 (SMP w/8 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages lttng-modules-dkms depends on: ii dkms 2.3-2 Versions of packages lttng-modules-dkms recommends: ii lttng-tools 2.9.3-1 lttng-modules-dkms suggests no packages. -- no debconf information
--- End Message ---
--- Begin Message ---Source: lttng-modules Source-Version: 2.9.0-1+deb9u1 We believe that the bug you reported is fixed in the latest version of lttng-modules, 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. Michael Jeanson <[email protected]> (supplier of updated lttng-modules 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: Fri, 10 Aug 2018 12:47:14 -0400 Source: lttng-modules Binary: lttng-modules-dkms Architecture: source Version: 2.9.0-1+deb9u1 Distribution: stable Urgency: medium Maintainer: Jon Bernard <[email protected]> Changed-By: Michael Jeanson <[email protected]> Description: lttng-modules-dkms - Linux Trace Toolkit (LTTng) kernel modules (DKMS) Closes: 864404 889901 Changes: lttng-modules (2.9.0-1+deb9u1) stable; urgency=medium . * [c3d8eab] Stretch gbp branch config * [ee40323] Fix build on linux-rt 4.9 kernels. (Closes: #864404) * [b20f74a] Fix build on >= 4.9.0-3 kernels (Closes: #889901) Checksums-Sha1: 93614d06652fbc8c434780c96376e8fa92e902db 2033 lttng-modules_2.9.0-1+deb9u1.dsc 819ee1c2a5a821b7fdc1c2fc102ef3079c32aad7 328247 lttng-modules_2.9.0.orig.tar.bz2 8d7eafe3f212ed61d95071d56584149cd07e1658 9512 lttng-modules_2.9.0-1+deb9u1.debian.tar.xz 5cd4328c7d1bbde8aa6c03157a92d94813d619e5 6243 lttng-modules_2.9.0-1+deb9u1_source.buildinfo Checksums-Sha256: 15c54fdbc31d17eb7619beee0016e16f581a4826783a623b7ade9fc1fbba0852 2033 lttng-modules_2.9.0-1+deb9u1.dsc af914e5954081cfb6bd4c6dcf9390474e0c13fe056b12b3dfc86d1b88b8340a0 328247 lttng-modules_2.9.0.orig.tar.bz2 6352bfb0e7d9c83d00507133c6484abdab79af1ff397edb0c81a8cf745a65dbf 9512 lttng-modules_2.9.0-1+deb9u1.debian.tar.xz 580e25a353b25fdaac2ad111916640578373f38841c412030fe82d952fdfd3b7 6243 lttng-modules_2.9.0-1+deb9u1_source.buildinfo Files: b25869cc31fa812a885640b917db25d7 2033 kernel extra lttng-modules_2.9.0-1+deb9u1.dsc 717df375ccb6f32bb297cc2f2e692bbf 328247 kernel extra lttng-modules_2.9.0.orig.tar.bz2 4140d778fb73bfbfde38e96d573ce217 9512 kernel extra lttng-modules_2.9.0-1+deb9u1.debian.tar.xz f844728bdef5533ff6e8e039f615695a 6243 kernel extra lttng-modules_2.9.0-1+deb9u1_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJIBAEBCgAyFiEEmGYkMkK2Qid54gtihlYfRSGA/P4FAlwFZn0UHG1qZWFuc29u QGRlYmlhbi5vcmcACgkQhlYfRSGA/P6oTBAAmA+g0scfsOYMOn0mNiHLY2gsLAEe RVRBNMukA17bFFxQkysEoZ3tnVSQewFrVgpw3+SkpgGLWIe3oJg03ayXRSsS+uLK WYGzsmip8krOtAVhhlDTQWfEzoA/4wl8A+xHl0aDhCokHIQIka8q9QgqV+K8SJVH bOn384y5jkmLQ/1vFcWc3u8cthwbBZdSvKJfXe40dLZDKovYMupaG6fMRys5BhZT 1bwn5Zj2f+uxTuTPuWTJIGSnUxiZ9a9YuZkWuc/sR46Uor4GsRVcLlKBYCKw36I9 +iKC/yX4O1K2qJDUx2Nm5MEbb7IB9SXujuw/0ecUkAKv8ujUGO4iBpRc9f0kYPXR UYoYEdigaLVVBBoc6kIvBYmfRao8i6nFVGw4EIBZ3T5yf+5BkzkLY5/x19JqsI9n tE5kG/DxcpmalttHfL1ybjtd7sz8vSQvp2sWmcDUXlQfZ6g/jGFjf3BTrmzG5wvp wvX1WCZwjoEmhbCYofabBYOYLEkcipDEHo3r/fY0nNaupxXoH9eVVzo4SeiW9hvZ xLkCiPDPi9SDDWKQzWm2wk4wWvWk7vJzLMd9SnOMJRB+bexlLj0ufoz9lRYdUS3H rw87ndqMP0EGwk5wTnDHvb8CsHtXTFuf35y5OJeY9oO0FPRq3duL2E1Tp4+uYz+c bV3O/t1/cZDikK4= =LB29 -----END PGP SIGNATURE-----
--- End Message ---

