Hi,
I'm kind of puzzled with sage-3.1.4. When computing within the interpreter, sage is frantically searching for some .pyx files, unfortunately to no avail. This occurs even when no attached file is new. At the end of this mail comes an excerpt of the strace output (linux 64bit, compiled with gcc 4.3.0). The most surprising to me is the long search path for an internal file. Sage should just now where to look, shouldn't it ? Furthermore, sage doesn't even have in its search path the directories where those files are placed (/localdisk/sage-3.1.4/devel/sage-main/sage/rings/ integer.pyx in this case) I tried hard-linking all the .pyx files I could find into one of the directories of the search path. It reduces of course the length of the search loops wince they succeed at the first attempt, but searching is triggered still, at the rate of more than one thousand searches per second. Maybe there's something I don't understand here, but at least the current situation seems rather untidy... Regards, E. stat("integer.pyx", 0x7ffff4314c50) = -1 ENOENT (No such file or directory) stat("integer.pyx", 0x7ffff4314c50) = -1 ENOENT (No such file or directory) stat("/localdisk/sage-3.1.4/local/bin/integer.pyx", 0x7ffff4314c50) = -1 ENOENT (No such file or directory) stat("/localdisk/sage-3.1.4/local/lib/python2.5/site-packages/ setuptools-0.6c8-py2.5.egg/integer.pyx", 0x7ffff4314c50) = -1 ENOTDIR (Not a directory) stat("/localdisk/sage-3.1.4/local/lib/python2.5/site-packages/ SQLAlchemy-0.4.6-py2.5.egg/integer.pyx", 0x7ffff4314c50) = -1 ENOENT (No such file or directory) stat("/localdisk/sage-3.1.4/local/lib/python2.5/site-packages/ Jinja-1.2-py2.5-linux-x86_64.egg/integer.pyx", 0x7ffff4314c50) = -1 ENOENT (No such file or directory) stat("/localdisk/sage-3.1.4/local/lib/python2.5/site-packages/ Pygments-0.11.1-py2.5.egg/integer.pyx", 0x7ffff4314c50) = -1 ENOENT (No such file or directory) stat("/localdisk/sage-3.1.4/local/lib/python2.5/site-packages/ Sphinx-0.5dev_20081021-py2.5.egg/integer.pyx", 0x7ffff4314c50) = -1 ENOENT (No such file or directory) stat("/localdisk/sage-3.1.4/local/lib/python2.5/site-packages/ integer.pyx", 0x7ffff4314c50) = -1 ENOENT (No such file or directory) stat("/localdisk/sage-3.1.4/local/bin/integer.pyx", 0x7ffff4314c50) = -1 ENOENT (No such file or directory) stat("/localdisk/sage-3.1.4/local/lib/python/integer.pyx", 0x7ffff4314c50) = -1 ENOENT (No such file or directory) stat("/localdisk/sage-3.1.4/local/lib/python25.zip/integer.pyx", 0x7ffff4314c50) = -1 ENOENT (No such file or directory) stat("/localdisk/sage-3.1.4/local/lib/python2.5/plat-linux2/ integer.pyx", 0x7ffff4314c50) = -1 ENOENT (No such file or directory) stat("/localdisk/sage-3.1.4/local/lib/python2.5/lib-tk/integer.pyx", 0x7ffff4314c50) = -1 ENOENT (No such file or directory) stat("/localdisk/sage-3.1.4/local/lib/python2.5/lib-dynload/ integer.pyx", 0x7ffff4314c50) = -1 ENOENT (No such file or directory) stat("/localdisk/sage-3.1.4/local/lib/python2.5/site-packages/IPython/ Extensions/integer.pyx", 0x7ffff4314c50) = -1 ENOENT (No such file or directory) stat("/home/manu/.sage/ipython/integer.pyx", 0x7ffff4314c50) = -1 ENOENT (No such file or directory) --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---