Source: fpylll
Version: 0.2.3+ds-2
Severity: serious
Tags: buster sid
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/fpylll.html
...
build/src/fpylll/fplll/bkz_param.cpp: In function
'__pyx_obj_6fpylll_5fplll_9bkz_param_Pruning*
__pyx_f_6fpylll_5fplll_9bkz_param_7Pruning_from_cxx(fplll::Pruning&)':
build/src/fpylll/fplll/bkz_param.cpp:2096:44: error: 'class fplll::Pruning' has
no member named 'probability'
__pyx_t_5 = PyFloat_FromDouble(__pyx_v_p.probability); if
(unlikely(!__pyx_t_5)) __PYX_ERR(0, 65, __pyx_L1_error)
^~~~~~~~~~~
build/src/fpylll/fplll/bkz_param.cpp: In function 'PyObject*
__pyx_f_6fpylll_5fplll_9bkz_param_7Pruning_to_cxx(fplll::Pruning&,
__pyx_obj_6fpylll_5fplll_9bkz_param_Pruning*)':
build/src/fpylll/fplll/bkz_param.cpp:2197:16: error: 'class fplll::Pruning' has
no member named 'probability'
__pyx_v_self.probability = __pyx_t_1;
^~~~~~~~~~~
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
E: pybuild pybuild:283: build: plugin distutils failed with: exit code=1:
/usr/bin/python setup.py build
dh_auto_build: pybuild --build --test-pytest -i python{version} -p 2.7 returned
exit code 13
debian/rules:11: recipe for target 'build' failed
make: *** [build] Error 25