From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id RH9LAvp9vV8fdAAAWB0awg (envelope-from ) for ; Tue, 24 Nov 2020 16:41:14 -0500 Received: by simark.ca (Postfix, from userid 112) id F04AA1F0AB; Tue, 24 Nov 2020 16:41:13 -0500 (EST) 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 66A3E1E58E for ; Tue, 24 Nov 2020 16:41:13 -0500 (EST) Received: from lists-lttng01.efficios.com (localhost [IPv6:::1]) by lists.lttng.org (Postfix) with ESMTP id 4CgcsP0Hlxz1NbX; Tue, 24 Nov 2020 16:41:13 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=lists.lttng.org; s=default; t=1606254073; bh=3vPBuqedxGsGo+LcaUaLgKVBF8l0yVCtkla0n1pKlcQ=; h=To:Cc:References:Date:In-Reply-To:Subject:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From:Reply-To:From; b=YYhH7Q21b8K2FWD2+x2vs2MFzAT6LNBsX2QlOqIMQKTYPBj7JwYuxHXr7fpbQ4Eg8 Bc6V5AC7RZl9Xz33A5JM8j3ljlIXV/5/ldSv6sc5HcuG7lwaoC6s5XLgARmQ2hM4Ct MUoJ8OHcbQEJ0ShORBPkgjeFevYqn6tLRcjFuYpuefuaoBtHinZzRRs0+twvbEKnFh Se5WR15HK5cNVWfJ7PP3OzHav/5fTw+JwMtvvio9tIVgmRmPQg3SGhSVq1oCmStkka KdJF2YaSvTjoBcS9Lf6sg/f/9EcGJnXxgCPR/85ow2heNpn9PxqIjrOLzQ5c+TKmXm UesG9j7XnjHcw== Received: from mail.efficios.com (mail.efficios.com [167.114.26.124]) by lists.lttng.org (Postfix) with ESMTPS id 4CgcsM5f5Bz1NbW for ; Tue, 24 Nov 2020 16:41:11 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by mail.efficios.com (Postfix) with ESMTP id 63675274DC9; Tue, 24 Nov 2020 16:41:05 -0500 (EST) 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 qpq1JOKeeVLM; Tue, 24 Nov 2020 16:41:05 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by mail.efficios.com (Postfix) with ESMTP id F20B0275004; Tue, 24 Nov 2020 16:41:04 -0500 (EST) DKIM-Filter: OpenDKIM Filter v2.10.3 mail.efficios.com F20B0275004 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 cXPKZDoTBmdS; Tue, 24 Nov 2020 16:41:04 -0500 (EST) 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 DB584274EB0; Tue, 24 Nov 2020 16:41:04 -0500 (EST) To: "Weber, John" , 'Jonathan Rajotte-Julien' Cc: "'lttng-dev@lists.lttng.org'" References: <326539938460471c975e791ce6b1c775@ball.com> <20201120184746.GF8709@joraj-alpa> <8602eba582ba4806b5bf307cceef521d@ball.com> <20201124202138.GA769862@joraj-alpa> Message-ID: Date: Tue, 24 Nov 2020 16:41:04 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.5.0 MIME-Version: 1.0 In-Reply-To: Content-Language: en-US Subject: Re: [lttng-dev] [EXTERNAL] Re: lttng 2.12 install 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-11-24 16 h 02, Weber, John via lttng-dev wrote: > Ok, it I get what you're saying then I am modifying make on the command line while running make? Still the same problem. I don't think it is using the gcc I am specifying as it continues to look in: /usr/src/kernels/3.10.0-1127.19.1.el7.x86_64/ > And I suspect it is still seeing the OS version of gcc (4.8.5) instead of the 6.3.1 provided by devtoolset-6. > Do you have some pixy dust?? Running this will get you verbose output while building which should help you determine which compiler and other tools are used : make CC="/opt/rh/devtoolset-6/root/bin/gcc" V=1 _______________________________________________ lttng-dev mailing list lttng-dev@lists.lttng.org https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev