From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id gD6MAmjbYWDGRwAAWB0awg (envelope-from ) for ; Mon, 29 Mar 2021 09:51:36 -0400 Received: by simark.ca (Postfix, from userid 112) id F1A1B1E965; Mon, 29 Mar 2021 09:51:35 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from lists.lttng.org (lists.lttng.org [167.114.26.123]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 5E50C1E590 for ; Mon, 29 Mar 2021 09:51:35 -0400 (EDT) Received: from lists-lttng01.efficios.com (localhost [IPv6:::1]) by lists.lttng.org (Postfix) with ESMTP id 4F8DWp5vRLzQ7G; Mon, 29 Mar 2021 09:51:34 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=lists.lttng.org; s=default; t=1617025895; bh=rzl4LbthpmDuPEFD4F7ygBauHT+Lbz27MiZcALibD0M=; h=Date:To:Cc:References:In-Reply-To:Subject:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From:Reply-To:From; b=sgcdP97WrD2viAuixgJvXDszARb8LaEKxjBaUL8H4yTXEK26CecLBLepXnlnem1/D HcTu96JxZmahdpDr57ZCqdcmR/dhPsd3ZgnObApM+nwRfXfx77tO6jlC/LNmh+UGWx RSp8oj96J/MUriFbR02ikgsLJQlEn8uhW9/3zYtc5jRC6qrFFUaHpA6yletLCOAggy +X4ksREiDEwWGl5qqboW1vXICZslKEwL+FmYbbpJpvJUH7Wm+8I8IK7GFTWetsigeG drs9fzU5CT0IF8lHYXEuPHqrX0qdBmK1rIiLQll4bZzsL/ZULjMayaJAzOSfdzbmjj tuNViJTvhyXWA== Received: from mail.efficios.com (mail.efficios.com [167.114.26.124]) by lists.lttng.org (Postfix) with ESMTPS id 4F8DWn5zllzQNS for ; Mon, 29 Mar 2021 09:51:33 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mail.efficios.com (Postfix) with ESMTP id 8B04729FF7F for ; Mon, 29 Mar 2021 09:51:27 -0400 (EDT) Received: from mail.efficios.com ([127.0.0.1]) by localhost (mail03.efficios.com [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id BMoF8gT1ZwJe; Mon, 29 Mar 2021 09:51:26 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mail.efficios.com (Postfix) with ESMTP id 26E6C29FF7E; Mon, 29 Mar 2021 09:51:26 -0400 (EDT) DKIM-Filter: OpenDKIM Filter v2.10.3 mail.efficios.com 26E6C29FF7E X-Virus-Scanned: amavisd-new at efficios.com Received: from mail.efficios.com ([127.0.0.1]) by localhost (mail03.efficios.com [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id Vh2dtWEJwFRG; Mon, 29 Mar 2021 09:51:26 -0400 (EDT) Received: from joraj-alpa (unknown [107.159.43.215]) by mail.efficios.com (Postfix) with ESMTPSA id EE40329FF7D; Mon, 29 Mar 2021 09:51:25 -0400 (EDT) Date: Mon, 29 Mar 2021 09:51:25 -0400 To: MONTET Julien Cc: "lttng-dev@lists.lttng.org" Message-ID: <20210329135125.GC756172@joraj-alpa> References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: Subject: Re: [lttng-dev] LTTng 32 bits : Cannot find liburcu-bp 0.11 or newer X-BeenThere: lttng-dev@lists.lttng.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: LTTng development list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Jonathan Rajotte-Julien via lttng-dev Reply-To: Jonathan Rajotte-Julien Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Errors-To: lttng-dev-bounces@lists.lttng.org Sender: "lttng-dev" Hi Julien, Yeah, the urcu version is wrong here it should be >=3D 0.11. We will get th= at 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 and it installed well. > ________________________________ > De : MONTET Julien > Envoy=E9 : lundi 29 mars 2021 11:43 > =C0 : 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, use= rspace, 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-syst= em > = > 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=3D-Ldir to speci= fy its location. > = > This file - liburcu - is in /usr/local/lib32 : Ubuntu Pastebin > = > 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