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 eric.araujo
Recipients Trundle, alexis, cjejuni2000, eric.araujo, tarek
Date 2011-03-02.04:21:26
SpamBayes Score 0.00010850124
Marked as misclassified No
Message-id <1299039688.16.0.691419433509.issue11342@psf.upfronthosting.co.za>
In-reply-to
Content
ossaudiodev is a platform-specific module that you don’t have to care about.  It’s just a compilation warning that an option module has not been built, nothing to worry about.

I just realized that I was not paying enough attention to your error messages.  I have never used patch with the -d or -i options.  To apply the patch, change directory to the source of Python, where you should see the Lib and Modules directories for example, and then patch -p0 < distutils-files.diff
History
Date User Action Args
2011-03-02 04:21:28eric.araujosetrecipients: + eric.araujo, tarek, Trundle, alexis, cjejuni2000
2011-03-02 04:21:28eric.araujosetmessageid: <1299039688.16.0.691419433509.issue11342@psf.upfronthosting.co.za>
2011-03-02 04:21:26eric.araujolinkissue11342 messages
2011-03-02 04:21:26eric.araujocreate