public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
From: William Cohen <wcohen@redhat.com>
To: Tom Zanussi <zanussi@us.ibm.com>
Cc: systemtap@sources.redhat.com
Subject: Re: proposed relayfs changes and systemtap
Date: Thu, 16 Mar 2006 15:16:00 -0000	[thread overview]
Message-ID: <44198151.50100@redhat.com> (raw)
In-Reply-To: <17403.14908.965207.308639@tut.ibm.com>

Tom Zanussi wrote:
> Tom Zanussi writes:
>  > Hi,
>  > 
>  > Someone over the weekend posted a patch to remove the filesystem part
>  > of relayfs and instead have applications' relayfs files live in other
>  > filesytems instead:
>  > 
>  > http://marc.theaimsgroup.com/?l=linux-kernel&m=114036950922176&w=2
> 
> Actually, this is probably a better link to the patches and thread:
> 
> http://marc.theaimsgroup.com/?l=linux-kernel&m=114038358624583&w=2
> 
> Tom
> 
> 

Hi Tom,

The nightly tests buildok and pass-5 tests failed due to the following 
checkin:

2006-03-15 Tom Zanussi  <zanussi@us.ibm.com>

         * configure.ac: Add check for relayfs version.
         * configure: Regenerated.
         * stp_check.in: Remove bundled relayfs loading/compilation, add
         check for relay (vs relayfs).

The parser tests won't find relayfs-config.h nor will the pass-5 tests 
find the include file.

-Will



$ stap -vv 
/home/wcohen/stap_testing_200603160930/src/testsuite/buildok/context_test.stp
Created temporary directory "/tmp/staphd43Lr"
Searched 
'/home/wcohen/stap_testing_200603160930/src/tapset/2.6.15-1.2054_FC5smp/i686/*.stp', 
match count 0
Searched 
'/home/wcohen/stap_testing_200603160930/src/tapset/2.6.15-1.2054_FC5smp/*.stp', 
match count 0
Searched 
'/home/wcohen/stap_testing_200603160930/src/tapset/2.6.15/i686/*.stp', 
match count 0
Searched 
'/home/wcohen/stap_testing_200603160930/src/tapset/2.6.15/*.stp', match 
count 0
Searched 
'/home/wcohen/stap_testing_200603160930/src/tapset/2.6/i686/*.stp', 
match count 0
Searched '/home/wcohen/stap_testing_200603160930/src/tapset/2.6/*.stp', 
match count 0
Searched '/home/wcohen/stap_testing_200603160930/src/tapset/i686/*.stp', 
match count 1
Searched '/home/wcohen/stap_testing_200603160930/src/tapset/*.stp', 
match count 14
Pass 1: parsed user script and 15 library script(s) in 
660usr/10sys/675real ms.
probe uptime_read_proc@fs/proc/proc_misc.c:101 pc=0xc0192ed6
probe uptime_read_proc@fs/proc/proc_misc.c:101 pc=0xc0192ec9
Pass 2: analyzed script: 4 probe(s), 18 function(s), 0 global(s) in 
710usr/30sys/740real ms.
Probe #0 locks nothing
Probe #1 locks nothing
Probe #2 locks nothing
Probe #3 locks nothing
Running grep " [tT] " /proc/kallsyms | sort -k 1,8 -s -o 
/tmp/staphd43Lr/symbols.sorted
Pass 3: translated to C into "/tmp/staphd43Lr/stap_2498.c" in 
230usr/100sys/321real ms.
Running make -C "/lib/modules/2.6.15-1.2054_FC5smp/build" 
M="/tmp/staphd43Lr" modules V=1
make: Entering directory `/usr/src/kernels/2.6.15-1.2054_FC5-smp-i686'
mkdir -p /tmp/staphd43Lr/.tmp_versions
make -f scripts/Makefile.build obj=/tmp/staphd43Lr
   gcc -m32 -Wp,-MD,/tmp/staphd43Lr/.stap_2498.o.d  -nostdinc -isystem 
/usr/lib/gcc/i386-redhat-linux/4.1.0/include -D__KERNEL__ -Iinclude 
-include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes 
-Wno-trigraphs -fno-strict-aliasing -fno-common -ffreestanding -Os 
-fomit-frame-pointer -g -pipe -msoft-float -fno-builtin-sprintf 
-fno-builtin-log2 -fno-builtin-puts  -mpreferred-stack-boundary=2 
-march=i686 -mtune=pentium4 -mregparm=3 -Iinclude/asm-i386/mach-generic 
-Iinclude/asm-i386/mach-default -Wdeclaration-after-statement 
-Wno-pointer-sign -Wno-unused -Werror -I 
"/home/wcohen/stap_testing_200603160930/src/runtime" -I 
"/home/wcohen/stap_testing_200603160930/src/runtime/relayfs"   -DMODULE 
-D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(stap_2498)" 
-D"KBUILD_MODNAME=KBUILD_STR(stap_2498)" -c -o 
/tmp/staphd43Lr/.tmp_stap_2498.o /tmp/staphd43Lr/stap_2498.c
In file included from 
/home/wcohen/stap_testing_200603160930/src/runtime/transport/transport.h:8,
                  from 
/home/wcohen/stap_testing_200603160930/src/runtime/transport/transport.c:17,
                  from 
/home/wcohen/stap_testing_200603160930/src/runtime/io.c:14,
                  from 
/home/wcohen/stap_testing_200603160930/src/runtime/print.c:16,
                  from 
/home/wcohen/stap_testing_200603160930/src/runtime/runtime.h:61,
                  from /tmp/staphd43Lr/stap_2498.c:29:
/home/wcohen/stap_testing_200603160930/src/runtime/transport/relayfs.h:8:28: 
error: relayfs-config.h: No such file or directory
make[1]: *** [/tmp/staphd43Lr/stap_2498.o] Error 1
make: *** [_module_/tmp/staphd43Lr] Error 2
make: Leaving directory `/usr/src/kernels/2.6.15-1.2054_FC5-smp-i686'
Pass 4: compiled C into "stap_2498.ko" in 3230usr/340sys/3306real ms.
Pass 4: compilation failed.  Try again with more '-v' (verbose) options.
Running rm -rf /tmp/staphd43Lr

  reply	other threads:[~2006-03-16 15:16 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-02-21 14:57 Tom Zanussi
2006-02-21 15:06 ` Tom Zanussi
2006-03-16 15:16   ` William Cohen [this message]
2006-03-16 15:22     ` Tom Zanussi
2006-03-16 15:39       ` William Cohen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=44198151.50100@redhat.com \
    --to=wcohen@redhat.com \
    --cc=systemtap@sources.redhat.com \
    --cc=zanussi@us.ibm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).