From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15690 invoked by alias); 3 Apr 2006 13:16:50 -0000 Received: (qmail 15683 invoked by uid 22791); 3 Apr 2006 13:16:50 -0000 X-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from zproxy.gmail.com (HELO zproxy.gmail.com) (64.233.162.201) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 03 Apr 2006 13:16:49 +0000 Received: by zproxy.gmail.com with SMTP id i11so1860861nzh for ; Mon, 03 Apr 2006 06:16:47 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=cJgCmE4+ubQgLeHXUxjMjFFa6gtVR2c4FMtAJkQLbBoLg7HxiAm2rELx09nRMg8IteUclwRWNxjkh5mjD//KZhvFYtKCdFslNOrO6zXTY9oo5oaEU8Z/UVzED/70lewdc8hrmlWbweEM0Mvq7djsvTFFPUtQOA6vDnloFAGKlgE= Received: by 10.36.89.10 with SMTP id m10mr508179nzb; Mon, 03 Apr 2006 06:16:47 -0700 (PDT) Received: by 10.36.56.5 with HTTP; Mon, 3 Apr 2006 06:16:47 -0700 (PDT) Message-ID: <30c154100604030616i3ae71f15nc3a9be3975865e4f@mail.gmail.com> Date: Mon, 03 Apr 2006 13:16:00 -0000 From: "Kevin Jia" To: systemtap@sourceware.org Subject: Configure systemtap-060401 under fedora 5 success! MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-IsSubscribed: yes Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org X-SW-Source: 2006-q2/txt/msg00014.txt.bz2 For others beginners: step 1: update kernel to 2.6.16-1.2080 (use yum) step 2: update kernel-devel-2.6.16-1.2080 (use yum) step 3: update kernel-debuginfo-2.6.16-1.2080 (use yum, too) step 4: download elfutils-0.119 and package, then patch it. (do not install) step 5: download snapshot of systemtap-060401, then configure it use this command: ./configure --with-elfutils=3DPATCHED-ELFUTILS-DIR after this make check and make install. the end, enjoy it! A little problems: a. Although I use yum update kernel-debuginfo, but it seems do not react. So I use package manager do this again, pass! Maybe a bug? b. When I use "make all check", the test result is: 19 fails of 140.