You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/01/05 21:40:54 UTC

[GitHub] Roshrini commented on issue #9145: Docs build fails on master

Roshrini commented on issue #9145: Docs build fails on master
URL: https://github.com/apache/incubator-mxnet/issues/9145#issuecomment-355672741
 
 
   @aaronmarkham Getting similar issue on mac while building the docs using `make docs`,
   
   ```
   Makefile:224: WARNING: Significant performance increases can be achieved by installing and enabling gperftools or jemalloc development packages
   make[1]: *** No rule to make target `/Users/roshanin/incubator-mxnet/dmlc-core/include/dmlc/registry.h', needed by `build/src/operator/contrib/bounding_box.o'.  Stop.
   make[1]: Leaving directory `/workspace'
   
   Exception occurred:
     File "/workspace/docs/mxdoc.py", line 56, in _run_cmd
       raise err
   CalledProcessError: Command 'cd /workspace/docs/.. && make -j$(nproc) DEBUG=1' returned non-zero exit status 2
   Execute "cd /workspace/docs/.. && make -j$(nproc) DEBUG=1"
   Command 'cd /workspace/docs/.. && make -j$(nproc) DEBUG=1' returned non-zero exit status 2
   The full traceback has been saved in /tmp/sphinx-err-BzggqS.log, if you want to report the issue to the developers.
   Please also report this if it was a user error, so that a better error message can be provided next time.
   A bug report can be filed in the tracker at <https://github.com/sphinx-doc/sphinx/issues>. Thanks!
   make: *** [html] Error 1
   make: Leaving directory `/workspace/docs'
   make: *** [docs] Error 2
   ```
   
   Increasing docker memory doesn't seem to work either. By any chance, did you find the root cause of this?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services