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 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
History
Date User Action Args
2009-01-23 02:00:48skip.montanarosetrecipients: + skip.montanaro, brett.cannon, rhettinger, ronaldoussoren, belopolsky, bretthoerner, laca, twleung, robert.kern
2009-01-23 02:00:46skip.montanarolinkissue4111 messages
2009-01-23 02:00:45skip.montanarocreate