Bug #1098
closedLTTng-modules-stable-2.8-2.8.2-e840206 does not compile under Ubuntu 14.04.5
0%
Description
Ubuntu 14.04.5 LTS trusty, 4.4.0-75-generic running as VM under proxmox
LTTng-modules-stable-2.8-2.8.2-e840206
Compilation stops with:
CC [M] /usr/src/lttng-modules-stable-2.8-2.8.2-e840206/lttng-syscalls.o gcc: internal compiler error: Killed (program cc1) Please submit a full bug report, with preprocessed source if appropriate. See <file:///usr/share/doc/gcc-4.8/README.Bugs> for instructions. make[2]: *** [/usr/src/lttng-modules-stable-2.8-2.8.2-e840206/lttng-syscalls.o] Error 4 make[1]: *** [_module_/usr/src/lttng-modules-stable-2.8-2.8.2-e840206] Error 2 make[1]: Leaving directory `/usr/src/linux-headers-4.4.0-75-generic' make: *** [modules] Error 2
The compiler is gcc (Ubuntu 4.8.4-2ubuntu1~14.04.3) 4.8.4
Logs attached. The first make run actually ended with the session abruptly shutting down. I logged back in, removed the last few .o files created (in case they were truncated), and ran the make again. Hence two logs.
The system includes the following packages:
linux-headers-`uname -r` (kernel headers)
asciidoc (includes xmlto)
automake (includes autoconf)
bison
elfutils
flex
gcc
libc6-dev
libelf-dev
libdw-dev
libglib2.0-dev
libgtk2.0-dev (includes libpango1.0-dev)
libncurses5-dev (includes libtinfo-dev)
libpopt-dev
libtool
libxml2-dev
(perl)
python-dev
python3-dev
swig2.0
texinfo
uuid-dev
Files
Updated by Mathieu Desnoyers over 7 years ago
- Status changed from New to Invalid
You need to increase the memory of your VM in order to be able to compile lttng-modules syscall tracing module.
Updated by Daniel U. Thibault over 7 years ago
Mathieu Desnoyers wrote:
You need to increase the memory of your VM in order to be able to compile lttng-modules syscall tracing module.
That was too easy. :-)