Your message dated Sat, 23 Jan 2016 17:02:10 +0000
with message-id <e1an1zi-0004dp...@franck.debian.org>
and subject line Bug#808685: fixed in spykeviewer 0.4.4-1
has caused the Debian Bug report #808685,
regarding spykeviewer: FTBFS: ImportError: cannot import name
SIG_PLOT_AXIS_CHANGED
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.)
--
808685: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=808685
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: spykeviewer
Version: 0.4.2-1
Severity: serious
Justification: fails to build from source
Tags: sid
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-CC: reproducible-bui...@lists.alioth.debian.org
Dear Maintainer,
The package fails to build:
set -e; for buildver in 2.7; do \
echo "I: Running spykeviewer unittests using python$buildver"; \
export MPLCONFIGDIR=/spykeviewer-0.4.2/build
HOME=/spykeviewer-0.4.2/build; \
xvfb-run -s "-screen 0 1280x1024x24 -noreset" \
python$buildver /usr/bin/nosetests spykeviewer || exit 1 ;\
done
I: Running spykeviewer unittests using python2.7
EFFF
======================================================================
ERROR: Failure: AttributeError ('NoneType' object has no attribute 'toUtf8')
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/loader.py", line 420, in
loadTestsFromName
addr.filename, addr.module)
File "/usr/lib/python2.7/dist-packages/nose/importer.py", line 47, in
importFromPath
return self.importFromDir(dir_path, fqname)
File "/usr/lib/python2.7/dist-packages/nose/importer.py", line 94, in
importFromDir
mod = load_module(part_fqname, fh, filename, desc)
File "/spykeviewer-0.4.2/spykeviewer/tests/test_main_window.py", line 32, in
<module>
from spykeviewer.ui.main_window_neo import MainWindowNeo
File "/spykeviewer-0.4.2/spykeviewer/ui/main_window_neo.py", line 13, in
<module>
from spyderlib.widgets.dicteditor import DictEditor
File "/usr/lib/python2.7/dist-packages/spyderlib/widgets/dicteditor.py", line
28, in <module>
from spyderlib.utils.qthelpers import mimedata2url
File "/usr/lib/python2.7/dist-packages/spyderlib/utils/qthelpers.py", line
23, in <module>
from spyderlib.baseconfig import get_image_path, running_in_mac_app
File "/usr/lib/python2.7/dist-packages/spyderlib/baseconfig.py", line 188, in
<module>
from spyderlib.otherplugins import PLUGIN_PATH
File "/usr/lib/python2.7/dist-packages/spyderlib/otherplugins.py", line 17,
in <module>
from spyderlib.utils import programs
File "/usr/lib/python2.7/dist-packages/spyderlib/utils/programs.py", line 29,
in <module>
username = encoding.to_unicode_from_fs(os.environ.get('USER'))
File "/usr/lib/python2.7/dist-packages/spyderlib/utils/encoding.py", line 62,
in to_unicode_from_fs
string = to_text_string(string.toUtf8(), 'utf-8')
AttributeError: 'NoneType' object has no attribute 'toUtf8'
======================================================================
FAIL: test_directories_loaded
(spykeviewer.tests.test_plugin_manager.TestPluginManager)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/spykeviewer-0.4.2/spykeviewer/tests/test_plugin_manager.py", line 30,
in test_directories_loaded
self.assertGreater(num_dirs, 0, 'No plugin directories loaded')
AssertionError: No plugin directories loaded
-------------------- >> begin captured logging << --------------------
spykeviewer: WARNING: Error during execution of potential plugin file
/spykeviewer-0.4.2/spykeviewer/plugins/Raw Data/spikes.py:
Traceback (most recent call last):
File "/spykeviewer-0.4.2/spykeviewer/plugin_framework/plugin_manager.py",
line 113, in addPath
exec(code, exc_globals)
File "/spykeviewer-0.4.2/spykeviewer/plugins/Raw Data/spikes.py", line 2, in
<module>
from spykeutils import plot
File "/usr/lib/python2.7/dist-packages/spykeutils/plot/__init__.py", line 50,
in <module>
from interspike_intervals import isi
File
"/usr/lib/python2.7/dist-packages/spykeutils/plot/interspike_intervals.py",
line 10, in <module>
from dialog import PlotDialog
File "/usr/lib/python2.7/dist-packages/spykeutils/plot/dialog.py", line 29,
in <module>
from guiqwt.signals import SIG_PLOT_AXIS_CHANGED
ImportError: cannot import name SIG_PLOT_AXIS_CHANGED
spykeviewer: WARNING: Error during execution of potential plugin file
/spykeviewer-0.4.2/spykeviewer/plugins/Raw Data/spectogram.py:
Traceback (most recent call last):
File "/spykeviewer-0.4.2/spykeviewer/plugin_framework/plugin_manager.py",
line 113, in addPath
exec(code, exc_globals)
File "/spykeviewer-0.4.2/spykeviewer/plugins/Raw Data/spectogram.py", line 6,
in <module>
from spykeutils.plot.dialog import PlotDialog
File "/usr/lib/python2.7/dist-packages/spykeutils/plot/__init__.py", line 50,
in <module>
from interspike_intervals import isi
File
"/usr/lib/python2.7/dist-packages/spykeutils/plot/interspike_intervals.py",
line 10, in <module>
from dialog import PlotDialog
File "/usr/lib/python2.7/dist-packages/spykeutils/plot/dialog.py", line 29,
in <module>
from guiqwt.signals import SIG_PLOT_AXIS_CHANGED
ImportError: cannot import name SIG_PLOT_AXIS_CHANGED
spykeviewer: WARNING: Error during execution of potential plugin file
/spykeviewer-0.4.2/spykeviewer/plugins/Raw Data/signal.py:
Traceback (most recent call last):
File "/spykeviewer-0.4.2/spykeviewer/plugin_framework/plugin_manager.py",
line 113, in addPath
exec(code, exc_globals)
File "/spykeviewer-0.4.2/spykeviewer/plugins/Raw Data/signal.py", line 3, in
<module>
from spykeutils import plot
File "/usr/lib/python2.7/dist-packages/spykeutils/plot/__init__.py", line 50,
in <module>
from interspike_intervals import isi
File
"/usr/lib/python2.7/dist-packages/spykeutils/plot/interspike_intervals.py",
line 10, in <module>
from dialog import PlotDialog
File "/usr/lib/python2.7/dist-packages/spykeutils/plot/dialog.py", line 29,
in <module>
from guiqwt.signals import SIG_PLOT_AXIS_CHANGED
ImportError: cannot import name SIG_PLOT_AXIS_CHANGED
spykeviewer: WARNING: Error during execution of potential plugin file
/spykeviewer-0.4.2/spykeviewer/plugins/Spike Trains/sde.py:
Traceback (most recent call last):
File "/spykeviewer-0.4.2/spykeviewer/plugin_framework/plugin_manager.py",
line 113, in addPath
exec(code, exc_globals)
File "/spykeviewer-0.4.2/spykeviewer/plugins/Spike Trains/sde.py", line 6, in
<module>
from spykeutils import plot
File "/usr/lib/python2.7/dist-packages/spykeutils/plot/__init__.py", line 50,
in <module>
from interspike_intervals import isi
File
"/usr/lib/python2.7/dist-packages/spykeutils/plot/interspike_intervals.py",
line 10, in <module>
from dialog import PlotDialog
File "/usr/lib/python2.7/dist-packages/spykeutils/plot/dialog.py", line 29,
in <module>
from guiqwt.signals import SIG_PLOT_AXIS_CHANGED
ImportError: cannot import name SIG_PLOT_AXIS_CHANGED
...
--------------------- >> end captured logging << ---------------------
----------------------------------------------------------------------
Ran 4 tests in 0.061s
FAILED (errors=1, failures=3)
debian/rules:29: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 1
make[1]: Leaving directory '/spykeviewer-0.4.2'
debian/rules:9: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
Full build log:
https://reproducible.debian.net/rb-pkg/unstable/amd64/spykeviewer.html
-- System Information:
Debian Release: stretch/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
--- End Message ---
--- Begin Message ---
Source: spykeviewer
Source-Version: 0.4.4-1
We believe that the bug you reported is fixed in the latest version of
spykeviewer, 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 808...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Robert Pröpper <robert.proep...@gmail.com> (supplier of updated spykeviewer
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: Fri, 22 Jan 2016 18:32:23 +0100
Source: spykeviewer
Binary: spykeviewer
Architecture: source all
Version: 0.4.4-1
Distribution: unstable
Urgency: low
Maintainer: NeuroDebian Team <t...@neuro.debian.net>
Changed-By: Robert Pröpper <robert.proep...@gmail.com>
Description:
spykeviewer - graphical utility for analyzing electrophysiological data
Closes: 778643 808685
Changes:
spykeviewer (0.4.4-1) unstable; urgency=low
.
* Package upstream 0.4.4 (Closes: #808685).
* Restrict neo<<0.4 because of breaking changes.
* Remove timestamp from icon for reproducible build (Closes: #778643).
Checksums-Sha1:
7f25afa2ae65fea168acd1a13440ef5af5d8885a 2267 spykeviewer_0.4.4-1.dsc
89919bfaf94e32166fa6e288fd510e3793464917 1362378 spykeviewer_0.4.4.orig.tar.gz
d96cffbc4933c9a2f7ba372257b2912da057c3c5 6688 spykeviewer_0.4.4-1.debian.tar.xz
6c5c0f46ac1a62e55d0680b2439dbfbc60c1e7eb 1291748 spykeviewer_0.4.4-1_all.deb
Checksums-Sha256:
58a3309abeec9cc855c222a3f1bebf449fd6bed8c7b28425bcb5167d3a0fbd3c 2267
spykeviewer_0.4.4-1.dsc
2aae005aef2e925f7ed6c591e0e634d33cec2ce23c75f1a53a4874d68b9e4128 1362378
spykeviewer_0.4.4.orig.tar.gz
a19fd67623aa85676c4bb367b15f43f256070f2bdcfec2c7eb5931b0f303f2c3 6688
spykeviewer_0.4.4-1.debian.tar.xz
804d6de81f6f0e487c5219efe7bc746d93771e53e1d2d12b8a5ca30f3da588f5 1291748
spykeviewer_0.4.4-1_all.deb
Files:
a0439aa64e72e6244dea7ae019792993 2267 python extra spykeviewer_0.4.4-1.dsc
8f63e4b9bc712af316cd8c14fb78d383 1362378 python extra
spykeviewer_0.4.4.orig.tar.gz
de06054883a0214fb415ad818af3a44c 6688 python extra
spykeviewer_0.4.4-1.debian.tar.xz
bedae02014128c104d5acb6e9505704c 1291748 python extra
spykeviewer_0.4.4-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJWo6CkAAoJEKLeI1Bi2jP6IqkQAM5al4wUrrHR5VWHPbCe2uh/
Tk0/vJRnJUrhtx2aqjvAOf/ie3Q7QZD03puHZkDs9k3jaEXjK8M8afn/xpjrCq3K
Rs9oeUHVZsKxxE1jl39I2J3IrEZo7ljfZ/4oyZzZk0n3xgzgLbqy2pn2COuV+K9w
Wy2tXAJl8PMezBUgTf/BXcl8SKWfECRRsS/qIU1FlKGisWN1YVObcza7JHJZkAfb
6kvuMWoI17987r/jJJFbPc38dy9ZfSbsTvKeAvh0/26bnutk/CmrkcaMe7n3BfrP
qA6fLDqZ8Eae7dJAiLoxPMV/1powFAJenPZ+VVJwB1NqiyqNOnm8HJM3Fd/Vqgh7
ZQD1BbRoDnw4cHYbpLz4Z3uKlesc6kAk25hstYDQvGH/dCXVMMowkUGaaS6yYPOL
DT+m/xvw5yAykDHUP99lW2KRpBoyU+KZcpyEp4Natbb0HvpUL9FRpv4ySGsF0iPs
mEd8i9ojUmxwt0zP6/iNJEnV+ipYVlkcYBLkR4GmwRYw96awnqkP0BjHS8fLkt/v
Eh2Sp0B5eY5gEAi6uiUmSCJq/XyHQznWBcuRGSGm/cL84fgVY5RFKHDBIGlDxJz4
vRkt46EOVZpX7NB7SAcUzqSzYQyAxNTAVWVyTI0Ah8Sx1lIxQenR51A3mit3TFSM
BFC50xuo6HXn+Vk67dgR
=J2tx
-----END PGP SIGNATURE-----
--- End Message ---