Package: src:python-os-faults
Version: 0.1.17-2
Severity: serious
Tags: ftbfs
Dear maintainer:
I tried to build this package in buster but it failed:
--------------------------------------------------------------------------------
[...]
debian/rules build-indep
pyversions: missing X(S)-Python-Version in control file, fall back to
debian/pyversions
pyversions: missing debian/pyversions file, fall back to supported versions
py3versions: no X-Python3-Version in control file, using supported versions
dh build-indep --buildsystem=python_distutils --with python2,python3,sphinxdoc
dh_update_autotools_config -i -O--buildsystem=python_distutils
dh_autoreconf -i -O--buildsystem=python_distutils
dh_auto_configure -i -O--buildsystem=python_distutils
dh_auto_configure: Please use the third-party "pybuild" build system instead of
python-distutils
dh_auto_configure: This feature will be removed in compat 12.
dh_auto_build -i -O--buildsystem=python_distutils
dh_auto_build: Please use the third-party "pybuild" build system instead of
python-distutils
dh_auto_build: This feature will be removed in compat 12.
pyversions: missing X(S)-Python-Version in control file, fall back to
debian/pyversions
[... snipped ...]
raise AnsibleError("Unable to create local directories(%s): %s" %
(to_native(rpath), to_native(e)))
AnsibleError: Unable to create local
directories(/sbuild-nonexistent/.ansible/tmp): [Errno 13] Permission denied:
'/sbuild-nonexistent'
Configuration error:
There is a programable error in your configuration file:
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/sphinx/config.py", line 161, in
__init__
execfile_(filename, config)
File "/usr/lib/python2.7/dist-packages/sphinx/util/pycompat.py", line 150, in
execfile_
exec_(code, _globals)
File "/usr/lib/python2.7/dist-packages/six.py", line 709, in exec_
exec("""exec _code_ in _globs_, _locs_""")
File "<string>", line 1, in <module>
File "conf.py", line 18, in <module>
import os_faults
File "/<<PKGBUILDDIR>>/os_faults/__init__.py", line 22, in <module>
from os_faults.ansible import executor
File "/<<PKGBUILDDIR>>/os_faults/ansible/executor.py", line 19, in <module>
from ansible.executor import task_queue_manager
File
"/usr/lib/python2.7/dist-packages/ansible/executor/task_queue_manager.py", line
26, in <module>
from ansible import constants as C
File "/usr/lib/python2.7/dist-packages/ansible/constants.py", line 184, in
<module>
config = ConfigManager()
File "/usr/lib/python2.7/dist-packages/ansible/config/manager.py", line 243,
in __init__
self.update_config_data()
File "/usr/lib/python2.7/dist-packages/ansible/config/manager.py", line 499,
in update_config_data
raise AnsibleError("Invalid settings supplied for %s: %s\n%s" % (config,
to_native(e), traceback.format_exc()))
AnsibleError: Invalid settings supplied for DEFAULT_LOCAL_TMP: Unable to create
local directories(/sbuild-nonexistent/.ansible/tmp): [Errno 13] Permission
denied: '/sbuild-nonexistent'
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/ansible/config/manager.py", line 487,
in update_config_data
value, origin = self.get_config_value_and_origin(config, configfile)
File "/usr/lib/python2.7/dist-packages/ansible/config/manager.py", line 439,
in get_config_value_and_origin
value = ensure_type(value, defs[config].get('type'), origin=origin)
File "/usr/lib/python2.7/dist-packages/ansible/config/manager.py", line 91,
in ensure_type
makedirs_safe(value, 0o700)
File "/usr/lib/python2.7/dist-packages/ansible/utils/path.py", line 81, in
makedirs_safe
raise AnsibleError("Unable to create local directories(%s): %s" %
(to_native(rpath), to_native(e)))
AnsibleError: Unable to create local
directories(/sbuild-nonexistent/.ansible/tmp): [Errno 13] Permission denied:
'/sbuild-nonexistent'
make[1]: *** [debian/rules:20: override_dh_sphinxdoc] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:7: binary-indep] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary-indep subprocess
returned exit status 2
--------------------------------------------------------------------------------
The build was made in my autobuilder with "dpkg-buildpackage -A"
but it also fails here:
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/python-os-faults.html
where you can get a full build log if you need it.
If this is really a bug in one of the build-depends, please use reassign and
affects,
so that this is still visible in the BTS web page for this package.
Thanks.