Package: src:numpy Version: 1:2.4.6+ds-1 Severity: serious Tags: ftbfs forky sid
Dear maintainer: During a rebuild of all packages in unstable, this package failed to build. Below you will find the last part of the build log (probably the most relevant part, but not necessarily). If required, the full build log is available here: https://people.debian.org/~sanvila/build-logs/202606/ About the archive rebuild: The build was made on virtual machines from AWS, using sbuild and a reduced chroot with only build-essential packages. If you cannot reproduce the bug please contact me privately, as I am willing to provide ssh access to a virtual machine where the bug is fully reproducible. If this is really a bug in one of the build-depends, please use reassign and add an affects on src:numpy, so that this is still visible in the BTS web page for this package. Thanks. -------------------------------------------------------------------------------- [...] debian/rules clean dh clean --buildsystem=pybuild dh_auto_clean -O--buildsystem=pybuild dh_autoreconf_clean -O--buildsystem=pybuild dh_clean -O--buildsystem=pybuild debian/rules binary dh binary --buildsystem=pybuild dh_update_autotools_config -O--buildsystem=pybuild dh_autoreconf -O--buildsystem=pybuild dh_auto_configure -O--buildsystem=pybuild debian/rules override_dh_auto_build-arch make[1]: Entering directory '/<<PKGBUILDDIR>>' py3versions: no X-Python3-Version in control file, using supported versions PYBUILD_DISABLE="3.13" dh_auto_build I: pybuild plugin_pyproject:142: Building wheel for python3.14 with "build" module [... snipped ...] argnames, parametersets = ParameterSet._for_parametrize( _param_mark = Mark(name='parametrize', args=('dtype,ex_val', <itertools.product object at 0x7fe3f2912180>), kwargs={}) argnames = 'dtype,ex_val' argvalues = <itertools.product object at 0x7fe3f2912180> ids = None indirect = False nodeid = 'numpy/_core/tests/test_umath.py::TestDivision::test_division_int_boundary' scope = None self = <_pytest.python.Metafunc object at 0x7fe3f25e76b0> /usr/lib/python3/dist-packages/_pytest/mark/structures.py:202: in _for_parametrize warnings.warn( E pytest.PytestRemovedIn10Warning: Passing a non-Collection iterable to parametrize is deprecated. E Test: numpy/_core/tests/test_umath.py::TestDivision::test_division_int_boundary, argvalues type: product E Please convert to a list or tuple. E See https://docs.pytest.org/en/stable/deprecations.html#parametrize-iterators argnames = 'dtype,ex_val' argvalues = <itertools.product object at 0x7fe3f2912180> cls = <class '_pytest.mark.structures.ParameterSet'> config = <_pytest.config.Config object at 0x7fe3fc217230> func = <function TestDivision.test_division_int_boundary at 0x7fe3f2755f30> nodeid = 'numpy/_core/tests/test_umath.py::TestDivision::test_division_int_boundary' _______________ ERROR collecting numpy/_core/tests/test_umath.py _______________ /usr/lib/python3/dist-packages/pluggy/_hooks.py:512: in __call__ return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ firstresult = True kwargs = {'collector': <Class TestBitwiseUFuncs>, 'name': 'test_bitwise_count', 'obj': <function TestBitwiseUFuncs.test_bitwise_count at 0x7fe3f1ca3060>} self = <HookCaller 'pytest_pycollect_makeitem'> /usr/lib/python3/dist-packages/pluggy/_manager.py:120: in _hookexec return self._inner_hookexec(hook_name, methods, kwargs, firstresult) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ firstresult = True hook_name = 'pytest_pycollect_makeitem' kwargs = {'collector': <Class TestBitwiseUFuncs>, 'name': 'test_bitwise_count', 'obj': <function TestBitwiseUFuncs.test_bitwise_count at 0x7fe3f1ca3060>} methods = [<HookImpl plugin_name='python', plugin=<module '_pytest.python' from '/usr/lib/python3/dist-packages/_pytest/python.p... plugin_name='unittest', plugin=<module '_pytest.unittest' from '/usr/lib/python3/dist-packages/_pytest/unittest.py'>>] self = <_pytest.config.PytestPluginManager object at 0x7fe3fc215be0> /usr/lib/python3/dist-packages/_pytest/python.py:250: in pytest_pycollect_makeitem return list(collector._genfunctions(name, obj)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ collector = <Class TestBitwiseUFuncs> name = 'test_bitwise_count' obj = <function TestBitwiseUFuncs.test_bitwise_count at 0x7fe3f1ca3060> /usr/lib/python3/dist-packages/_pytest/python.py:476: in _genfunctions self.ihook.pytest_generate_tests.call_extra(methods, dict(metafunc=metafunc)) cls = <class 'test_umath.TestBitwiseUFuncs'> clscol = <Class TestBitwiseUFuncs> definition = <FunctionDefinition test_bitwise_count> fixtureinfo = FuncFixtureInfo(argnames=('input_dtype_obj', 'bitsize'), initialnames=('add_np', 'check_fpu_mode', 'input_dtype_obj', ...pe='session' baseid=''>,), 'check_fpu_mode': (<FixtureDef argname='check_fpu_mode' scope='function' baseid='numpy'>,)}) funcobj = <function TestBitwiseUFuncs.test_bitwise_count at 0x7fe3f1ca3060> metafunc = <_pytest.python.Metafunc object at 0x7fe3f21e9b30> methods = [] module = <module 'test_umath' from '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/numpy/_core/tests/test_umath.py'> modulecol = <Module test_umath.py> name = 'test_bitwise_count' self = <Class TestBitwiseUFuncs> /usr/lib/python3/dist-packages/pluggy/_hooks.py:573: in call_extra return self._hookexec(self.name, hookimpls, kwargs, firstresult) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ firstresult = False hookimpls = [<HookImpl plugin_name='python', plugin=<module '_pytest.python' from '/usr/lib/python3/dist-packages/_pytest/python.py'>>, <HookImpl plugin_name='funcmanage', plugin=<_pytest.fixtures.FixtureManager object at 0x7fe3fb264ad0>>] kwargs = {'metafunc': <_pytest.python.Metafunc object at 0x7fe3f21e9b30>} methods = [] opts = {'wrapper': False, 'hookwrapper': False, 'optionalhook': False, 'trylast': False, ...} self = <HookCaller 'pytest_generate_tests'> /usr/lib/python3/dist-packages/pluggy/_manager.py:120: in _hookexec return self._inner_hookexec(hook_name, methods, kwargs, firstresult) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ firstresult = False hook_name = 'pytest_generate_tests' kwargs = {'metafunc': <_pytest.python.Metafunc object at 0x7fe3f21e9b30>} methods = [<HookImpl plugin_name='python', plugin=<module '_pytest.python' from '/usr/lib/python3/dist-packages/_pytest/python.py'>>, <HookImpl plugin_name='funcmanage', plugin=<_pytest.fixtures.FixtureManager object at 0x7fe3fb264ad0>>] self = <_pytest.config.PytestPluginManager object at 0x7fe3fc215be0> /usr/lib/python3/dist-packages/_pytest/python.py:124: in pytest_generate_tests metafunc.parametrize(*marker.args, **marker.kwargs, _param_mark=marker) marker = Mark(name='parametrize', args=('input_dtype_obj, bitsize', <zip object at 0x7fe3f29105c0>), kwargs={}) metafunc = <_pytest.python.Metafunc object at 0x7fe3f21e9b30> /usr/lib/python3/dist-packages/_pytest/python.py:1316: in parametrize argnames, parametersets = ParameterSet._for_parametrize( _param_mark = Mark(name='parametrize', args=('input_dtype_obj, bitsize', <zip object at 0x7fe3f29105c0>), kwargs={}) argnames = 'input_dtype_obj, bitsize' argvalues = <zip object at 0x7fe3f29105c0> ids = None indirect = False nodeid = 'numpy/_core/tests/test_umath.py::TestBitwiseUFuncs::test_bitwise_count' scope = None self = <_pytest.python.Metafunc object at 0x7fe3f21e9b30> /usr/lib/python3/dist-packages/_pytest/mark/structures.py:202: in _for_parametrize warnings.warn( E pytest.PytestRemovedIn10Warning: Passing a non-Collection iterable to parametrize is deprecated. E Test: numpy/_core/tests/test_umath.py::TestBitwiseUFuncs::test_bitwise_count, argvalues type: zip E Please convert to a list or tuple. E See https://docs.pytest.org/en/stable/deprecations.html#parametrize-iterators argnames = 'input_dtype_obj, bitsize' argvalues = <zip object at 0x7fe3f29105c0> cls = <class '_pytest.mark.structures.ParameterSet'> config = <_pytest.config.Config object at 0x7fe3fc217230> func = <function TestBitwiseUFuncs.test_bitwise_count at 0x7fe3f1ca3060> nodeid = 'numpy/_core/tests/test_umath.py::TestBitwiseUFuncs::test_bitwise_count' ______________ ERROR collecting numpy/lib/tests/test_packbits.py _______________ /usr/lib/python3/dist-packages/pluggy/_hooks.py:512: in __call__ return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ firstresult = True kwargs = {'collector': <Class TestCount>, 'name': 'test_roundtrip', 'obj': <function TestCount.test_roundtrip at 0x7fe3e3d95f30>} self = <HookCaller 'pytest_pycollect_makeitem'> /usr/lib/python3/dist-packages/pluggy/_manager.py:120: in _hookexec return self._inner_hookexec(hook_name, methods, kwargs, firstresult) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ firstresult = True hook_name = 'pytest_pycollect_makeitem' kwargs = {'collector': <Class TestCount>, 'name': 'test_roundtrip', 'obj': <function TestCount.test_roundtrip at 0x7fe3e3d95f30>} methods = [<HookImpl plugin_name='python', plugin=<module '_pytest.python' from '/usr/lib/python3/dist-packages/_pytest/python.p... plugin_name='unittest', plugin=<module '_pytest.unittest' from '/usr/lib/python3/dist-packages/_pytest/unittest.py'>>] self = <_pytest.config.PytestPluginManager object at 0x7fe3fc215be0> /usr/lib/python3/dist-packages/_pytest/python.py:250: in pytest_pycollect_makeitem return list(collector._genfunctions(name, obj)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ collector = <Class TestCount> name = 'test_roundtrip' obj = <function TestCount.test_roundtrip at 0x7fe3e3d95f30> /usr/lib/python3/dist-packages/_pytest/python.py:476: in _genfunctions self.ihook.pytest_generate_tests.call_extra(methods, dict(metafunc=metafunc)) cls = <class 'numpy.lib.tests.test_packbits.TestCount'> clscol = <Class TestCount> definition = <FunctionDefinition test_roundtrip> fixtureinfo = FuncFixtureInfo(argnames=('bitorder', 'count'), initialnames=('add_np', 'check_fpu_mode', 'bitorder', 'count'), names_...pe='session' baseid=''>,), 'check_fpu_mode': (<FixtureDef argname='check_fpu_mode' scope='function' baseid='numpy'>,)}) funcobj = <function TestCount.test_roundtrip at 0x7fe3e3d95f30> metafunc = <_pytest.python.Metafunc object at 0x7fe3e2fdfe30> methods = [] module = <module 'numpy.lib.tests.test_packbits' from '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/numpy/lib/tests/test_packbits.py'> modulecol = <Module test_packbits.py> name = 'test_roundtrip' self = <Class TestCount> /usr/lib/python3/dist-packages/pluggy/_hooks.py:573: in call_extra return self._hookexec(self.name, hookimpls, kwargs, firstresult) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ firstresult = False hookimpls = [<HookImpl plugin_name='python', plugin=<module '_pytest.python' from '/usr/lib/python3/dist-packages/_pytest/python.py'>>, <HookImpl plugin_name='funcmanage', plugin=<_pytest.fixtures.FixtureManager object at 0x7fe3fb264ad0>>] kwargs = {'metafunc': <_pytest.python.Metafunc object at 0x7fe3e2fdfe30>} methods = [] opts = {'wrapper': False, 'hookwrapper': False, 'optionalhook': False, 'trylast': False, ...} self = <HookCaller 'pytest_generate_tests'> /usr/lib/python3/dist-packages/pluggy/_manager.py:120: in _hookexec return self._inner_hookexec(hook_name, methods, kwargs, firstresult) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ firstresult = False hook_name = 'pytest_generate_tests' kwargs = {'metafunc': <_pytest.python.Metafunc object at 0x7fe3e2fdfe30>} methods = [<HookImpl plugin_name='python', plugin=<module '_pytest.python' from '/usr/lib/python3/dist-packages/_pytest/python.py'>>, <HookImpl plugin_name='funcmanage', plugin=<_pytest.fixtures.FixtureManager object at 0x7fe3fb264ad0>>] self = <_pytest.config.PytestPluginManager object at 0x7fe3fc215be0> /usr/lib/python3/dist-packages/_pytest/python.py:124: in pytest_generate_tests metafunc.parametrize(*marker.args, **marker.kwargs, _param_mark=marker) marker = Mark(name='parametrize', args=('count', <itertools.chain object at 0x7fe3e38d6350>), kwargs={}) metafunc = <_pytest.python.Metafunc object at 0x7fe3e2fdfe30> /usr/lib/python3/dist-packages/_pytest/python.py:1316: in parametrize argnames, parametersets = ParameterSet._for_parametrize( _param_mark = Mark(name='parametrize', args=('count', <itertools.chain object at 0x7fe3e38d6350>), kwargs={}) argnames = 'count' argvalues = <itertools.chain object at 0x7fe3e38d6350> ids = None indirect = False nodeid = 'numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip' scope = None self = <_pytest.python.Metafunc object at 0x7fe3e2fdfe30> /usr/lib/python3/dist-packages/_pytest/mark/structures.py:202: in _for_parametrize warnings.warn( E pytest.PytestRemovedIn10Warning: Passing a non-Collection iterable to parametrize is deprecated. E Test: numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip, argvalues type: chain E Please convert to a list or tuple. E See https://docs.pytest.org/en/stable/deprecations.html#parametrize-iterators argnames = 'count' argvalues = <itertools.chain object at 0x7fe3e38d6350> cls = <class '_pytest.mark.structures.ParameterSet'> config = <_pytest.config.Config object at 0x7fe3fc217230> func = <function TestCount.test_roundtrip at 0x7fe3e3d95f30> nodeid = 'numpy/lib/tests/test_packbits.py::TestCount::test_roundtrip' ______________ ERROR collecting numpy/typing/tests/test_typing.py ______________ /usr/lib/python3/dist-packages/pluggy/_hooks.py:512: in __call__ return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ firstresult = True kwargs = {'collector': <Module test_typing.py>, 'name': 'test_pass', 'obj': <function test_pass at 0x7fe3e0c58460>} self = <HookCaller 'pytest_pycollect_makeitem'> /usr/lib/python3/dist-packages/pluggy/_manager.py:120: in _hookexec return self._inner_hookexec(hook_name, methods, kwargs, firstresult) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ firstresult = True hook_name = 'pytest_pycollect_makeitem' kwargs = {'collector': <Module test_typing.py>, 'name': 'test_pass', 'obj': <function test_pass at 0x7fe3e0c58460>} methods = [<HookImpl plugin_name='python', plugin=<module '_pytest.python' from '/usr/lib/python3/dist-packages/_pytest/python.p... plugin_name='unittest', plugin=<module '_pytest.unittest' from '/usr/lib/python3/dist-packages/_pytest/unittest.py'>>] self = <_pytest.config.PytestPluginManager object at 0x7fe3fc215be0> /usr/lib/python3/dist-packages/_pytest/python.py:250: in pytest_pycollect_makeitem return list(collector._genfunctions(name, obj)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ collector = <Module test_typing.py> name = 'test_pass' obj = <function test_pass at 0x7fe3e0c58460> /usr/lib/python3/dist-packages/_pytest/python.py:476: in _genfunctions self.ihook.pytest_generate_tests.call_extra(methods, dict(metafunc=metafunc)) cls = None clscol = None definition = <FunctionDefinition test_pass> fixtureinfo = FuncFixtureInfo(argnames=('path',), initialnames=('add_np', 'check_fpu_mode', 'run_mypy', 'path'), names_closure=['doc...='numpy'>,), 'run_mypy': (<FixtureDef argname='run_mypy' scope='module' baseid='numpy/typing/tests/test_typing.py'>,)}) funcobj = <function test_pass at 0x7fe3e0c58460> metafunc = <_pytest.python.Metafunc object at 0x7fe3e0ea6f30> methods = [] module = <module 'numpy.typing.tests.test_typing' from '/<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build/numpy/typing/tests/test_typing.py'> modulecol = <Module test_typing.py> name = 'test_pass' self = <Module test_typing.py> /usr/lib/python3/dist-packages/pluggy/_hooks.py:573: in call_extra return self._hookexec(self.name, hookimpls, kwargs, firstresult) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ firstresult = False hookimpls = [<HookImpl plugin_name='python', plugin=<module '_pytest.python' from '/usr/lib/python3/dist-packages/_pytest/python.py'>>, <HookImpl plugin_name='funcmanage', plugin=<_pytest.fixtures.FixtureManager object at 0x7fe3fb264ad0>>] kwargs = {'metafunc': <_pytest.python.Metafunc object at 0x7fe3e0ea6f30>} methods = [] opts = {'wrapper': False, 'hookwrapper': False, 'optionalhook': False, 'trylast': False, ...} self = <HookCaller 'pytest_generate_tests'> /usr/lib/python3/dist-packages/pluggy/_manager.py:120: in _hookexec return self._inner_hookexec(hook_name, methods, kwargs, firstresult) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ firstresult = False hook_name = 'pytest_generate_tests' kwargs = {'metafunc': <_pytest.python.Metafunc object at 0x7fe3e0ea6f30>} methods = [<HookImpl plugin_name='python', plugin=<module '_pytest.python' from '/usr/lib/python3/dist-packages/_pytest/python.py'>>, <HookImpl plugin_name='funcmanage', plugin=<_pytest.fixtures.FixtureManager object at 0x7fe3fb264ad0>>] self = <_pytest.config.PytestPluginManager object at 0x7fe3fc215be0> /usr/lib/python3/dist-packages/_pytest/python.py:124: in pytest_generate_tests metafunc.parametrize(*marker.args, **marker.kwargs, _param_mark=marker) marker = Mark(name='parametrize', args=('path', <generator object get_test_cases at 0x7fe3e0cb6d60>), kwargs={}) metafunc = <_pytest.python.Metafunc object at 0x7fe3e0ea6f30> /usr/lib/python3/dist-packages/_pytest/python.py:1316: in parametrize argnames, parametersets = ParameterSet._for_parametrize( _param_mark = Mark(name='parametrize', args=('path', <generator object get_test_cases at 0x7fe3e0cb6d60>), kwargs={}) argnames = 'path' argvalues = <generator object get_test_cases at 0x7fe3e0cb6d60> ids = None indirect = False nodeid = 'numpy/typing/tests/test_typing.py::test_pass' scope = None self = <_pytest.python.Metafunc object at 0x7fe3e0ea6f30> /usr/lib/python3/dist-packages/_pytest/mark/structures.py:202: in _for_parametrize warnings.warn( E pytest.PytestRemovedIn10Warning: Passing a non-Collection iterable to parametrize is deprecated. E Test: numpy/typing/tests/test_typing.py::test_pass, argvalues type: generator E Please convert to a list or tuple. E See https://docs.pytest.org/en/stable/deprecations.html#parametrize-iterators argnames = 'path' argvalues = <generator object get_test_cases at 0x7fe3e0cb6d60> cls = <class '_pytest.mark.structures.ParameterSet'> config = <_pytest.config.Config object at 0x7fe3fc217230> func = <function test_pass at 0x7fe3e0c58460> nodeid = 'numpy/typing/tests/test_typing.py::test_pass' =========================== short test summary info ============================ ERROR numpy/_core/tests/test_array_coercion.py::TestStringDiscovery - pytest.... ERROR numpy/_core/tests/test_array_coercion.py::TestScalarDiscovery - pytest.... ERROR numpy/_core/tests/test_array_coercion.py::TestNested - pytest.PytestRem... ERROR numpy/_core/tests/test_array_coercion.py::TestArrayLikes - pytest.Pytes... ERROR numpy/_core/tests/test_casting_floatingpoint_errors.py - pytest.PytestR... ERROR numpy/_core/tests/test_casting_unittests.py::TestCasting - pytest.Pytes... ERROR numpy/_core/tests/test_dlpack.py::TestDLPack - pytest.PytestRemovedIn10... ERROR numpy/_core/tests/test_dtype.py::TestStructuredObjectRefcounting - pyte... ERROR numpy/_core/tests/test_dtype.py::TestFromCTypes - pytest.PytestRemovedI... ERROR numpy/_core/tests/test_multiarray.py::TestArgmaxArgminCommon - pytest.P... ERROR numpy/_core/tests/test_numeric.py::TestTypes - pytest.PytestRemovedIn10... ERROR numpy/_core/tests/test_numeric.py::TestArrayComparisons - pytest.Pytest... ERROR numpy/_core/tests/test_ufunc.py::TestUfunc - pytest.PytestRemovedIn10Wa... ERROR numpy/_core/tests/test_umath.py::TestDivision - pytest.PytestRemovedIn1... ERROR numpy/_core/tests/test_umath.py::TestBitwiseUFuncs - pytest.PytestRemov... ERROR numpy/lib/tests/test_packbits.py::TestCount - pytest.PytestRemovedIn10W... ERROR numpy/typing/tests/test_typing.py - pytest.PytestRemovedIn10Warning: Pa... !!!!!!!!!!!!!!!!!!! Interrupted: 17 errors during collection !!!!!!!!!!!!!!!!!!! ======================= 8 deselected, 17 errors in 8.48s ======================= E: pybuild pybuild:485: test: plugin pyproject failed with: exit code=2: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.14/build; python3.14 -m pytest -k 'not (test_big_arrays or test_large_file_support or test_configtool)' dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.13 3.14" --parallel=2 returned exit code 13 make[1]: *** [debian/rules:141: override_dh_auto_test-arch] Error 25 make[1]: Leaving directory '/<<PKGBUILDDIR>>' make: *** [debian/rules:113: binary] Error 2 dpkg-buildpackage: error: debian/rules binary subprocess failed with exit status 2 --------------------------------------------------------------------------------

