Source: pymvpa2
Version: 2.6.1-1
Severity: serious
Justification: fails to build from source

Hi,

pymvpa2 FTBFS in a current sid+experimental environment while building
the documentation. Network access is not permitted during the build:


cd /build/pymvpa2-2.6.1/doc && MVPA_EXTERNALS_RAISE_EXCEPTION=off \
        PYTHONPATH=/build/pymvpa2-2.6.1: \
        MPLCONFIGDIR=/build/pymvpa2-2.6.1/build HOME=/build/pymvpa2-2.6.1/build 
\
        /usr/bin/make html BUILDDIR=/build/pymvpa2-2.6.1/build SPHINXOPTS=""
make[3]: Entering directory '/build/pymvpa2-2.6.1/doc'
# fetch intersphinx objects for explicit intersphinxing
python source/conf.py cache_intersphinx
D: PyMVPA path ['/build/pymvpa2-2.6.1/mvpa2']
D: PYTHONPATHs /build/pymvpa2-2.6.1/doc/source
   /build/pymvpa2-2.6.1
   /build/pymvpa2-2.6.1/doc
   /usr/lib/python2.7
   /usr/lib/python2.7/plat-x86_64-linux-gnu
   /usr/lib/python2.7/lib-tk
   /usr/lib/python2.7/lib-old
   /usr/lib/python2.7/lib-dynload
   /usr/local/lib/python2.7/dist-packages
   /usr/lib/python2.7/dist-packages
D: failed to retrieve from http://docs.python.org//objects.inv: [Errno socket 
error] [Errno 111] Connection refused
D: failed to retrieve from 
http://docs.scipy.org/doc/scipy/reference/objects.inv: [Errno socket error] 
[Errno 111] Connection refused
D: failed to retrieve from http://matplotlib.sourceforge.net//objects.inv: 
[Errno socket error] [Errno 111] Connection refused
D: failed to retrieve from http://nipy.sourceforge.net/nipy/stable/objects.inv: 
[Errno socket error] [Errno 111] Connection refused
D: failed to retrieve from http://docs.scipy.org/doc/numpy//objects.inv: [Errno 
socket error] [Errno 111] Connection refused
D: failed to retrieve from http://nipy.sourceforge.net/nipype/objects.inv: 
[Errno socket error] [Errno 111] Connection refused
D: failed to retrieve from http://docs.h5py.org/en/2.3//objects.inv: [Errno 
socket error] [Errno 111] Connection refused
D: interersphinx_mapping {'http://docs.python.org/': 
'source/intersphinx/docs.python.org_objects.inv', 
'http://docs.scipy.org/doc/scipy/reference': 
'source/intersphinx/docs.scipy.org_objects.inv', 
'http://matplotlib.sourceforge.net/': 
'source/intersphinx/matplotlib.sourceforge.net_objects.inv', 
'http://nipy.sourceforge.net/nipy/stable': 
'source/intersphinx/nipy.sourceforge.net_objects.inv', 
'http://docs.scipy.org/doc/numpy/': 
'source/intersphinx/docs.scipy.org_objects.inv', 
'http://nipy.sourceforge.net/nipype': 
'source/intersphinx/nipy.sourceforge.net_objects.inv', 
'http://docs.h5py.org/en/2.3/': 'source/intersphinx/docs.h5py.org_objects.inv'} 
mkdir -p /build/pymvpa2-2.6.1/build
mkdir -p source/generated
set -e; set -o pipefail; for man in /build/pymvpa2-2.6.1/build/man/pymvpa*; do \
        manfile=$(basename ${man}) ; \
        cmd=${manfile#pymvpa2-*} ; \
        cmd=${cmd%*.1} ; \
        man2html ${man} | sed -n '/<HR>/{:a;n;/<HR>/b;p;ba}' | sed -n '/<A 
NAME/{:a;n;/This document was created by/b;p;ba}' > 
source/generated/${manfile}.html ; \
        underline="*****************$(echo ${cmd} | tr A-Za-z0-9 \*)" ; \
        printf ".. index:: command line, ${cmd}\n.. 
_chap_cmdline_${cmd}:\n\n${underline}\nMan page for 
\`\`${cmd}\`\`\n${underline}\n\n.. raw:: html\n   :file: ${manfile}.html\n" > 
source/generated/cmd_${cmd}.rst ; \
done
sphinx-build -b html -d /build/pymvpa2-2.6.1/build/doctrees   source 
/build/pymvpa2-2.6.1/build/html
Running Sphinx v1.6.4
D: PyMVPA path ['/build/pymvpa2-2.6.1/mvpa2']
D: PYTHONPATHs /usr/share/sphinx/scripts/python2
   /build/pymvpa2-2.6.1
   /build/pymvpa2-2.6.1/doc
   /usr/lib/python2.7
   /usr/lib/python2.7/plat-x86_64-linux-gnu
   /usr/lib/python2.7/lib-tk
   /usr/lib/python2.7/lib-old
   /usr/lib/python2.7/lib-dynload
   /usr/local/lib/python2.7/dist-packages
   /usr/lib/python2.7/dist-packages
D: interersphinx_mapping {'http://docs.python.org/': 
u'/build/pymvpa2-2.6.1/doc/source/intersphinx/docs.python.org_objects.inv', 
'http://docs.scipy.org/doc/scipy/reference': 
u'/build/pymvpa2-2.6.1/doc/source/intersphinx/docs.scipy.org_objects.inv', 
'http://matplotlib.sourceforge.net/': 
u'/build/pymvpa2-2.6.1/doc/source/intersphinx/matplotlib.sourceforge.net_objects.inv',
 'http://nipy.sourceforge.net/nipy/stable': 
u'/build/pymvpa2-2.6.1/doc/source/intersphinx/nipy.sourceforge.net_objects.inv',
 'http://docs.scipy.org/doc/numpy/': 
u'/build/pymvpa2-2.6.1/doc/source/intersphinx/docs.scipy.org_objects.inv', 
'http://nipy.sourceforge.net/nipype': 
u'/build/pymvpa2-2.6.1/doc/source/intersphinx/nipy.sourceforge.net_objects.inv',
 'http://docs.h5py.org/en/2.3/': 
u'/build/pymvpa2-2.6.1/doc/source/intersphinx/docs.h5py.org_objects.inv'} 
Generating grammar tables from /usr/share/sphinx/pycode/Grammar-py2.txt
WARNING: sphinx.ext.pngmath has been deprecated. Please use sphinx.ext.imgmath 
instead.
/usr/lib/python2.7/dist-packages/sphinx/util/compat.py:40: 
RemovedInSphinx17Warning: sphinx.util.compat.Directive is deprecated and will 
be removed in Sphinx 1.7, please use docutils' instead.
  RemovedInSphinx17Warning)

Extension error:
Could not import extension sphinxext.exercise_directive (exception: cannot 
import name make_admonition)
Makefile:61: recipe for target 'html' failed
make[3]: *** [html] Error 1
make[3]: Leaving directory '/build/pymvpa2-2.6.1/doc'
Makefile:222: recipe for target 'htmldoc' failed
make[2]: *** [htmldoc] Error 2
make[2]: Leaving directory '/build/pymvpa2-2.6.1'
debian/rules:30: recipe for target 'override_dh_auto_build' failed

Attachment: pymvpa2_2.6.1-1.log.gz
Description: application/gzip

Reply via email to