From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.3 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 02043C4363A for ; Tue, 20 Oct 2020 15:07:46 +0000 (UTC) Received: from lists.lttng.org (lists.lttng.org [167.114.26.123]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 2E58421481 for ; Tue, 20 Oct 2020 15:07:45 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.lttng.org header.i=@lists.lttng.org header.b="MGG0FyC3" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 2E58421481 Authentication-Results: mail.kernel.org; dmarc=pass (p=none dis=none) header.from=lists.lttng.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lttng-dev-bounces@lists.lttng.org Received: from lists-lttng01.efficios.com (localhost [IPv6:::1]) by lists.lttng.org (Postfix) with ESMTP id 4CFxnW3MWNz151G; Tue, 20 Oct 2020 11:07:43 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=lists.lttng.org; s=default; t=1603206464; bh=LUumspHoJPX7hntZLiihJNqMVs/qxUk+bhD4QezAXcw=; h=To:References:Date:In-Reply-To:Subject:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=MGG0FyC3KF+9vfew0f/ua5FC+y0foEUQeVk+d0kIdM1TAHwT5MsPQ/DyuhRMLqwtR Yas0qys80EKjp0URhFLqk68tLoICXTUmErqrN0sF9Huy6xl65eIlkdRpiWjdV1t9rT CcXVGg/I4xm9uDRZiBYTyenChl49431g+obh3GHGcS6b06mv7ESXaAPfa7wyWiEcAs 2wB/oWHqKBh4wDYTBolD7DzgnpZwesqVrGlmPSnCQUbADybVpW8i3LNizTlHV/2WhT i+JNgRkVVyZn/IZi8U+5vSaVXv0rmtqJO97iBR5Z5HUpm2TFu+TOYUcNBa99+2YRe2 UCQZzPv0uGssQ== Received: from mail.efficios.com (mail.efficios.com [167.114.26.124]) by lists.lttng.org (Postfix) with ESMTPS id 4CFxnV166dz14rd for ; Tue, 20 Oct 2020 11:07:42 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mail.efficios.com (Postfix) with ESMTP id D64552DA43F for ; Tue, 20 Oct 2020 11:07:36 -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 0AD_voa5uCPJ; Tue, 20 Oct 2020 11:07:36 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mail.efficios.com (Postfix) with ESMTP id A33EE2DAAAA; Tue, 20 Oct 2020 11:07:36 -0400 (EDT) DKIM-Filter: OpenDKIM Filter v2.10.3 mail.efficios.com A33EE2DAAAA 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 P5P0W1CzARei; Tue, 20 Oct 2020 11:07:36 -0400 (EDT) Received: from [10.10.0.55] (96-127-212-112.qc.cable.ebox.net [96.127.212.112]) by mail.efficios.com (Postfix) with ESMTPSA id 765EA2DAAA3; Tue, 20 Oct 2020 11:07:36 -0400 (EDT) To: lttng-dev@lists.lttng.org, "Applencourt, Thomas" References: Message-ID: <255b71b0-fb0f-5548-e96b-b16c9f6662ed@efficios.com> Date: Tue, 20 Oct 2020 11:07:36 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.2.1 MIME-Version: 1.0 In-Reply-To: Content-Language: en-US Subject: Re: [lttng-dev] lttng-tool for configure for `liburcu` doesn't use PKG_CONFIG X-BeenThere: lttng-dev@lists.lttng.org X-Mailman-Version: 2.1.31 Precedence: list List-Id: LTTng development list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Michael Jeanson via lttng-dev Reply-To: Michael Jeanson Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: lttng-dev-bounces@lists.lttng.org Sender: "lttng-dev" On 2020-10-20 11 h 01, Michael Jeanson via lttng-dev wrote: > On 2020-10-19 18 h 22, Applencourt, Thomas via lttng-dev wrote: >> Hi, >> >> When having `lurcu-cds` in the PKG_CONFIG_PATH but not in the >> LD_LIBRARY or CPATH it's not picket up by the configure script. >> >> Regards, >> Thomas > > For which version of babeltrace? From git or a release tarball? I meant lttng-tools, not babeltrace. _______________________________________________ lttng-dev mailing list lttng-dev@lists.lttng.org https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev