On 06/29/10 03:52 PM, caleb miles wrote:
Hello,

Compiling with gcc-4.3.5 produces the following error

mkdir -p -- ../../../../library/grDevices/libs
make[8]: warning:  Clock skew detected.  Your build may be incomplete.


That is usually the result of shared file system where the client and server are not accurately synced in time. You can end up creating files which appear to have modification dates in the future. There make can get confused and build files unnecessarily, or worst still fail to build files that it should.

If possible, sync one of your local machines to the best stratum 2 time server available (or a pool of time severs), then sync your other local machines to that one main one. That will reduce the chances of this happening.



/nano/scratch/camiles/binaries/sage-4.4.4/spkg/build/cython-0.12.1/src/
Cython/Compiler/Parsing.c:17225: internal compiler error: in
merge_alias_info, at tree-ssa-copy.c:235
Please submit a full bug report,
with preprocessed source if appropriate.
See<URL:http://www.suse.de/feedback>  for instructions.
error: command 'gcc' failed with exit status 1

Don't know what to make of that. Don't look good. I've seen this many times when the compiler can't libraries like those of gmp, mpfr or gcc when these are in non-standard locations.


Dave

--
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to