From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id dZwMLtmCtmCrZQAAWB0awg (envelope-from ) for ; Tue, 01 Jun 2021 14:56:25 -0400 Received: by simark.ca (Postfix, from userid 112) id ADA4D1F163; Tue, 1 Jun 2021 14:56:25 -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) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id EDBAE1E54D for ; Tue, 1 Jun 2021 14:56:24 -0400 (EDT) Received: from lists-lttng01.efficios.com (localhost [IPv6:::1]) by lists.lttng.org (Postfix) with ESMTP id 4FvhG00qX5z5NB; Tue, 1 Jun 2021 14:56:24 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=lists.lttng.org; s=default; t=1622573784; bh=TuqvlK/7zBZTort66gxel/JcRHwmHqrnWfuvVyWGVqE=; 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=YroGeAet3VsWITTagoDXIp/mqTFFYRCzqJ+dVMLK4PGKi5Wq45xjcP6b8e7ad+5Sz LpbUA25rH2BzSpJYrmhHAVGB3kswi4F7VMou1TlNJL6H3tRpY8szlWjsNOSIlrzrXb uFvPLnNYWqqFP1Ox/H09nsP+IxLtKWlHqPU1LTMcpp/bchP4YydPzk4qZYT4UVbjcj IrK8AjNoXfvdTMtSBf0Y8slQoWuW/FY4gqp15pn1UoyMQwA9b/LgpDGMHHcVqlKbOz i9Z18lqPZ5wBOVb7O7vm+3iYw6FBZgoj0tFeUNY42mD5gClK5H5yWkxDJvBhtF9Rd4 hzuvOQRUIpoeQ== Received: from mail.efficios.com (mail.efficios.com [167.114.26.124]) by lists.lttng.org (Postfix) with ESMTPS id 4FvhFz0fZkz5FT for ; Tue, 1 Jun 2021 14:56:22 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mail.efficios.com (Postfix) with ESMTP id B93D02EAB6C for ; Tue, 1 Jun 2021 14:56:16 -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 RLKIiHnk21WV; Tue, 1 Jun 2021 14:56:16 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mail.efficios.com (Postfix) with ESMTP id 3A0822EAF60; Tue, 1 Jun 2021 14:56:16 -0400 (EDT) DKIM-Filter: OpenDKIM Filter v2.10.3 mail.efficios.com 3A0822EAF60 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 6VOR1q5F6PHI; Tue, 1 Jun 2021 14:56:16 -0400 (EDT) Received: from joraj-alpa (unknown [107.159.43.215]) by mail.efficios.com (Postfix) with ESMTPSA id 1D1BF2EAF5F; Tue, 1 Jun 2021 14:56:16 -0400 (EDT) Date: Tue, 1 Jun 2021 14:56:15 -0400 To: public@triplanets.com Cc: lttng-dev@lists.lttng.org Message-ID: <20210601185615.GA388028@joraj-alpa> References: <00e701d7567f$cd20c070$67624150$@triplanets.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <00e701d7567f$cd20c070$67624150$@triplanets.com> Subject: Re: [lttng-dev] Syntax error running lttng 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="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: lttng-dev-bounces@lists.lttng.org Sender: "lttng-dev" Hi, On Tue, Jun 01, 2021 at 10:48:13AM +1000, Merlin via lttng-dev wrote: > Hi, > > > > I have compiled LTTNG for ARM but when I try to run the executable, I get > this error: Do you have any of the logs for the lttng-tools project? That would be `config.log` and the output from `make` and `make install` > > > > lttng: line 1: syntax error: unexpected "(" Hmmm that does not look like an error from a elf executable. Do you have any bash or shell alias for the lttng command? Please provide the output of the following commands: $ file $(which lttng) $ head -n 10 $(which lttng) > lttng-sessiond If this happens also on the `lttng-sessiond` via command line but works using a service, it would point to weird shell setup. > > all produce the same error. > > > > There were no compiler errors. I am at a loss to understand what it is > complaining about from the message. Me too. > > > > Modules seem to load fine. Modules are loaded by the lttng-sessiond executable. Here only the CLI executable seems to be having some problem. -- Jonathan Rajotte-Julien EfficiOS _______________________________________________ lttng-dev mailing list lttng-dev@lists.lttng.org https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev