You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2019/11/06 01:21:25 UTC

[GitHub] [incubator-tvm] cchung100m commented on issue #4235: [CMake] Imporve parameter 'ANTLR4' to avoid cmake will ignore the 'space'

cchung100m commented on issue #4235: [CMake] Imporve parameter 'ANTLR4' to avoid cmake will ignore the 'space'
URL: https://github.com/apache/incubator-tvm/pull/4235#issuecomment-550097774
 
 
   Hi 
   
   This PR cannot pass the CI build process due to following issue, but I am not sure whether it is caused by this PR, I would appreciate if you can give me suggestions, thanks.
   
   ```
   docker/bash.sh tvmai/ci-cpu:v0.54 ./tests/scripts/task_build.sh build -j2
   
   [ 22%] Generating ../python/tvm/relay/grammar/py3/RelayVisitor.py, ../python/tvm/relay/grammar/py3/RelayParser.py, ../python/tvm/relay/grammar/py3/RelayLexer.py
   
   /bin/sh: 1: /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java -jar /usr/local/lib/antlr-4.7.1-complete.jar: not found
   
   make[2]: *** [../python/tvm/relay/grammar/py3/RelayVisitor.py] Error 127
   
   CMakeFiles/relay_parser.dir/build.make:62: recipe for target '../python/tvm/relay/grammar/py3/RelayVisitor.py' failed
   
   CMakeFiles/Makefile2:660: recipe for target 'CMakeFiles/relay_parser.dir/all' failed
   
   make[1]: *** [CMakeFiles/relay_parser.dir/all] Error 2
   
   make[1]: *** Waiting for unfinished jobs....
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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