From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id ZTrACWhrvV9OcgAAWB0awg (envelope-from ) for ; Tue, 24 Nov 2020 15:22:00 -0500 Received: by simark.ca (Postfix, from userid 112) id 1B0C41F0AB; Tue, 24 Nov 2020 15:22:00 -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 327EA1E776 for ; Tue, 24 Nov 2020 15:21:59 -0500 (EST) Received: from lists-lttng01.efficios.com (localhost [IPv6:::1]) by lists.lttng.org (Postfix) with ESMTP id 4Cgb5y4XN6z1NGs; Tue, 24 Nov 2020 15:21:58 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=lists.lttng.org; s=default; t=1606249318; bh=aC1UF0+WPbWAVDReYfJGGBu2T6hcWv+tcQMtoJorVDs=; 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=ewcGXA4IPbfwcrgtlPGSU6NbkUaaOLhRiwfAcsY4xir2SXNCNjQPH19xce2+HViQQ xFYFXrHNtFJRDiNUy7qLg+j0rgZkMXWoxWGdaiexYA4DoRLQuAnnw0AG9i3eqIgW3j ucRJZ2cZO1Ya3Yx5DFnZrUAfJoBkaAoUai1/bvsFTsTbTnMyQJgoBQYbwfymlWJd5g HVqgEz//fAKlM179zQzdUhIP9/2lqrACOo1JuraQtOnNo7M5NNB2Etymn7rbut7LXI Tlr4gI1kS6uTPpUbtQ/+QSlMeBBNLKdZqvKURkwtMRwuqKopf7/oeYlHiwAesnyLX6 ynUfsrOdxXrYg== Received: from mail.efficios.com (mail.efficios.com [167.114.26.124]) by lists.lttng.org (Postfix) with ESMTPS id 4Cgb5x30VSz1NGq for ; Tue, 24 Nov 2020 15:21:57 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by mail.efficios.com (Postfix) with ESMTP id 04B3D273FD0 for ; Tue, 24 Nov 2020 15:21:51 -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 HUTl4jq7j715; Tue, 24 Nov 2020 15:21:50 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by mail.efficios.com (Postfix) with ESMTP id 8A4F3273FCF; Tue, 24 Nov 2020 15:21:50 -0500 (EST) DKIM-Filter: OpenDKIM Filter v2.10.3 mail.efficios.com 8A4F3273FCF 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 kTqyTpzJHS_N; Tue, 24 Nov 2020 15:21:50 -0500 (EST) Received: from joraj-alpa (unknown [107.159.43.215]) by mail.efficios.com (Postfix) with ESMTPSA id 60C18274308; Tue, 24 Nov 2020 15:21:50 -0500 (EST) Date: Tue, 24 Nov 2020 15:21:38 -0500 To: "Weber, John" Cc: "'lttng-dev@lists.lttng.org'" Message-ID: <20201124202138.GA769862@joraj-alpa> References: <326539938460471c975e791ce6b1c775@ball.com> <20201120184746.GF8709@joraj-alpa> <8602eba582ba4806b5bf307cceef521d@ball.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <8602eba582ba4806b5bf307cceef521d@ball.com> 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: 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 John, AFAIK, you should be able to do so using something similar to the following: make CC=3D"your_compiler" HOSTCC=3D"your_compiler" ... Cheers On Tue, Nov 24, 2020 at 07:22:10PM +0000, Weber, John wrote: > Hi, thanks for your reply. So, on my system there are 2 gcc's. one instal= led by the OS and the other by installation of devtooset-6. Upon checking t= he versions of both I have 4.8.5 installed by OS in /usr/bin the other one = from devtoolset is 6.3.1. Your reference to check /proc/version shows that = it sees 4.8.5. how can I manipulate the install to use the gcc from /opt/rh= /devtoolset-6/root/bin/gcc (which is 6.3.1) > = > ---------------------------- > John Weber > Ball Aerospace > ITS ND System Administrator = > 10 Longs Peak Dr., Broomfield, CO 80021 > C: 303-807-3608 P: 303-234-2103 > E: jweber1@ball.com > =A0 > =A0 > = > =A0 > = > =A0 > = > -----Original Message----- > From: Jonathan Rajotte-Julien = > Sent: Friday, November 20, 2020 11:48 AM > To: Weber, John > Cc: 'lttng-dev@lists.lttng.org' > Subject: [EXTERNAL] Re: [lttng-dev] lttng 2.12 install > = > Hi John, > = > This does not seems to be directly related to the lttng-modules project. > = > This errors seems to arise because of the compiler you are using to compi= le lttng-modules (kernel modules). The RETPOLINE check is part of the kerne= l build system, not directly lttng-modules. > = > I would recommend that you take a look at the /proc/version file and the = compiler that was used to compile your kernel. = > = > Also note that EfficiOS [1] provide commercial support if you ever need m= ore in-depth support. = > = > Cheers > = > [1] https://urldefense.proofpoint.com/v2/url?u=3Dhttps-3A__www.efficios.c= om_contact_&d=3DDwIBAg&c=3DjF7FvYH6t0RX1HrEjVCgHQ&r=3Dt_BRyMysL9XIchJvkrT9w= Q&m=3DEB0u_nTE1tUx4ZXA7ENPxCS2zGFrbf0ZpfI5DiP051o&s=3DJumKvFuRjeKw-8NQkpWd1= nN8ZOHAo-JMUMiqWc2Oq9o&e=3D = > = > On Fri, Nov 20, 2020 at 05:43:00PM +0000, Weber, John via lttng-dev wrote: > > Hi, I have a centos 7.8 workstation that I'm trying to install lttng-mo= dules & lttng-tools from source. Based on your install instructions I'm wor= king on installing the modules part first and its failing. I am getting the= error: > > Make entering directory /usr/src/kernels/3.10.0-1127.19.1.el7.x86_64 > > Arch/x86/Makefile:166 *** CONFIG_RETPOLINE=3Dy, but not supported by th= e = > > compiler. Compiler update recommended... stop > > Make: modules error 2 > > = > > Help, how can I get this program to install? Im stuck. Also, my work en= vironment is classified so there is no access to internet from high side. > > = > > ---------------------------- > > John Weber > > Ball Aerospace > > ITS ND System Administrator > > 10 Longs Peak Dr., Broomfield, CO 80021 > > C: 303-807-3608 P: 303-234-2103 > > E: jweber1@ball.com > > = > > = > > [cid:image001.jpg@01D6BF29.AD6C5250] > > = > > = > > [cid:image002.jpg@01D6BF29.AD6C5250] > > = > > This message and any enclosures are intended only for the addressee. = > > Please notify the sender by email if you are not the intended = > > recipient. If you are not the intended recipient, you may not use, = > > copy, disclose, or distribute this message or its contents or = > > enclosures to any other person and any such actions may be unlawful. = > > Ball reserves the right to monitor and review all messages and enclosur= es sent to or from this email address. > = > = > = > = > > _______________________________________________ > > lttng-dev mailing list > > lttng-dev@lists.lttng.org > > https://urldefense.proofpoint.com/v2/url?u=3Dhttps-3A__lists.lttng.org_c > > gi-2Dbin_mailman_listinfo_lttng-2Ddev&d=3DDwIBAg&c=3DjF7FvYH6t0RX1HrEjV= CgH > > Q&r=3Dt_BRyMysL9XIchJvkrT9wQ&m=3DEB0u_nTE1tUx4ZXA7ENPxCS2zGFrbf0ZpfI5Di= P05 > > 1o&s=3DtlmdamhJeWU81ADw4gyy0TeCGIhuLXutgPxwQNZsQUk&e=3D > = > = > -- > Jonathan Rajotte-Julien > EfficiOS > = > This message and any enclosures are intended only for the addressee. Ple= ase = > notify the sender by email if you are not the intended recipient. If you= are = > not the intended recipient, you may not use, copy, disclose, or distribut= e this = > message or its contents or enclosures to any other person and any such ac= tions = > may be unlawful. Ball reserves the right to monitor and review all messa= ges = > and enclosures sent to or from this email address. -- = Jonathan Rajotte-Julien EfficiOS _______________________________________________ lttng-dev mailing list lttng-dev@lists.lttng.org https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev