Message153039
| 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:58 | shivam_python_issues | set | recipients:
+ shivam_python_issues |
| 2012年02月10日 11:43:58 | shivam_python_issues | set | messageid: <1328874238.47.0.897260032056.issue13986@psf.upfronthosting.co.za> |
| 2012年02月10日 11:43:57 | shivam_python_issues | link | issue13986 messages |
| 2012年02月10日 11:43:57 | shivam_python_issues | create |
|