Source: python-ase Version: 3.20.1-2 Some parts of the documentation fails to build [1]:
Traceback (most recent call last): File "/<<PKGBUILDDIR>>/ase/utils/sphinx.py", line 132, in create_png_files runpy.run_path(pyname) File "/usr/lib/python3.9/runpy.py", line 268, in run_path return _run_module_code(code, init_globals, run_name, File "/usr/lib/python3.9/runpy.py", line 97, in _run_module_code _run_code(code, mod_globals, init_globals, File "/usr/lib/python3.9/runpy.py", line 87, in _run_code exec(code, run_globals) File "atoms.py", line 16, in <module> write('Au-wire.pov', wire, File "/<<PKGBUILDDIR>>/ase/io/formats.py", line 537, in write _write(filename, fd, format, io, images, parallel=parallel, append=append, File "/<<PKGBUILDDIR>>/ase/parallel.py", line 233, in new_func return func(*args, **kwargs) File "/<<PKGBUILDDIR>>/ase/io/formats.py", line 587, in _write io.write(filename, images, **kwargs) File "/<<PKGBUILDDIR>>/ase/io/pov.py", line 640, in write_pov raise OSError('Povray command ' + cmd + OSError: Povray command povray Au-wire.ini 2> /dev/null failed with error code 256 There are 18 such failures when building on clean chroot. I managed to get down to only 4 on a VM running sid, thus the cause seems to be missing dependencies, however, I cannot locate them precisely. Failures seem to be ignored by the build procedure, thus they do not cause FTBFS. [1] https://buildd.debian.org/status/fetch.php?pkg=python-ase&arch=all&ver=3.20.1-2&stamp=1609834139&raw=0 Andrius