Project

General

Profile

Actions

Bug #1106

closed

lttng-modules 2.3.0-1 fails to install on Ubuntu 12.04.5 LTS

Added by Daniel U. Thibault almost 7 years ago. Updated almost 7 years ago.

Status:
Won't fix
Priority:
Low
Assignee:
-
Target version:
-
Start date:
05/17/2017
Due date:
% Done:

0%

Estimated time:

Description

Having upgraded my Ubuntu 12.04.5 LTS virtual machine to kernel 3.2.0.126.141, I proceeded to uninstall and reinstall the LTTng 2.3.0-1 suite. lttng-modules failed with:

E:lttng-modules: subprocess installed post-installation script returned error exit status 1

Synaptic's log is attached.


Files

Actions #1

Updated by Daniel U. Thibault almost 7 years ago

All packages are marked as installed despite the failure (lttng-modules, lttng-tools, lttng-ust, babeltrace, lttngtop, lttv, userspace-rcu), but LTTng is not functional (no lttng-tools, no daemons/services running).

Actions #2

Updated by Mathieu Desnoyers almost 7 years ago

I suspect that lttng-modules 2.3.0, even though it has been tested on vanilla Linux kernel 3.2.0, does not support your Ubuntu 3.2.0.126.141 kernel. Distribution vendors often cherry-pick newer modifications into old kernels, and lttng-modules need specific code to handle those "Frankenstein kernels". You may want to upgrade to a newer (supported) lttng-modules version and see if it helps.

Actions #3

Updated by Daniel U. Thibault almost 7 years ago

The first error in the log is:

CC [M]  /usr/src/lttng-modules-2.3.0/probes/lttng-probe-block.o
In file included from /usr/src/lttng-modules-2.3.0/probes/../instrumentation/events/lttng-module/../../../probes/lttng-events.h:157:0,
from /usr/src/lttng-modules-2.3.0/probes/../instrumentation/events/lttng-module/../../../probes/define_trace.h:148,
from /usr/src/lttng-modules-2.3.0/probes/../instrumentation/events/lttng-module/block.h:877,
from /usr/src/lttng-modules-2.3.0/probes/lttng-probe-block.c:41:
/usr/src/lttng-modules-2.3.0/probes/../instrumentation/events/lttng-module/../../../probes/../instrumentation/events/lttng-module/block.h:240:1: error: conflicting types for ‘trace_block_rq_complete’
include/trace/events/block.h:123:1: note: previous definition of ‘trace_block_rq_complete’ was here
make[3]: *** [/usr/src/lttng-modules-2.3.0/probes/lttng-probe-block.o] Error 1

Interestingly, after removing the incompletely installed lttng-modules, lttng-tools, and lttng-ust (had to remove lttng-tools twice because of another post-removal script failure), lttng-modules installs fine by itself. So I then installed, one at a time, lttng-ust and then lttng-tools. Nearly works, the only bug being that 'lttng list -k' tells me "Kernel tracer not available". This problem remains after I uninstall and reinstall lttng-modules last.

Seems the install synergy between multiple packages is what hurts most here, although there's a remaining problem with lttng-modules.

Actions #4

Updated by Jonathan Rajotte Julien almost 7 years ago

  • Status changed from New to Won't fix
  • Priority changed from Normal to Low

Hi,

LTTng 2.3 is considered not supported for a long time now. Please use the following ppa to upgrade:

https://launchpad.net/~lttng/+archive/ubuntu/ppa/

Please report to us if any problem arise with the ppa.

Also, ubuntu 12.04 is in End of Life state [1].

[1] https://lists.ubuntu.com/archives/ubuntu-security-announce/2017-March/003777.html

Actions #5

Updated by Daniel U. Thibault almost 7 years ago

Upgrading lttng-modules to the next version (2.5.0-9) fixes the problem. Weird. But if I then upgrade lttng-ust to 2.5.0-10, 'lttng list -k' breaks again. Upgrading lttng-tools to 2.9.x+stable+... (which drags in a bunch of new libs) breaks the system even more, with the lttng command line gone ("bash: /usr/local/bin/lttng: No such file or directory"). The lttng-sessiond daemon refuses to restart.

Actions

Also available in: Atom PDF