Bug#800668: iep ftbfs, missing build dependencies, still fails tests

Matthias Klose doko at debian.org
Fri Oct 2 09:11:52 UTC 2015


Package: src:iep
Version: 3.7-1
Severity: serious
Tags: sid stretch

the package is missing build dependencies on python3-pyzolib and python3-pyqt4, 
but even with these the package still fails the tests.  Note the odd warning 
about pyzolib.path as well, however it still ftbfs without it.

I: pybuild base:170: cd /home/packages/tmp/iep-3.7/.pybuild/pythonX.Y_3.5/build; 
python3.5 -m unittest discover -v
iep.tools.iepFileBrowser (unittest.loader._FailedTest) ... ERROR

======================================================================
ERROR: iep.tools.iepFileBrowser (unittest.loader._FailedTest)
----------------------------------------------------------------------
ImportError: Failed to import test module: iep.tools.iepFileBrowser
Traceback (most recent call last):
   File "/usr/lib/python3.5/unittest/loader.py", line 462, in _find_test_path
     package = self._get_module_from_name(name)
   File "/usr/lib/python3.5/unittest/loader.py", line 369, in _get_module_from_name
     __import__(name)
   File 
"/home/packages/tmp/iep-3.7/.pybuild/pythonX.Y_3.5/build/iep/tools/iepFileBrowser/__init__.py", 
line 51, in <module>
     from .browser import Browser
   File 
"/home/packages/tmp/iep-3.7/.pybuild/pythonX.Y_3.5/build/iep/tools/iepFileBrowser/browser.py", 
line 11, in <module>
     from .tree import Tree
   File 
"/home/packages/tmp/iep-3.7/.pybuild/pythonX.Y_3.5/build/iep/tools/iepFileBrowser/tree.py", 
line 780, in <module>
     class PopupMenu(iep.iepcore.menu.Menu):
AttributeError: module 'iep.iepcore' has no attribute 'menu'


----------------------------------------------------------------------
Ran 1 test in 0.000s

FAILED (errors=1)
Started our command server
Note about pyzolib.path - better use pathlib (part of py34)
E: pybuild pybuild:262: test: plugin distutils failed with: exit code=1: cd 
/home/packages/tmp/iep-3.7/.pybuild/pythonX.Y_3.5/build; python3.5 -m unittest 
discover -v



More information about the debian-science-maintainers mailing list