Hi again,

I have finally had time to resolve my problem.

Just for the record: as the problem did not disappear with sphinx 0.6.4 I was forced to rebuild python and many other packages (>200) with debugging information (cf [1], [2]) to find that the culprit was (probably) my large upgrade of KDE3.5 -> 4.3 (and related incompatible change of libjpeg) and Python 2.5 -> 2.6. Ex post I can guess that it would suffice to reinstall matplotlib and mayavi2... but hey, sphinx works for me now!

The problem was completely unrelated to sphinx, so sorry for the noise!

cheers,
r.

[1] http://www.gentoo.org/proj/en/qa/backtraces.xml?style=printable
[2] http://wiki.python.org/moin/DebuggingWithGdb

Robert Cimrman wrote:
Hi,

recently, our project started using sphinx to generate/maintain the documentation. Overall the experience is great, so let me thank you for the great job!

However, there is a problem specifically on my computer (gentoo linux, 64bit): when the C extension modules, wrapped by swig-1.3.36, are compiled, the documentation builds (e.g. 'make html') segfault. I am still using Python 2.5. Has anybody here encountered this behavior? We are using the numpydoc extension, as can be seen here:

$ make html
PYTHONPATH=.. sphinx-build -b html -d _build/doctrees   . _build/html
Running Sphinx v0.6.3
/usr/lib64/python2.5/site-packages/sphinx/application.py:167: DeprecationWarning: The numpydoc.autosummary extension can also be found as sphinx.ext.autosummary in Sphinx >= 0.6, and the version in Sphinx >= 0.7 is superior to the one in numpydoc. This numpydoc version of autosummary is no longer maintained.
   mod = __import__(extension, None, None, ['setup'])
loading pickled environment... not found
building [html]: targets for 50 source files that are out of date
updating environment: 50 added, 0 changed, 0 removed
reading sources... [ 8%] src/sfepy/applications/module_sfepy_applications_applimake: *** [html] Segmentation fault

Thanks,
Robert Cimrman

--
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en.

Reply via email to