All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: Error building lttng 2.10.5 on Fedora 27
       [not found] <CANoO=wR7RamMcg+1WH+MGecPYFcyBCkd0Ek-knL32ziWk5YCjg@mail.gmail.com>
@ 2018-05-09 17:31 ` Michael Jeanson
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Jeanson @ 2018-05-09 17:31 UTC (permalink / raw)
  To: lttng-dev

On 2018-05-08 04:31 PM, Jonah Benton wrote:
> Hi folks,
> 
> Looking forward to taking lttng for a spin.
> 
> I'm on:
> 
> [jbenton@localhost lttng-modules-2.10.5]$ uname -a
> Linux localhost.localdomain 4.16.5-200.fc27.x86_64 #1 SMP Fri Apr 27
> 19:05:44 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
> 
> Following along:
> 
> https://lttng.org/docs/v2.10/#doc-fedora
> 
> I'm failing to build:
> 
> [jbenton@localhost lttng-modules-2.10.5]$ make clean
> make -C /lib/modules/4.16.5-200.fc27.x86_64/build
> M=/home/jbenton/src/local/ksoftirq/lttng-modules-2.10.5 clean
> make[1]: Entering directory '/usr/src/kernels/4.16.5-200.fc27.x86_64'
> make[1]: Leaving directory '/usr/src/kernels/4.16.5-200.fc27.x86_64'
> 
> [jbenton@localhost lttng-modules-2.10.5]$ make
> make -C /lib/modules/4.16.5-200.fc27.x86_64/build
> M=/home/jbenton/src/local/ksoftirq/lttng-modules-2.10.5 CONFIG_LTTNG=m
> CONFIG_LTTNG_CLOCK_PLUGIN_TEST=m modules
> make[1]: Entering directory '/usr/src/kernels/4.16.5-200.fc27.x86_64'
>   CC [M] 
> /home/jbenton/src/local/ksoftirq/lttng-modules-2.10.5/lttng-ring-buffer-client-discard.o
> ...
>   CC [M] 
> /home/jbenton/src/local/ksoftirq/lttng-modules-2.10.5/probes/lttng-probe-sched.o
>   CC [M] 
> /home/jbenton/src/local/ksoftirq/lttng-modules-2.10.5/probes/lttng-probe-irq.o
>   CC [M] 
> /home/jbenton/src/local/ksoftirq/lttng-modules-2.10.5/probes/lttng-probe-timer.o
> In file included from
> /home/jbenton/src/local/ksoftirq/lttng-modules-2.10.5/probes/../probes/define_trace.h:100:0,
>                  from
> /home/jbenton/src/local/ksoftirq/lttng-modules-2.10.5/probes/../instrumentation/events/lttng-module/timer.h:332,
>                  from
> /home/jbenton/src/local/ksoftirq/lttng-modules-2.10.5/probes/lttng-probe-timer.c:43:
> /home/jbenton/src/local/ksoftirq/lttng-modules-2.10.5/probes/../probes/lttng-tracepoint-event-impl.h:142:6:
> error: conflicting types for ‘trace_hrtimer_start’
>  void trace_##_name(_proto);
>       ^
> 
> Thoughts?
> 
> Thanks!
> 
> Jonah

Hi,

Support for linux 4.16 requires patches that are no yet in a stable 2.10
release. You can get them from the git repo in the stable-2.10 branch or
wait for the 2.10.6 release which should happen before the end of the week.

Cheers,

Michael

_______________________________________________
lttng-dev mailing list
lttng-dev@lists.lttng.org
https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Error building lttng 2.10.5 on Fedora 27
@ 2018-05-08 20:31 Jonah Benton
  0 siblings, 0 replies; 2+ messages in thread
From: Jonah Benton @ 2018-05-08 20:31 UTC (permalink / raw)
  To: lttng-dev


[-- Attachment #1.1: Type: text/plain, Size: 1908 bytes --]

Hi folks,

Looking forward to taking lttng for a spin.

I'm on:

[jbenton@localhost lttng-modules-2.10.5]$ uname -a
Linux localhost.localdomain 4.16.5-200.fc27.x86_64 #1 SMP Fri Apr 27
19:05:44 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

Following along:

https://lttng.org/docs/v2.10/#doc-fedora

I'm failing to build:

[jbenton@localhost lttng-modules-2.10.5]$ make clean
make -C /lib/modules/4.16.5-200.fc27.x86_64/build
M=/home/jbenton/src/local/ksoftirq/lttng-modules-2.10.5 clean
make[1]: Entering directory '/usr/src/kernels/4.16.5-200.fc27.x86_64'
make[1]: Leaving directory '/usr/src/kernels/4.16.5-200.fc27.x86_64'

[jbenton@localhost lttng-modules-2.10.5]$ make
make -C /lib/modules/4.16.5-200.fc27.x86_64/build
M=/home/jbenton/src/local/ksoftirq/lttng-modules-2.10.5 CONFIG_LTTNG=m
CONFIG_LTTNG_CLOCK_PLUGIN_TEST=m modules
make[1]: Entering directory '/usr/src/kernels/4.16.5-200.fc27.x86_64'
  CC [M]
/home/jbenton/src/local/ksoftirq/lttng-modules-2.10.5/lttng-ring-buffer-client-discard.o
...
  CC [M]
/home/jbenton/src/local/ksoftirq/lttng-modules-2.10.5/probes/lttng-probe-sched.o
  CC [M]
/home/jbenton/src/local/ksoftirq/lttng-modules-2.10.5/probes/lttng-probe-irq.o
  CC [M]
/home/jbenton/src/local/ksoftirq/lttng-modules-2.10.5/probes/lttng-probe-timer.o
In file included from
/home/jbenton/src/local/ksoftirq/lttng-modules-2.10.5/probes/../probes/define_trace.h:100:0,
                 from
/home/jbenton/src/local/ksoftirq/lttng-modules-2.10.5/probes/../instrumentation/events/lttng-module/timer.h:332,
                 from
/home/jbenton/src/local/ksoftirq/lttng-modules-2.10.5/probes/lttng-probe-timer.c:43:
/home/jbenton/src/local/ksoftirq/lttng-modules-2.10.5/probes/../probes/lttng-tracepoint-event-impl.h:142:6:
error: conflicting types for ‘trace_hrtimer_start’
 void trace_##_name(_proto);
      ^

Thoughts?

Thanks!

Jonah

[-- Attachment #1.2: Type: text/html, Size: 2496 bytes --]

[-- Attachment #2: Type: text/plain, Size: 156 bytes --]

_______________________________________________
lttng-dev mailing list
lttng-dev@lists.lttng.org
https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-05-09 17:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CANoO=wR7RamMcg+1WH+MGecPYFcyBCkd0Ek-knL32ziWk5YCjg@mail.gmail.com>
2018-05-09 17:31 ` Error building lttng 2.10.5 on Fedora 27 Michael Jeanson
2018-05-08 20:31 Jonah Benton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.