Bug#907450: python-os-faults: «Command u'os-inject-fault --help' failed: [Errno 2] No such file or directory» in documentation

Chris Lamb lamby at debian.org
Tue Aug 28 07:50:32 BST 2018


Source: python-os-faults
Version: 0.1.17-1
Severity: important
Tags: patch
User: reproducible-builds at lists.alioth.debian.org
Usertags: buildpath
X-Debbugs-Cc: reproducible-bugs at lists.alioth.debian.org

Hi,

Whilst working on the Reproducible Builds effort [0], we noticed
that python-os-faults could not be built reproducibly because it
prints an error message in the documentation that includes the
build path:

  Command u'os-inject-fault --help' failed: [Errno 2] No such file or directory

.. instead of the output of that 'os-inject-fault --help'

A patch is attached, but this merely to demonstrate the problem;
it is _not_ the correct fix as it uses the previous version of
python-os-faults.

I tried a quick hack with PATH etc. but because of the python2/python3
binary name split it is not obvious how to do this.

 [0] https://reproducible-builds.org/


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      lamby at debian.org / chris-lamb.co.uk
       `-
-------------- next part --------------
--- a/debian/control	2018-08-28 08:21:58.047396309 +0200
--- b/debian/control	2018-08-28 08:46:54.892889307 +0200
@@ -14,6 +14,7 @@
  python-sphinx,
  python3-all,
  python3-pbr (>= 2.0.0),
+ python3-os-faults,
  python3-setuptools,
 Build-Depends-Indep:
  ansible,


More information about the Reproducible-bugs mailing list