From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7829 invoked by alias); 24 Jan 2014 16:01:03 -0000 Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org Received: (qmail 7820 invoked by uid 89); 24 Jan 2014 16:01:02 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.2 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 24 Jan 2014 16:01:00 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s0OG0u4T005287 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 24 Jan 2014 11:00:56 -0500 Received: from fche.csb (vpn-233-82.phx2.redhat.com [10.3.233.82]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s0OG0s6J020729; Fri, 24 Jan 2014 11:00:54 -0500 Received: by fche.csb (Postfix, from userid 2569) id 1976D58112; Fri, 24 Jan 2014 11:00:54 -0500 (EST) To: Jey Jay Cc: systemtap@sourceware.org Subject: Re: Cross compile systemtap References: From: fche@redhat.com (Frank Ch. Eigler) Date: Fri, 24 Jan 2014 16:01:00 -0000 In-Reply-To: (Jey Jay's message of "Fri, 24 Jan 2014 16:02:31 +0900") Message-ID: User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2014-q1/txt/msg00063.txt.bz2 Jey Jay writes: > [...] My question is why we need "sudo" permission for compiling > systemtap?? [...] You don't / shouldn't - either for compiling systemtap itself, or to run systemtap to compile modules (stap -p4 ...), or to use the cross-host remote-execution (stap --remote=HOST) or remote-compilation (stap --use-server=HOST) capabilities. - FChE