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 fche
Recipients BreamoreBoy, Garen, belopolsky, bretthoerner, chrismiles, danchr, dhduvall, dmalcolm, fche, glyph, jbaker, jcea, laca, mjw, movement, pitrou, rhettinger, robert.kern, ronaldoussoren, sirg3, techtonik, twleung, wsanchez
Date 2010-10-25.20:39:38
SpamBayes Score 9.273586e-07
Marked as misclassified No
Message-id <1288039180.5.0.252399168468.issue4111@psf.upfronthosting.co.za>
In-reply-to
Content
I believe the problem jcea is experiencing is with the
solaris (/linux?) branch of the configure.in:

    if dtrace -G -o /dev/null -s $srcdir/Include/pydtrace.d 2>/dev/null

It seems solaris doesn't like the -o /dev/null part.  Try
specifying some real temporary file name instead.
History
Date User Action Args
2010-10-25 20:39:40fchesetrecipients: + fche, rhettinger, jcea, ronaldoussoren, belopolsky, pitrou, wsanchez, movement, techtonik, glyph, bretthoerner, laca, twleung, jbaker, robert.kern, sirg3, chrismiles, danchr, dhduvall, dmalcolm, mjw, Garen, BreamoreBoy
2010-10-25 20:39:40fchesetmessageid: <1288039180.5.0.252399168468.issue4111@psf.upfronthosting.co.za>
2010-10-25 20:39:39fchelinkissue4111 messages
2010-10-25 20:39:38fchecreate