Your message dated Thu, 21 Feb 2019 19:20:05 +0000
with message-id <e1gwtt7-00017m...@fasolo.debian.org>
and subject line Bug#922256: fixed in nitime 0.7-2
has caused the Debian Bug report #922256,
regarding nitime: FTBFS (Could not import extension sphinx.ext.pngmath)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
922256: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=922256
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:nitime
Version: 0.7-1
Severity: serious
Tags: ftbfs

Dear maintainer:

I tried to build this package in buster but it failed:

--------------------------------------------------------------------------------
[...]
 debian/rules build-indep
dh build-indep --with python2
   dh_update_autotools_config -i
   dh_auto_configure -i
dh_auto_configure: Please use the third-party "pybuild" build system instead of 
python-distutils
dh_auto_configure: This feature will be removed in compat 12.
   dh_auto_build -i
dh_auto_build: Please use the third-party "pybuild" build system instead of 
python-distutils
dh_auto_build: This feature will be removed in compat 12.
        python setup.py build --force
running build
running build_py
creating build
creating build/lib.linux-x86_64-2.7

[... snipped ...]

  zt /= st[sl]
/<<PKGBUILDDIR>>/debian/tmp/usr/lib/python2.7/dist-packages/nitime/viz.py:1391: 
RuntimeWarning: divide by zero encountered in log
  toplot = np.log(toplot)
/usr/lib/python2.7/dist-packages/matplotlib/cbook/deprecation.py:107: 
MatplotlibDeprecationWarning: Adding an axes using the same arguments as a 
previous axes currently reuses the earlier instance.  In a future version, a 
new instance will always be created and returned.  Meanwhile, this warning can 
be suppressed, and the future behavior ensured, by passing a unique label to 
each axes instance.
  warnings.warn(message, mplDeprecation, stacklevel=1)
grasshopper.py
snr_example.py
mtm_baseband_power.py
event_related_fmri.py
ar_est_3vars.py
mtm_harmonic_test.py
('freqs:', array([0.02217944, 0.02897103, 0.05012797]), '\testimated:', 
array([0.02218628, 0.02897644, 0.05012512]), '\terr: 8.410e-11')
('amp:', array([1.14652768, 1.5882896 , 0.77338958]), '\testimated:', 
array([1.13804782, 1.59692699, 0.76345026]), '\terr: 5.531e-05')
('phase:', array([3.28272585, 4.84241539, 1.8610345 ]), '\testimated:', 
array([3.07380887, 4.66664496, 1.98370608]), '\terr: 8.959e-02')
MS error over noise: 2.350e-02
granger_fmri.py
seed_analysis.py
multi_taper_coh.py
resting_state_fmri.py
ar_est_1var.py
ar_model_fit.py
filtering_fmri.py
multi_taper_spectral_estimation.py
ar_est_2vars.py
python ../tools/build_modref_templates.py
('WARNING: Empty -', 'nitime')
('WARNING: Empty -', 'nitime.algorithms')
('WARNING: Empty -', 'nitime.analysis')
('WARNING: Empty -', 'nitime.fmri')
('WARNING: Empty -', 'nitime.version')
25 files written
Build API docs finished.
sphinx-build -b html -d _build/doctrees   . _build/html
Running Sphinx v1.8.3
/usr/lib/python2.7/dist-packages/matplotlib/cbook/deprecation.py:107: 
MatplotlibDeprecationWarning: The mpl_toolkits.axes_grid module was deprecated 
in version 2.1. Use mpl_toolkits.axes_grid1 and mpl_toolkits.axisartist provies 
the same functionality instead.
  warnings.warn(message, mplDeprecation, stacklevel=1)

Extension error:
Could not import extension sphinx.ext.pngmath (exception: No module named 
pngmath)
make[2]: *** [Makefile:35: htmlonly] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/doc'
make[1]: *** [debian/rules:28: override_dh_auto_install] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:16: binary-indep] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary-indep subprocess 
returned exit status 2
--------------------------------------------------------------------------------

(The above is just how the build ends and not necessarily the most relevant 
part)

The build was made in my autobuilder with "dpkg-buildpackage -A"
and it also fails here:

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/nitime.html

where you can get a full build log if you need it.

If this is really a bug in one of the build-depends, please use reassign and 
affects,
so that this is still visible in the BTS web page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
Source: nitime
Source-Version: 0.7-2

