lttng-dev.lists.lttng.org archive mirror
 help / color / mirror / Atom feed
* [lttng-dev] LTTng 32 bits : Cannot find liburcu-bp 0.11 or newer
@ 2021-03-29  9:43 MONTET Julien via lttng-dev
  2021-03-29 13:24 ` MONTET Julien via lttng-dev
  0 siblings, 1 reply; 3+ messages in thread
From: MONTET Julien via lttng-dev @ 2021-03-29  9:43 UTC (permalink / raw)
  To: lttng-dev


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

Hi everyone,

I successfully installed and used LTTng on x86 and x64 (kernel event, userspace, and other tools like TraceCompass).

Now, I am looking for a way to use LTTng on other processors (arm32, ...).

I tried to follow the tutorial and, to be honest, I am quite not lost on step 2. (libuuid, popt, libxml2)
https://lttng.org/docs/v2.12/#doc-instrumenting-32-bit-app-on-64-bit-system

My current issue is on the step 3.
During the installation (./configure), I have the following error :
error: Cannot find liburcu-bp 0.11 or newer. Use LDFLAGS=-Ldir to specify its location.

This file - liburcu - is in /usr/local/lib32 : Ubuntu Pastebin<https://paste.ubuntu.com/p/b67Bxf6cfB/>

This topic was started a long time ago here :
https://lists.lttng.org/pipermail/lttng-dev/2013-February/019641.html

Would you mind helping me ?

[-- Attachment #1.2: Type: text/html, Size: 4334 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] 3+ messages in thread

* Re: [lttng-dev] LTTng 32 bits : Cannot find liburcu-bp 0.11 or newer
  2021-03-29  9:43 [lttng-dev] LTTng 32 bits : Cannot find liburcu-bp 0.11 or newer MONTET Julien via lttng-dev
@ 2021-03-29 13:24 ` MONTET Julien via lttng-dev
  2021-03-29 13:51   ` Jonathan Rajotte-Julien via lttng-dev
  0 siblings, 1 reply; 3+ messages in thread
From: MONTET Julien via lttng-dev @ 2021-03-29 13:24 UTC (permalink / raw)
  Cc: lttng-dev


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

Oh my bad !
You just have to choose modify the lines of the tutorial (rcu).
I chose userspace-rcu-0.12.2.tar.bz2<https://lttng.org/files/urcu/userspace-rcu-0.12.2.tar.bz2> and it installed well.
________________________________
De : MONTET Julien
Envoyé : lundi 29 mars 2021 11:43
À : lttng-dev@lists.lttng.org <lttng-dev@lists.lttng.org>
Objet : LTTng 32 bits : Cannot find liburcu-bp 0.11 or newer

Hi everyone,

I successfully installed and used LTTng on x86 and x64 (kernel event, userspace, and other tools like TraceCompass).

Now, I am looking for a way to use LTTng on other processors (arm32, ...).

I tried to follow the tutorial and, to be honest, I am quite not lost on step 2. (libuuid, popt, libxml2)
https://lttng.org/docs/v2.12/#doc-instrumenting-32-bit-app-on-64-bit-system

My current issue is on the step 3.
During the installation (./configure), I have the following error :
error: Cannot find liburcu-bp 0.11 or newer. Use LDFLAGS=-Ldir to specify its location.

This file - liburcu - is in /usr/local/lib32 : Ubuntu Pastebin<https://paste.ubuntu.com/p/b67Bxf6cfB/>

This topic was started a long time ago here :
https://lists.lttng.org/pipermail/lttng-dev/2013-February/019641.html

Would you mind helping me ?

[-- Attachment #1.2: Type: text/html, Size: 5245 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] 3+ messages in thread

* Re: [lttng-dev] LTTng 32 bits : Cannot find liburcu-bp 0.11 or newer
  2021-03-29 13:24 ` MONTET Julien via lttng-dev
@ 2021-03-29 13:51   ` Jonathan Rajotte-Julien via lttng-dev
  0 siblings, 0 replies; 3+ messages in thread
From: Jonathan Rajotte-Julien via lttng-dev @ 2021-03-29 13:51 UTC (permalink / raw)
  To: MONTET Julien; +Cc: lttng-dev

Hi Julien,

Yeah, the urcu version is wrong here it should be >= 0.11. We will get that fixed.

Thanks

On Mon, Mar 29, 2021 at 01:24:48PM +0000, MONTET Julien via lttng-dev wrote:
> Oh my bad !
> You just have to choose modify the lines of the tutorial (rcu).
> I chose userspace-rcu-0.12.2.tar.bz2<https://lttng.org/files/urcu/userspace-rcu-0.12.2.tar.bz2> and it installed well.
> ________________________________
> De : MONTET Julien
> Envoyé : lundi 29 mars 2021 11:43
> À : lttng-dev@lists.lttng.org <lttng-dev@lists.lttng.org>
> Objet : LTTng 32 bits : Cannot find liburcu-bp 0.11 or newer
> 
> Hi everyone,
> 
> I successfully installed and used LTTng on x86 and x64 (kernel event, userspace, and other tools like TraceCompass).
> 
> Now, I am looking for a way to use LTTng on other processors (arm32, ...).
> 
> I tried to follow the tutorial and, to be honest, I am quite not lost on step 2. (libuuid, popt, libxml2)
> https://lttng.org/docs/v2.12/#doc-instrumenting-32-bit-app-on-64-bit-system
> 
> My current issue is on the step 3.
> During the installation (./configure), I have the following error :
> error: Cannot find liburcu-bp 0.11 or newer. Use LDFLAGS=-Ldir to specify its location.
> 
> This file - liburcu - is in /usr/local/lib32 : Ubuntu Pastebin<https://paste.ubuntu.com/p/b67Bxf6cfB/>
> 
> This topic was started a long time ago here :
> https://lists.lttng.org/pipermail/lttng-dev/2013-February/019641.html
> 
> Would you mind helping me ?

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


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

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

end of thread, other threads:[~2021-03-29 13:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-29  9:43 [lttng-dev] LTTng 32 bits : Cannot find liburcu-bp 0.11 or newer MONTET Julien via lttng-dev
2021-03-29 13:24 ` MONTET Julien via lttng-dev
2021-03-29 13:51   ` Jonathan Rajotte-Julien via lttng-dev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).