Your message dated Fri, 30 Jun 2017 18:08:05 +0300
with message-id <20170630150804.puvws5obpichl6ty@localhost>
and subject line Re: Bug#866553: python-cryptography FTBFS with python 3.6
has caused the Debian Bug report #866553,
regarding python-cryptography FTBFS with python 3.6
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.)
--
866553: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=866553
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-cryptography
Version: 1.9-1
Severity: serious
https://buildd.debian.org/status/package.php?p=python-cryptography&suite=sid
...
I: pybuild base:184: python3.6 setup.py config
Traceback (most recent call last):
File "setup.py", line 321, in <module>
**keywords_with_side_effects(sys.argv)
File "/usr/lib/python3.6/distutils/core.py", line 108, in setup
_setup_distribution = dist = klass(attrs)
File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 323, in
__init__
_Distribution.__init__(self, attrs)
File "/usr/lib/python3.6/distutils/dist.py", line 281, in __init__
self.finalize_options()
File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 392, in
finalize_options
ep.load()(self, ep.name, value)
File "/usr/lib/python3/dist-packages/cffi/setuptools_ext.py", line 188, in
cffi_modules
add_cffi_module(dist, cffi_module)
File "/usr/lib/python3/dist-packages/cffi/setuptools_ext.py", line 49, in
add_cffi_module
execfile(build_file_name, mod_vars)
File "/usr/lib/python3/dist-packages/cffi/setuptools_ext.py", line 25, in
execfile
exec(code, glob, glob)
File "src/_cffi_src/build_openssl.py", line 82, in <module>
extra_link_args=extra_link_args(compiler_type()),
File "src/_cffi_src/utils.py", line 61, in build_ffi_for_binding
extra_link_args=extra_link_args,
File "src/_cffi_src/utils.py", line 69, in build_ffi
ffi = FFI()
File "/usr/lib/python3/dist-packages/cffi/api.py", line 56, in __init__
import _cffi_backend as backend
ModuleNotFoundError: No module named '_cffi_backend'
E: pybuild pybuild:283: configure: plugin distutils failed with: exit code=1:
python3.6 setup.py config
dh_auto_configure: pybuild --configure -i python{version} -p 3.6 3.5 returned
exit code 13
debian/rules:18: recipe for target 'build-arch' failed
make: *** [build-arch] Error 25
--- End Message ---
--- Begin Message ---
On Fri, Jun 30, 2017 at 04:51:10AM +0000, Tristan Seligmann wrote:
> On Fri, 30 Jun 2017 at 04:45 Adrian Bunk <b...@debian.org> wrote:
>
> > File "/usr/lib/python3/dist-packages/cffi/api.py", line 56, in __init__
> > import _cffi_backend as backend
> > ModuleNotFoundError: No module named '_cffi_backend'
> >
>
> The cause of this error is that Python 3.6 was just added to supported, but
> python-cffi has not yet been rebuilt for Python 3.6, and thus
> python3-cffi-backend does not contain a Python 3.6 module.
> python-cryptography was stuck in BD-Uninstallable until now due to
> asn1crypto being in NEW, so I guess this is a case of unfortunate timing.
Thanks for the explanation.
> Should this bug be reassigned to python-cffi?
python-cffi has been binNMU'ed and the failed python-cryptography builds
given back, closing this bug.
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
--- End Message ---