From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id xg8ONlsPuF9UbgAAWB0awg (envelope-from ) for ; Fri, 20 Nov 2020 13:47:55 -0500 Received: by simark.ca (Postfix, from userid 112) id CFF1C1F08B; Fri, 20 Nov 2020 13:47:55 -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 2662D1E58E for ; Fri, 20 Nov 2020 13:47:55 -0500 (EST) Received: from lists-lttng01.efficios.com (localhost [IPv6:::1]) by lists.lttng.org (Postfix) with ESMTP id 4Cd5CG4cdgz1Lfy; Fri, 20 Nov 2020 13:47:54 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=lists.lttng.org; s=default; t=1605898074; bh=DzXVAzZUUx9U4OfEw+auolxkkkbVBQESqAYwadwmaVY=; 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=IxgVBsIaN+ozAKuBHDF//CMj85qqPYUrMbzYLaT7R6QInQ+eEXcsrbFBn22MJoyCj AncU51d54NYolL5xVGrQReRgwGXyjK8P4tt7w50Qhg8Jt0lnW5v8TQS1kXeu4YiwGa b1OAUbB0zqZjrwpwFHVlM/5w2/SNiE81KErHj1eJi4387mcKnLblLdw2SgGZtM9fya fMOBWFFMOYETJBaw1+Ctu036wxF2CluDkRoOkro3TB3fhlEEOUlGa4XFRmK9o23XGk wcv4uN4yTlKxpf0rd9QO/rW8X61fP0d9GmuwX2yFJjhmDPBkbrbsVzDFIiImk+O5Or 0vvC+ivebo0sA== Received: from mail.efficios.com (mail.efficios.com [167.114.26.124]) by lists.lttng.org (Postfix) with ESMTPS id 4Cd5CF3Nhdz1LcP for ; Fri, 20 Nov 2020 13:47:53 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by mail.efficios.com (Postfix) with ESMTP id 47E142F9CBA for ; Fri, 20 Nov 2020 13:47:47 -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 J4EcXhfRsJ3N; Fri, 20 Nov 2020 13:47:46 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by mail.efficios.com (Postfix) with ESMTP id C210C2F9F09; Fri, 20 Nov 2020 13:47:46 -0500 (EST) DKIM-Filter: OpenDKIM Filter v2.10.3 mail.efficios.com C210C2F9F09 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 yCkfwXlzZhFh; Fri, 20 Nov 2020 13:47:46 -0500 (EST) Received: from joraj-alpa (unknown [107.159.43.215]) by mail.efficios.com (Postfix) with ESMTPSA id 9A4E52F9F03; Fri, 20 Nov 2020 13:47:46 -0500 (EST) Date: Fri, 20 Nov 2020 13:47:46 -0500 To: "Weber, John" Cc: "'lttng-dev@lists.lttng.org'" Message-ID: <20201120184746.GF8709@joraj-alpa> References: <326539938460471c975e791ce6b1c775@ball.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <326539938460471c975e791ce6b1c775@ball.com> Subject: Re: [lttng-dev] 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="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: lttng-dev-bounces@lists.lttng.org Sender: "lttng-dev" 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 compile lttng-modules (kernel modules). The RETPOLINE check is part of the kernel 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 more in-depth support. Cheers [1] https://www.efficios.com/contact/ 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-modules & lttng-tools from source. Based on your install instructions I'm working 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=y, but not supported by the compiler. Compiler update recommended... stop > Make: modules error 2 > > Help, how can I get this program to install? Im stuck. Also, my work environment 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 enclosures sent to or from this email address. > _______________________________________________ > 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