Message from discussion
Compile with flag --with-dynamic-trace=systemtap failed
Received: by 10.205.139.2 with SMTP id iu2mr395812bkc.7.1347627927674;
Fri, 14 Sep 2012 06:05:27 -0700 (PDT)
X-BeenThere: erlang-programming@googlegroups.com
Received: by 10.204.4.74 with SMTP id 10ls4204206bkq.0.gmail; Fri, 14 Sep 2012
06:05:27 -0700 (PDT)
Received: by 10.204.129.81 with SMTP id n17mr398717bks.3.1347627926947;
Fri, 14 Sep 2012 06:05:26 -0700 (PDT)
Received: by 10.204.129.81 with SMTP id n17mr398716bks.3.1347627926933;
Fri, 14 Sep 2012 06:05:26 -0700 (PDT)
Return-Path: <erlang-questions-boun...@erlang.org>
Received: from hades.cslab.ericsson.net (hades.cslab.ericsson.net. [192.121.151.104])
by gmr-mx.google.com with ESMTP id j4si125205bkj.3.2012.09.14.06.05.26;
Fri, 14 Sep 2012 06:05:26 -0700 (PDT)
Received-SPF: pass (google.com: domain of erlang-questions-boun...@erlang.org designates 192.121.151.104 as permitted sender) client-ip=192.121.151.104;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of erlang-questions-boun...@erlang.org designates 192.121.151.104 as permitted sender) smtp.mail=erlang-questions-boun...@erlang.org; dkim=neutral (body hash did not verify) header...@gmail.com
Received: from hades.cslab.ericsson.net (hades [192.121.151.104])
by hades.cslab.ericsson.net (Postfix) with ESMTP id BF0685C205;
Fri, 14 Sep 2012 15:05:17 +0200 (CEST)
X-Original-To: erlang-questi...@erlang.org
Delivered-To: erlang-questi...@erlang.org
Received: from mail-vc0-f181.google.com (mail-vc0-f181.google.com
[209.85.220.181])
by hades.cslab.ericsson.net (Postfix) with ESMTP id 90DE35C00A
for <erlang-questi...@erlang.org>; Fri, 14 Sep 2012 15:05:15 +0200 (CEST)
Received: by vchn11 with SMTP id n11so2751652vch.40
for <erlang-questi...@erlang.org>; Fri, 14 Sep 2012 06:05:14 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
h=mime-version:sender:in-reply-to:references:date
:x-google-sender-auth:message-id:subject:from:to:cc:content-type;
bh=N8qaI8cMA5ygS1B7l0ig1ES76IWpmDDDR1JdGilj7tE=;
b=R+TjP1CGPDwxYf7rCNrj3I/TH4kxrYdjrd+AzzrT/wd1zoG5n9/4VctfgiAzuBtN3u
WiIheykIkTwi714NgO6B8y9emkCexvp10YVUgY2ubIcdeRrDwWpiKZFzINfSi8KB9+bV
tvIiPXLP6nj/8E2GEL4TT6Lz8B67svvfNIi+PC01sTUi4eh+nT0KdIYtiyofa4rBP5fe
7CtlG5DxDm4zhGtFPuFP4JtoHlUZtCnepuEKNWMpqb9AXPLxnRLAFIFQPXPB9+YzC9iV
PnrS8ASWlHHcn0MnZ2wQiSUoRSSS4Q0CFqQYhCqWOFg/ZkCTwAUamOWxIWNwYZwbn8mR
BuqA==
MIME-Version: 1.0
Received: by 10.58.201.73 with SMTP id jy9mr2119137vec.29.1347627914579; Fri,
14 Sep 2012 06:05:14 -0700 (PDT)
Received: by 10.220.199.12 with HTTP; Fri, 14 Sep 2012 06:05:14 -0700 (PDT)
In-Reply-To: <1347591331599-4655144.p...@n4.nabble.com>
References: <1347591331599-4655144.p...@n4.nabble.com>
Date: Fri, 14 Sep 2012 15:05:14 +0200
Message-ID: <CAP3zBqONZjdyCvXSDKu+xG0=qT8kD7P7z9v6yk02Sfdyqg4...@mail.gmail.com>
From: Lukas Larsson <lu...@erlang.org>
To: goofansu <goofan...@gmail.com>
Cc: erlang-questi...@erlang.org
Subject: Re: [erlang-questions] Compile with flag
--with-dynamic-trace=systemtap failed
X-BeenThere: erlang-questi...@erlang.org
X-Mailman-Version: 2.1.14
Precedence: list
List-Id: General Erlang/OTP discussions <erlang-questions.erlang.org>
List-Unsubscribe: <http://erlang.org/mailman/options/erlang-questions>,
<mailto:erlang-questions-requ...@erlang.org?subject=unsubscribe>
List-Archive: <http://erlang.org/pipermail/erlang-questions>
List-Post: <mailto:erlang-questi...@erlang.org>
List-Help: <mailto:erlang-questions-requ...@erlang.org?subject=help>
List-Subscribe: <http://erlang.org/mailman/listinfo/erlang-questions>,
<mailto:erlang-questions-requ...@erlang.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: erlang-questions-boun...@erlang.org
Sender: erlang-questions-boun...@erlang.org
Hello,
On our systemtap testmachine we have the dtrace command available:
-bash-4.2$ dtrace --help
Usage /usr/bin/dtrace [--help] [-h | -G] [-C [-I<Path>]] -s File.d [-o <File>]
Where -h builds a systemtap header file from the .d file
-C when used with -h, also run cpp preprocessor
-o specifies an explicit output file name,
the default for -G is file.o and -h is file.h
-I when running cpp pass through this -I include Path
-s specifies the name of the .d input file
-G builds a stub file.o from file.d,
which is required by some packages that use dtrace.
I'm not the guy who has implemented/installed it for us, but I think
that when you install systemtap you should also get a utility called
dtrace.
Lukas
On Fri, Sep 14, 2012 at 4:55 AM, goofansu <goofan...@gmail.com> wrote:
> dtrace: failed to compile script emulator/beam/erlang_dtrace.d: Preprocessor
> not found
> configure: error: Could not precompile erlang_dtrace.d: dtrace -h failed
> configure: error: /root/otp/erts/configure failed for erts
>
>
> OS: fedora17
>
> I've installed systemtap. Shall I install dtrace?
>
>
>
> --
> View this message in context: http://erlang.2086793.n4.nabble.com/Compile-with-flag-with-dynamic-trace-systemtap-failed-tp4655144.html
> Sent from the Erlang Questions mailing list archive at Nabble.com.
> _______________________________________________
> erlang-questions mailing list
> erlang-questi...@erlang.org
> http://erlang.org/mailman/listinfo/erlang-questions
_______________________________________________
erlang-questions mailing list
erlang-questi...@erlang.org
http://erlang.org/mailman/listinfo/erlang-questions