Hi, This reproduceble build bug is really reproduceble :-)
On Mon, Oct 19, 2015 at 10:31:37PM +0100, Chris West (Faux) wrote: > Source: debmake-doc > Version: 1.0-1 > Severity: serious > Justification: fails to build from source > Tags: sid stretch > 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: > > pybuild --test -i python{version} -p "3.5 3.4" --dir . > I: pybuild base:170: cd > /debmake-doc-1.0/debhello-1.3-pkg1/test/debhello-1.3/.pybuild/pythonX.Y_3.5/build; > python3.5 -m unittest discover -v > hello_py (unittest.loader._FailedTest) ... ERROR > > ====================================================================== > ERROR: hello_py (unittest.loader._FailedTest) > ---------------------------------------------------------------------- > ImportError: Failed to import test module: hello_py > 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 > "/debmake-doc-1.0/debhello-1.3-pkg1/test/debhello-1.3/.pybuild/pythonX.Y_3.5/build/hello_py/__init__.py", > line 2, in <module> > from gi.repository import Gtk > ImportError: No module named 'gi' I got the same with my local pbuilder build. I wonder why I did not catch this in the first place. Anyway, adding python3-gi to B-D should fix this. Thanks. Osamu