fche changed the topic of #systemtap to: http://sourceware.org/systemtap; email systemtap@sourceware.org if answers here not timely, conversations may be logged
mjw has quit [Quit: Leaving]
hpt has joined #systemtap
wakatana2 has left #systemtap [#systemtap]
wakatana2 has joined #systemtap
wakatana2 has left #systemtap [#systemtap]
scox_ has joined #systemtap
CME has quit [Ping timeout: 260 seconds]
hkshaw has quit [Ping timeout: 250 seconds]
CME has joined #systemtap
hkshaw has joined #systemtap
hkshaw has quit [Ping timeout: 265 seconds]
hkshaw has joined #systemtap
hkshaw has quit [Ping timeout: 240 seconds]
srikar_away is now known as srikar
irker794 has quit [Quit: transmission timeout]
nkambo1 has quit [Ping timeout: 240 seconds]
ego has joined #systemtap
ego has quit [Ping timeout: 250 seconds]
nkambo1 has joined #systemtap
srikar is now known as srikar_away
hkshaw has joined #systemtap
scox_ has quit [Ping timeout: 240 seconds]
ananth has joined #systemtap
Humble has joined #systemtap
hkshaw has quit [Ping timeout: 264 seconds]
hchiramm has joined #systemtap
ego has joined #systemtap
srikar_away is now known as srikar
naveen has joined #systemtap
hchiramm has quit [Ping timeout: 264 seconds]
Humble has quit [Ping timeout: 264 seconds]
srikar is now known as srikar_away
srikar_away is now known as srikar
hkshaw has joined #systemtap
naveen1 has joined #systemtap
naveen has quit [Ping timeout: 265 seconds]
nkambo1 has quit [Ping timeout: 250 seconds]
naveen1 has quit [Ping timeout: 240 seconds]
srikar is now known as srikar_away
srikar_away is now known as srikar
naveen has joined #systemtap
nkambo1 has joined #systemtap
irker150 has joined #systemtap
<irker150> systemtap: mcermak systemtap.git:refs/heads/master * release-2.9-251-g6de911d / man/cs/stap.1.in: Align cs/stap.1.in to stap.1.in (doc overview). http://tinyurl.com/h97dk2h
hchiramm has joined #systemtap
Humble has joined #systemtap
hchiramm has quit [Read error: Connection reset by peer]
Humble has quit [Ping timeout: 240 seconds]
naveen has quit [Ping timeout: 245 seconds]
srikar is now known as srikar_away
naveen has joined #systemtap
srikar_away is now known as srikar
Humble has joined #systemtap
hchiramm has joined #systemtap
dtatulea has quit [Quit: leaving]
dtatulea has joined #systemtap
ego has quit [Ping timeout: 260 seconds]
hpt has quit [Ping timeout: 240 seconds]
dmalcolm has joined #systemtap
ego has joined #systemtap
hkshaw has quit [Ping timeout: 272 seconds]
naveen has quit [Quit: Leaving.]
ananth has quit [Quit: Leaving]
hkshaw has joined #systemtap
srikar is now known as srikar_away
ego has quit [Ping timeout: 260 seconds]
<irker150> systemtap: mjw systemtap.git:refs/heads/master * release-2.9-252-g3bd2d41 / rpm_finder.cxx: Fix build issue with --without-rpm in rpm_finder.cxx http://tinyurl.com/jehb7kt
<fche> mjw, could probably also have fixed it with (void) sess; type statements
mbenitez has joined #systemtap
mbenitez has joined #systemtap
hkshaw has quit [Read error: Connection reset by peer]
hkshaw has joined #systemtap
ananth has joined #systemtap
srikar_a` has joined #systemtap
srikar_away has quit [Ping timeout: 250 seconds]
scox has joined #systemtap
modem_ has joined #systemtap
mjw has joined #systemtap
naveen has joined #systemtap
hkshaw has quit [Quit: Leaving.]
wcohen has quit [Ping timeout: 272 seconds]
hkshaw has joined #systemtap
drsmith has joined #systemtap
brolley has joined #systemtap
<fche> flu__, nice solution for --enable-htmldocs!
<fche> any reason not to merge?
<flu__> hey, I found out that running autoreconf deleted the macosx part in aclocal.m4
<flu__> should I revert that?
<irker150> systemtap: dsmith systemtap.git:refs/heads/master * release-2.9-253-gdbb74ae / testsuite/systemtap.base/expansion.exp testsuite/systemtap.base/global_access.exp testsuite/systemtap.base/stable_function.exp testsuite/systemtap.base/temp-directory.exp: Added some test case cleanups. http://tinyurl.com/hu2bmel
<fche> flu__, probably just depends which version of autoconf you're running
<fche> but macos is irrelevant to stap, so don't worry about that part
<lberk> are you trying to tell me that this effort has been abandoned? https://sourceware.org/ml/systemtap/2007-q2/msg00000.html
* lberk realizes that macos isn't listed there, darnit
<fche> bingo
<fche> there was method to the madness
<fche> I'm still thinking stapdyn will run on solaris and elsewhere
<fche> just have to recruit some gullible individual to try to make it work :-)
wcohen has joined #systemtap
<flu__> fche, my autoreconf generated m4/intlmacosx.m4 to replace the content in aclocal.m4, do I have to add m4/intlmacosx.m4 to the source?
<flu__> will it cause any build problems if I leave it out?
<fche> shouldn't. the m4/ are inputs, the aclocal.m4 file is the output
<fche> (and aclocal.m4 is itself input to autoconf to generate the configure file)
<fche> what fedora? version did you run autoreconf on ?
<flu__> I think 22
<fche> ok. a git add m4/* whatever is fine (harmless)
<fche> it'd be good to note in the git commit message what version of autoconf / fedora-os was used, so we can reproduce it later
<irker150> systemtap: dsmith systemtap.git:refs/heads/master * release-2.9-254-g5eb6ecb / elaborate.cxx translate.cxx: Fix PR19521 by updating messages to use the unmangled variable/function name. http://tinyurl.com/zctarf6
<irker150> systemtap: flu systemtap.git:refs/heads/master * release-2.9-255-g1ed3313 / : PR19346: escape xml documentation http://tinyurl.com/jzze7jm
<irker150> systemtap: flu systemtap.git:refs/heads/master * release-2.9-256-gd9c4235 / : PR19346: Remove html from source tree http://tinyurl.com/hhmggsy
<flu__> fche, should I put a note somewhere about the doc generator script?
<flu__> maybe the release guide?
<fche> doc generator script - I think it's already in the release guide - the 'push it out and announce it' section
<flu__> I mean the one to update the source tree docs
<flu__> not the one for html
<flu__> scripts/generate-docs
<fche> aha. that would be a good one
<fche> along with the syscall generator one
<flu__> fche, can I get account privileges to modify https://sourceware.org/systemtap/wiki/SystemTapReleaseGuide?
<fche> what's your wiki user name?
<flu__> FelixLu
<fche> try now
<flu__> thanks got it now
<irker150> systemtap: dsmith systemtap.git:refs/heads/dsmith/interactive * release-2.9-253-gdbb74ae / testsuite/systemtap.base/expansion.exp testsuite/systemtap.base/global_access.exp testsuite/systemtap.base/stable_function.exp testsuite/systemtap.base/temp-directory.exp: Added some test case cleanups. http://tinyurl.com/hu2bmel
<irker150> systemtap: dsmith systemtap.git:refs/heads/dsmith/interactive * release-2.9-254-g5eb6ecb / elaborate.cxx translate.cxx: Fix PR19521 by updating messages to use the unmangled variable/function name. http://tinyurl.com/zctarf6
<irker150> systemtap: flu systemtap.git:refs/heads/dsmith/interactive * release-2.9-255-g1ed3313 / : PR19346: escape xml documentation http://tinyurl.com/jzze7jm
<irker150> systemtap: flu systemtap.git:refs/heads/dsmith/interactive * release-2.9-256-gd9c4235 / : PR19346: Remove html from source tree http://tinyurl.com/hhmggsy
<irker150> systemtap: dsmith systemtap.git:refs/heads/dsmith/interactive * release-2.9-307-g4541d07 / : Merge remote-tracking branch 'origin/master' into dsmith/interactive http://tinyurl.com/gr9t2p9
<fche> nice job felix!
ananth has quit [Ping timeout: 250 seconds]
naveen has quit [Quit: Leaving.]
hkshaw has quit [Quit: Leaving.]
mbenitez has quit [Quit: Leaving]
<irker150> systemtap: dsmith systemtap.git:refs/heads/master * release-2.9-257-g0dbf899 / testsuite/systemtap.base/pthread_stacks.c: Make pthread_stacks.exp less random by improving its test program. http://tinyurl.com/gwpgh92
hkshaw has joined #systemtap
<irker150> systemtap: dsmith systemtap.git:refs/heads/master * release-2.9-258-g6ac429c / testsuite/systemtap.base/timers.stp: Make timers.exp less random by improving its test script. http://tinyurl.com/ztc39nn
ego has joined #systemtap
modem_ has quit [Ping timeout: 240 seconds]
srikar is now known as srikar_away
cbzx has joined #systemtap
wakatana2 has joined #systemtap
ego has quit [Ping timeout: 260 seconds]
<irker150> systemtap: dsmith systemtap.git:refs/heads/master * release-2.9-259-g12b0c92 / tapset/linux/socket.stp: Get tapset/linux/socket.stp working on rawhide. http://tinyurl.com/h77zg5f
cbzx has quit [Quit: Konversation terminated!]
pfallenop has quit [Ping timeout: 250 seconds]
dancancode has joined #systemtap
mjw has quit [Quit: Leaving]
pfallenop has joined #systemtap
pfallenop has quit [Read error: Connection reset by peer]
pfallenop has joined #systemtap
scox has quit [Ping timeout: 240 seconds]
pfallenop has quit [Remote host closed the connection]
pfallenop has joined #systemtap
Meths has quit [Ping timeout: 272 seconds]
Meths has joined #systemtap
Meths has quit [Ping timeout: 245 seconds]
<irker150> systemtap: dsmith systemtap.git:refs/heads/master * release-2.9-260-gb233502 / tapsets.cxx: Update tracepoint support for rawhide kernels. http://tinyurl.com/jg7vre3
<irker150> systemtap: dsmith systemtap.git:refs/heads/master * release-2.9-261-ga42447b / testsuite/systemtap.base/stmt_rel.exp: Improve systemtap.base/stmt_rel.exp for rawhide systems. http://tinyurl.com/hcjs3nf
<irker150> systemtap: jistone systemtap.git:refs/heads/master * release-2.9-262-g2b8c397 / staprun/relay.c testsuite/systemtap.base/sigusr2.exp testsuite/systemtap.base/sigusr2.stp: PR19525: always use a SIGUSR2 handler in stapio http://tinyurl.com/h2c3ylt
Meths has joined #systemtap
drsmith has left #systemtap [#systemtap]
jlebon has quit [Ping timeout: 240 seconds]
wcohen has quit [Ping timeout: 256 seconds]
brolley has left #systemtap [#systemtap]
jlebon has joined #systemtap
scox has joined #systemtap
wcohen has joined #systemtap