Message80395
| Author |
skip.montanaro |
| Recipients |
belopolsky, brett.cannon, bretthoerner, laca, rhettinger, robert.kern, ronaldoussoren, skip.montanaro, twleung |
| Date |
2009年01月23日.02:00:45 |
| SpamBayes Score |
4.321627e-05 |
| Marked as misclassified |
No |
| Message-id |
<18809.9414.256714.237712@montanaro.dyndns.org> |
| In-reply-to |
<1232664839.66.0.586713352276.issue4111@psf.upfronthosting.co.za> |
| Content |
me> I get an error later running dtrace which I have yet to investigate.
Apple's dtrace program doesn't support the -G flag. When I remove it from
Makefile.pre.in and rebuild I get an error about privileges:
dtrace -o Python/dtrace.o -C -s ./Python/python.d Python/ceval.o
dtrace: failed to initialize dtrace: DTrace requires additional privileges
I tried adding "sudo" to the dtrace command. Then it prompts for my
password and emits this error:
sudo dtrace -o Python/dtrace.o -C -s ./Python/python.d Python/ceval.o
Password:
dtrace: failed to compile script ./Python/python.d: line 11: extraneous argument 'Python/ceval.o' (1ドル is not referenced)
I'm not sure what to do at this point. I'm not really a dtrace person.
Perhaps the Apple and Sun dtrace experts can offer a way out of this little
corner.
Skip |
|