Message119578
| 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:40 | fche | set | recipients: + 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:40 | fche | set | messageid: <1288039180.5.0.252399168468.issue4111@psf.upfronthosting.co.za> |
| 2010-10-25 20:39:39 | fche | link | issue4111 messages |
| 2010-10-25 20:39:38 | fche | create | |