fche changed the topic of #systemtap to: http://sourceware.org/systemtap; email systemtap@sourceware.org if answers here not timely, conversations may be logged
hpt has joined #systemtap
scox has joined #systemtap
hkshaw has joined #systemtap
ananth has joined #systemtap
CME has quit [Ping timeout: 264 seconds]
CME has joined #systemtap
ravi_ has joined #systemtap
ego_ has joined #systemtap
ego_ has quit [Ping timeout: 246 seconds]
ananth has quit [Ping timeout: 250 seconds]
hkshaw has quit [Ping timeout: 260 seconds]
ananth has joined #systemtap
ego_ has joined #systemtap
hkshaw has joined #systemtap
srikar_away is now known as srikar
srikar is now known as srikar_away
srikar_away is now known as srikar
ego_ has quit [Ping timeout: 268 seconds]
ego_ has joined #systemtap
ego_ has quit [Ping timeout: 240 seconds]
nkambo has quit [Ping timeout: 256 seconds]
ego_ has joined #systemtap
hkshaw has quit [Ping timeout: 240 seconds]
ravi_ has quit [Ping timeout: 268 seconds]
ravi_ has joined #systemtap
hkshaw has joined #systemtap
nkambo has joined #systemtap
pwithnall has joined #systemtap
hpt has quit [Quit: Lost terminal]
hkshaw has quit [Ping timeout: 248 seconds]
ego_ has quit [Ping timeout: 256 seconds]
ravi_ has quit [Ping timeout: 268 seconds]
hkshaw has joined #systemtap
mjw has joined #systemtap
ravi_ has joined #systemtap
ego_ has joined #systemtap
<NebuK_work> yoho
<NebuK_work> maybe you guys know a bit more about elfutils / libdw as needed by systemtap
<NebuK_work> for some reason on one of my systems, not everything from libdwfl is built, it seems dwfl_linux_kernel_report_offline is missing
srikar is now known as srikar_away
ananth has quit [Quit: Leaving]
scox has quit [Ping timeout: 252 seconds]
hkshaw has quit [Ping timeout: 248 seconds]
ego_ has quit [Quit: Leaving]
<mjw> NebuK_work, That is weird, do you have more information how that could have happened?
<mjw> which version, how did you configure, etc.?
ravi_ has quit [Remote host closed the connection]
wcohen has quit [Ping timeout: 250 seconds]
<mjw> BTW. For people playing along at home ^. We discussed on #elfutils a bit. The issue is a "patch" in openwrt that just completely rips out dwfl_linux_kernel_report_offline (but leaves the header intact...)
<mjw> So basically that is an unusable elfutils build...
<mjw> Note how they just remove linux-kernel-modules.c from the build (but leave the file itself) and rip out random calls to dwfl_linux_kernel_report... So I have no idea how anything works on that setup.
mbenitez has joined #systemtap
<fche> funkyh
<NebuK_work> and i really would’ve liked to include systemtap … it’d ease kernel debugging on the target devices so much
<fche> you can build systemtap with an elfutils source tree of your own.
<fche> % configure --with-elfutils=ELFUTILS_SOURCE_TREE ...
<mjw> but they use "musl" so it won't build out of the box...
<mjw> for some reason they did submit some of their patches, but not all...
NebuK_work has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
<mjw> Well, this crazy one we obviously wouldn't have accepted.
NebuK_work has joined #systemtap
<NebuK_work> hm i guess what i’ll have to do if the stubbing of the missing functions doesn’t work is provide some scripting to build systemtap on the „real“ host, but staprun for the target (staprun ~only~ compiles fine with musl)
NebuK_work has quit [Client Quit]
NebuK_work has joined #systemtap
NebuK_work has quit [Client Quit]
NebuK_work has joined #systemtap
<NebuK_work> sorry, re
<fche> can you build your own copy of stap from unbroken sources?
przemoc has quit [Quit: reboot]
<NebuK_work> outside of the openwrt buildsystem yes
przemoc has joined #systemtap
wcohen has joined #systemtap
scox has joined #systemtap
<NebuK_work> fche: or … did i misunderstand your question?
<fche> nope, that was it -
<fche> so in theory one can still use the tool, even if the distro copy is broken
<NebuK_work> yeah, it’s unproblematic on the OS-host-side (not openwrt-host-side)
NebuK_work has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
NebuK_work has joined #systemtap
csanting_ has joined #systemtap
csanting has quit [Read error: Connection reset by peer]
csanting_ is now known as csanting
mbenitez has quit [Quit: To office]
mbenitez has joined #systemtap
mbenitez has quit [Changing host]
mbenitez has joined #systemtap
csanting has quit [Remote host closed the connection]
csanting has joined #systemtap
nkambo has quit [Ping timeout: 246 seconds]
nkambo has joined #systemtap
<jistone> NebuK_work, I guess you left #elfutils, so I'll copy what I just found:
<jistone> <jistone> http://wiki.musl-libc.org/wiki/FAQ#Q:_why_is_fts.h_not_included_.3F
<jistone> <jistone> references glibc 15838 for want of fts64, which was closed dupe of 11460, which mjw fixed!
<jistone> <jistone> I also found https://github.com/pullmoll/musl-fts
<fche> heh
<fche> way to go mark
irker831 has joined #systemtap
<irker831> systemtap: fche systemtap.git:refs/heads/master * release-3.0-301-gd1025fe / NEWS man/stapprobes.3stap: NEWS: mention that .return { $var } should be replaced with @entry($var) http://tinyurl.com/gsyt86f
nkambo has quit [Ping timeout: 240 seconds]
nkambo has joined #systemtap
<irker831> systemtap: mcermak systemtap.git:refs/heads/master * release-3.0-302-gb8d6168 / configure.ac initscript/99stap/check.in initscript/99stap/install.in initscript/99stap/start-staprun.sh initscript/systemtap.in systemtap.spec: Fix the boot time probing feature for RHEL6 and Fedora19+ systems. http://tinyurl.com/zooaxrx
<irker831> systemtap: mcermak systemtap.git:refs/heads/master * release-3.0-303-g9ed4785 / Makefile.in aclocal.m4 configure doc/Makefile.in doc/SystemTap_Tapset_Reference/Makefile.in doc/beginners/Makefile.in java/Makefile.in man/Makefile.in man/cs/Makefile.in stapdyn/Makefile.in staprun/Makefile.in: Autoreconf following previous commit b8d6168f1f8d8a303b0d. http://tinyurl.com/j8t6yrd
pwithnall has quit [Remote host closed the connection]
pwithnall has joined #systemtap
pwithnall has quit [Ping timeout: 246 seconds]
nkambo has quit [Ping timeout: 250 seconds]
nkambo has joined #systemtap
mjw has quit [Quit: Leaving]
scox has quit [Ping timeout: 245 seconds]
mbenitez has quit [Quit: Leaving]
pwithnall has joined #systemtap
wcohen has quit [Ping timeout: 244 seconds]
pwithnall has quit [Quit: pwithnall]
wcohen has joined #systemtap