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/05/10 20:32:15 UTC

[GitHub] aaronmarkham commented on issue #10858: make docs on Mac - scala docs failure

aaronmarkham commented on issue #10858: make docs on Mac - scala docs failure
URL: https://github.com/apache/incubator-mxnet/issues/10858#issuecomment-388176530
 
 
   I compared versions.
   
   mac 
   ======
   maven 3.5.3
   java 1.8.0_171
   scala 2.12.6
   
   ubuntu
   =====
   maven 3.3.9
   java 1.8.0_162
   scala 2.11.6
   sbt 1.1.5
   
   I believe the fix for this - to get Mac and Ubuntu on the same version scala, and this will fix the Mac docs build, by getting everything to work with the latest version of scala:
   
   1. Remove index and package.html from mxdoc.py line 89
   2. For CI and general Ubuntu deps, run the following:
   ```
   sudo apt-get remove scala-library scala
   sudo wget http://scala-lang.org/files/archive/scala-2.12.6.deb
   sudo dpkg -i scala-2.12.6.deb
   ```
   

----------------------------------------------------------------
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