This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author dmalcolm
Recipients bkabrda, dmalcolm, eric.araujo, fche, jcea, loewis, mjw, pitrou, scox
Date 2012-05-16.18:15:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337192114.91.0.508449365519.issue14776@psf.upfronthosting.co.za>
In-reply-to
Content
> I tried the patch under Mageia 1 and got the following failure:
Thanks.  I'm attaching an updated patch which reworks test_systemtap so that
  (a) it turns up the verbosity of stap invocations from "-v" to "-vv"
  (b) it tests the "hello world" stap script on a trivial binary ("true") before attempting to invoke sys.executable under stap

What does the error message look like with the extra verbosity?

> (I also had to chmod +s staprun - scary :-))
The chmod invocation sounds like an issue with how Mageia have packaged SystemTap, assuming that you're using a packaged build of systemtap.
History
Date User Action Args
2012-05-16 18:15:15dmalcolmsetrecipients: + dmalcolm, loewis, jcea, pitrou, eric.araujo, mjw, fche, scox, bkabrda
2012-05-16 18:15:14dmalcolmsetmessageid: <1337192114.91.0.508449365519.issue14776@psf.upfronthosting.co.za>
2012-05-16 18:15:14dmalcolmlinkissue14776 messages
2012-05-16 18:15:14dmalcolmcreate