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 mark.dickinson
Recipients mark.dickinson, shivam_python_issues, terry.reedy, vstinner
Date 2012-02-13.13:07:32
SpamBayes Score 2.9458602e-10
Marked as misclassified No
Message-id <1329138453.78.0.85819030325.issue13986@psf.upfronthosting.co.za>
In-reply-to
Content
It's going to be tricky for any of the core Python developers to solve this based on the current level of information---unless anyone has access to a MIPs machine and can reproduce the error, that is.  Can you find a local expert who knows C to look into the issue?  The most relevant file is probably Modules/posixmodule.c.

Things to look at:

- do the stat-related values in pyconfig.h (which is generated at configure time) look correct for your platform?  Perhaps if you attach a copy of the pyconfig.h file produced at build time that could help.

- are there any relevant warnings or errors at compile time?  E.g., is there any compiler output near the point where Modules/posixmodule.c is defined?  Can you look back at the 'make' output and find out why the 'datetime' module failed to build?

What was the output from the 'print' statement that Terry suggested you add?
History
Date User Action Args
2012-02-13 13:07:33mark.dickinsonsetrecipients: + mark.dickinson, terry.reedy, vstinner, shivam_python_issues
2012-02-13 13:07:33mark.dickinsonsetmessageid: <1329138453.78.0.85819030325.issue13986@psf.upfronthosting.co.za>
2012-02-13 13:07:33mark.dickinsonlinkissue13986 messages
2012-02-13 13:07:32mark.dickinsoncreate