We believe that the bug you reported is fixed in the latest version of
nitime, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 922...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Yaroslav Halchenko <deb...@onerussian.com> (supplier of updated nitime package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 21 Feb 2019 12:50:06 -0500
Source: nitime
Binary: python-nitime python-nitime-doc
Architecture: source all
Version: 0.7-2
Distribution: unstable
Urgency: high
Maintainer: NeuroDebian Team <t...@neuro.debian.net>
Changed-By: Yaroslav Halchenko <deb...@onerussian.com>
Description:
 python-nitime - timeseries analysis for neuroscience data (nitime)
 python-nitime-doc - timeseries analysis for neuroscience data (nitime) -- 
documentati
Closes: 922256
Changes:
 nitime (0.7-2) unstable; urgency=high
 .
   * Use mathjax sphinx.ext if no pngmath is available (Closes: #922256)
   * debian/control
     - boost policy to 4.3.0
     - remove obsolete X-Python*
Checksums-Sha1:
 a29080108275a05a1f6d2cd10ceaf5e18bffc316 2116 nitime_0.7-2.dsc
 f0ea6d03571e6f6ed153e7ece9bd54a54bcd9222 6992 nitime_0.7-2.debian.tar.xz
 d9533550e0065c7d00b1ad6d21109e672fb6a4b9 10139 nitime_0.7-2_amd64.buildinfo
 1278c85ada3e5d54660c99b02bdf9ec7e7bb16df 4809556 
python-nitime-doc_0.7-2_all.deb
 f2c589bd7a873d7c302a8f67e82c211fc67d0a9f 2546164 python-nitime_0.7-2_all.deb
Checksums-Sha256:
 c91a134915853a58022d213d888581a89c11567ff1117ac47648baab7cc64cc2 2116 
nitime_0.7-2.dsc
 b54c30ceb12dfd4561f1260369d73b0acad68e0a3b62b1d2326958490ae4dc78 6992 
nitime_0.7-2.debian.tar.xz
 f277167205d126a822eb2376f60417255c975647b12ad7f4704dc9634f0bc276 10139 
nitime_0.7-2_amd64.buildinfo
 5632c69f0be18d13f17d67b90ad7d9f12bcc45d7d5375f60ac98f288dcb0563a 4809556 
python-nitime-doc_0.7-2_all.deb
 a1dc0b24ab89f9c636d722e0f52449ce19ab5dba0f14c348d22069e66e991983 2546164 
python-nitime_0.7-2_all.deb
Files:
 8d8b085d830a5114268167a71f24b57c 2116 python extra nitime_0.7-2.dsc
 0d0290f7ff5f0d2d3478b900522882c2 6992 python extra nitime_0.7-2.debian.tar.xz
 b400412424b248db976841a47f3da920 10139 python extra 
nitime_0.7-2_amd64.buildinfo
 26848eda7274c06fa9df2694fd79c6a7 4809556 doc extra 
python-nitime-doc_0.7-2_all.deb
 b3c95b0b64bffef3f485fc831c8da7ac 2546164 python extra 
python-nitime_0.7-2_all.deb

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEExbkF8OjZ/ZZo/zZvot4jUGLaM/oFAlxu9OgACgkQot4jUGLa
M/o5kA/8DAObzCXuJyLTrDtJDibmr2Fmts3CcA5eIqPmXwLwpHaMXD/nfULXtcQo
X8odiog272T28AooDohoH0UOaebn3uaN5x2nXgIRoJdlxP/LXOmUz0EPU0ewuTLw
OlffEwqg4pg5XoAYzut+3HOdbPTfApeFVs/ZEbNJGzrTqQ4hSz92aOiHboZwF95J
a7rGklM4Kz6fYEyeAsTv9Jbeln508o7F76P/N8QIa/b4mwGtNl5G6sLFAc2hO8Ho
cw9mVKp8JxzP50N65yUM4upWfnhYnFRlwAQWZwdrfIf3agTVRSq9zQEyQ13H3rCF
hj1mOfl/vK5tON1Joyv8M28cEy1i9ja2vAFiR6Vk4wSQM/D17+iNFBKi1OB4eYv9
8jnhfDKgMaKK3UrbBMLluwnYzDaruhTKJ10hUymkoZblIfYsyiBCnrwrI+Ku6dgf
TsdxCMfNmz2YyJGLkE5nA6gL1z8d3lxzmqRUOAj1T5NmK1bbrrWXT2X9/7xb2wfN
YJIyhvQibvFtyxWxgchLoGhxnk/dvII4ACWXjpdIw4uU6S9LF8Jy2VvQ3K6BNM5i
p5ELYZ0URjzpzLMkNLPR7lHqR1BC1xmv6FU4TBKyS1Y7ReAdu0JpYOHm0US0aBvB
WoawmPK1c2c3sWrrIPm/eaOWfZt90fKmAU5lmLHdYPXRnjj/YQo=
=dboR
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to