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, bretthoerner, laca, movement, rhettinger, robert.kern, ronaldoussoren, skip.montanaro, twleung
Date 2009-01-27.23:39:51
SpamBayes Score 2.17773e-06
Marked as misclassified No
Message-id <18815.36772.289014.489189@montanaro.dyndns.org>
In-reply-to <FB45C73D-4CAF-4062-A118-BB302CECAC8E@sauria.com>
Content
Ted> I tried building this on my Mac and got this;

Forgive me if I'm preaching to the choir here.

Did you run autoconf or autoreconf after applying the patch?  If not,
@DTRACEOBJS@ would not be a substitutable string.  It's fairly common (at
least in the Python community) to omit modified configure scripts from these
sorts of patches because the changes to generated configure scripts between
different versions of autoconf are so massive that they dwarf the actual
functional changes in the patch, often by a couple orders of magnitude.

Skip
History
Date User Action Args
2009-01-27 23:39:54skip.montanarosetrecipients: + skip.montanaro, rhettinger, ronaldoussoren, belopolsky, movement, bretthoerner, laca, twleung, robert.kern
2009-01-27 23:39:51skip.montanarolinkissue4111 messages
2009-01-27 23:39:51skip.montanarocreate