Generating manual fails

Issue #739 invalid
Former user created an issue

I am using ArchLinux and package from AUR repository: SpeedCrunch Git Actually i have the newest packages.

Scanning dependencies of target manual
[ 24%] Generating manual.qrc
Building docs for en_US...
Running Sphinx v1.6.1
making output directory...
loading translations [en_US]... not available for built-in messages

Extension error:
Could not import extension quark_sphinx_theme.ext.html_compat (exception: cannot import name 'SmartyPantsHTMLTranslator')
Traceback (most recent call last):
  File "/home/theaifam5/.cache/pacaur/speedcrunch-git/src/speedcrunch/doc/src/doc-tool.py", line 208, in <module>
    main(sys.argv)
  File "/home/theaifam5/.cache/pacaur/speedcrunch-git/src/speedcrunch/doc/src/doc-tool.py", line 202, in main
    args.func(tools, args)
  File "/home/theaifam5/.cache/pacaur/speedcrunch-git/src/speedcrunch/doc/src/doc-tool.py", line 137, in build_bundled_docs
    extra_config={'qthelp_basename': basename})
  File "/home/theaifam5/.cache/pacaur/speedcrunch-git/src/speedcrunch/doc/src/doc-tool.py", line 77, in build_docs
    return tools.sphinx_build(*args)
  File "/home/theaifam5/.cache/pacaur/speedcrunch-git/src/speedcrunch/doc/src/doc-tool.py", line 52, in <lambda>
    return lambda *args: self.run_tool(name, *args)
  File "/home/theaifam5/.cache/pacaur/speedcrunch-git/src/speedcrunch/doc/src/doc-tool.py", line 49, in run_tool
    return subprocess.check_call(cmd)
  File "/usr/lib/python3.6/subprocess.py", line 291, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/usr/bin/sphinx-build', '/home/theaifam5/.cache/pacaur/speedcrunch-git/src/speedcrunch/doc/src', '/home/theaifam5/.cache/pacaur/speedcrunch-git/src/speedcrunch/build/doc/en_US', '-b', 'qthelp2', '-D', 'qthelp_basename=manual-en_US', '-D', 'language=en_US', '-t', 'sc_bundled_docs']' returned non-zero exit status 1.
make[2]: *** [doc/CMakeFiles/manual.dir/build.make:90: doc/manual.qrc] Error 1
make[1]: *** [CMakeFiles/Makefile2:666: doc/CMakeFiles/manual.dir/all] Error 2
make: *** [Makefile:163: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
:: failed to build speedcrunch-git package(s)

Comments (3)

  1. Log in to comment