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 shivam_python_issues
Recipients shivam_python_issues
Date 2012-02-10.11:43:57
SpamBayes Score 2.5754707e-05
Marked as misclassified No
Message-id <1328874238.47.0.897260032056.issue13986@psf.upfronthosting.co.za>
In-reply-to
Content
Hi Team,
   Kindly help me in resolving below issue which arises when we do "make install" as it is show stopper for us.

Listing /usr/local/lib/python2.7 ...
Compiling /usr/local/lib/python2.7/BaseHTTPServer.py ...
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/compileall.py", line 213, in <module>
    exit_status = int(not main())
  File "/usr/local/lib/python2.7/compileall.py", line 200, in main
    force, rx, quiet):
  File "/usr/local/lib/python2.7/compileall.py", line 50, in compile_dir
    if not compile_file(fullname, ddir, force, rx, quiet):
  File "/usr/local/lib/python2.7/compileall.py", line 99, in compile_file
    ok = py_compile.compile(fullname, None, dfile, True)
  File "/usr/local/lib/python2.7/py_compile.py", line 108, in compile
    timestamp = long(os.fstat(f.fileno()).st_mtime)
ValueError: cannot convert float NaN to integer
make: *** [libinstall] Error 1


Addtionaly:
-----------
At the time of make below message is flashed as well:

Failed to build these modules:
datetime           dbm
History
Date User Action Args
2012-02-10 11:43:58shivam_python_issuessetrecipients: + shivam_python_issues
2012-02-10 11:43:58shivam_python_issuessetmessageid: <1328874238.47.0.897260032056.issue13986@psf.upfronthosting.co.za>
2012-02-10 11:43:57shivam_python_issueslinkissue13986 messages
2012-02-10 11:43:57shivam_python_issuescreate