You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by GitBox <gi...@apache.org> on 2020/02/13 08:00:10 UTC

[GitHub] [incubator-heron] dttlgotv opened a new issue #3452: compile error: name 'maven_server' is not defined

dttlgotv opened a new issue #3452: compile error: name 'maven_server' is not defined
URL: https://github.com/apache/incubator-heron/issues/3452
 
 
   I get the latest code and compile it on macos according to the doc.
   But many errors are seen.
   
   macdeMacBook-Pro-2:incubator-heron guoxinghua$ ./bazel_configure.py
   Platform Darwin
   Using C compiler          :    /usr/bin/clang (10.0.1)
   Using C++ compiler        :    /usr/bin/clang++ (10.0.1)
   Using C preprocessor      :    /usr/bin/cpp (10.0.1)
   Using C++ preprocessor    :    /usr/bin/cpp (10.0.1)
   Using linker              :    /usr/bin/ld
   Using JDK                 :    /Library/Java/JavaVirtualMachines/jdk1.8.0_211.jdk/Contents/Home
   Using Automake            :    /usr/local/Cellar/automake/1.16.1_1/bin/automake (1.16.1)
   Using Autoconf            :    /usr/local/Cellar/autoconf/2.69/bin/autoconf (2.69)
   Using Make                :    /usr/bin/make (3.81)
   Using Python              :    /usr/bin/python (2.7.10)
   Using Libtool             :    /usr/local/Cellar/libtool/2.4.6_1/bin/glibtool (2.4.6)
   Using archiver            :    /usr/bin/ar
   Using coverage tool       :    /usr/bin/gcov
   dwp                       :    not found, but ok
   Using nm                  :    /usr/bin/nm
   objcopy                   :    not found, but ok
   Using objdump             :    /usr/bin/objdump
   Using strip               :    /usr/bin/strip
   macdeMacBook-Pro-2:incubator-heron guoxinghua$ bazel build --config=darwin heron/...
   Starting local Bazel server and connecting to it...
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:38:1: name 'maven_server' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:43:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:48:1: name 'maven_server' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:53:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:58:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:63:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:68:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:73:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:78:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:83:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:88:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:93:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:98:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:103:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:108:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:113:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:118:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:123:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:128:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:133:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:138:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:143:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:148:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:153:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:158:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:163:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:168:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:173:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:184:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:189:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:194:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:199:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:204:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:209:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:214:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:219:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:224:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:229:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:234:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:239:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:244:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:249:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:254:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:259:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:264:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:269:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:274:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:279:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:284:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:289:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:294:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:299:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:304:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:309:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:314:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:319:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:324:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:329:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:334:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:339:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:344:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:349:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:354:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:359:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:364:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:369:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:374:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:379:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:384:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:389:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:394:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:399:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:404:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:409:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:414:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:419:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:425:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:430:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:435:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:440:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:445:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:450:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:455:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:460:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:465:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:470:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:475:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:480:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:485:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:490:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:495:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:500:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:506:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:511:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:516:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:521:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:526:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:533:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:543:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:548:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:553:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:558:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:562:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:566:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:571:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:576:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:581:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:590:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:595:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:600:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:605:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:610:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:615:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:620:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:625:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:630:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:637:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:642:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:647:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:652:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:657:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:662:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:667:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:672:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:678:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:683:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:688:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:693:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:698:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:703:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:708:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:713:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:718:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:723:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:728:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:733:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:739:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:748:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:754:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:759:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:764:1: name 'maven_jar' is not defined
   ERROR: /Users/guoxinghua/heron/incubator-heron/WORKSPACE:769:1: name 'maven_jar' is not defined
   ERROR: error loading package '': Encountered error while reading extension file 'repositories/repositories.bzl': no such package '@io_bazel_rules_docker//repositories': error loading package 'external': Could not load //external package
   ERROR: error loading package '': Encountered error while reading extension file 'repositories/repositories.bzl': no such package '@io_bazel_rules_docker//repositories': error loading package 'external': Could not load //external package
   INFO: Elapsed time: 2.751s
   INFO: 0 processes.
   FAILED: Build did NOT complete successfully (0 packages loaded)
   

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

[GitHub] [incubator-heron] joshfischer1108 commented on issue #3452: compile error: name 'maven_server' is not defined

Posted by GitBox <gi...@apache.org>.
joshfischer1108 commented on issue #3452: compile error: name 'maven_server' is not defined
URL: https://github.com/apache/incubator-heron/issues/3452#issuecomment-585821895
 
 
   I just checked the documentation.. You are correct.  It is wrong.  We will work to update documentation soon.

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

[GitHub] [incubator-heron] joshfischer1108 edited a comment on issue #3452: compile error: name 'maven_server' is not defined

Posted by GitBox <gi...@apache.org>.
joshfischer1108 edited a comment on issue #3452: compile error: name 'maven_server' is not defined
URL: https://github.com/apache/incubator-heron/issues/3452#issuecomment-585821895
 
 
   I just checked the documentation..  It is wrong.  We will work to update documentation soon.

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

[GitHub] [incubator-heron] nicknezis commented on issue #3452: compile error: name 'maven_server' is not defined

Posted by GitBox <gi...@apache.org>.
nicknezis commented on issue #3452: compile error: name 'maven_server' is not defined
URL: https://github.com/apache/incubator-heron/issues/3452#issuecomment-585985562
 
 
   In the meantime, you can also use Docker to compile.
   `./docker/scripts/dev-env-create.sh name ubuntu14.04` (`name` is just a name for the container)
   Then in the running container, you can run:
   `./bazel_configure.py` and the `bazel build` commands.

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

[GitHub] [incubator-heron] dttlgotv closed issue #3452: compile error: name 'maven_server' is not defined

Posted by GitBox <gi...@apache.org>.
dttlgotv closed issue #3452: compile error: name 'maven_server' is not defined
URL: https://github.com/apache/incubator-heron/issues/3452
 
 
   

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

[GitHub] [incubator-heron] nicknezis commented on issue #3452: compile error: name 'maven_server' is not defined

Posted by GitBox <gi...@apache.org>.
nicknezis commented on issue #3452: compile error: name 'maven_server' is not defined
URL: https://github.com/apache/incubator-heron/issues/3452#issuecomment-585986199
 
 
   There is also an ongoing effort to update the code base to support Bazel 2.X, but it is still a work in progress. 
   https://github.com/apache/incubator-heron/pull/3438

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

[GitHub] [incubator-heron] dttlgotv commented on issue #3452: compile error: name 'maven_server' is not defined

Posted by GitBox <gi...@apache.org>.
dttlgotv commented on issue #3452: compile error: name 'maven_server' is not defined
URL: https://github.com/apache/incubator-heron/issues/3452#issuecomment-586689368
 
 
   > @dttlgotv It looks like your are using a newer version of Bazel (prob 2.x). You need Bazel version `0.26.0` to build Heron at this time. You can see instructions on how to get this version [here](https://docs.bazel.build/versions/0.26.0/install.html).
   > 
   > Some work is being done now to upgrade the build rules so that we can use an updated version of Bazel.
   
   thanks a lot. 

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

[GitHub] [incubator-heron] joshfischer1108 commented on issue #3452: compile error: name 'maven_server' is not defined

Posted by GitBox <gi...@apache.org>.
joshfischer1108 commented on issue #3452: compile error: name 'maven_server' is not defined
URL: https://github.com/apache/incubator-heron/issues/3452#issuecomment-585791572
 
 
   @dttlgotv   It looks like your are using a newer version of Bazel (prob 2.x).  You need Bazel version `0.26.0` to build Heron at this time.  You can see instructions on how to get this version [here](https://docs.bazel.build/versions/0.26.0/install.html).  
   
   Some work is being done now to upgrade the build rules so that we can use an updated version of Bazel.

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

[GitHub] [incubator-heron] joshfischer1108 commented on issue #3452: compile error: name 'maven_server' is not defined

Posted by GitBox <gi...@apache.org>.
joshfischer1108 commented on issue #3452:
URL: https://github.com/apache/incubator-heron/issues/3452#issuecomment-625209725


   @HenrietteRoeger Try Bazel version 3.0.0.  This is the currently supported version.


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



[GitHub] [incubator-heron] dttlgotv commented on issue #3452: compile error: name 'maven_server' is not defined

Posted by GitBox <gi...@apache.org>.
dttlgotv commented on issue #3452:
URL: https://github.com/apache/incubator-heron/issues/3452#issuecomment-625260807


   I got the newest codes and used 0.26 bazel,then it work.
   
   
   
   发自我的iPhone
   
   
   ------------------ Original ------------------
   From: Roger Pack <notifications@github.com&gt;
   Date: Thu,May 7,2020 4:32 PM
   To: apache/incubator-heron <incubator-heron@noreply.github.com&gt;
   Cc: dttlgotv <tantan.gxh@foxmail.com&gt;, State change <state_change@noreply.github.com&gt;
   Subject: Re: [apache/incubator-heron] compile error: name 'maven_server' is not defined (#3452)
   
   
   
   
   
    
   Did changing Bazel help for you? I downgraded to Bazel 0.26.0, now I get the issue
    
   `no such attribute 'netrc' in 'http_file' rule due to the old Bazel version.
    
   —
   You are receiving this because you modified the open/close state.
   Reply to this email directly, view it on GitHub, or unsubscribe.


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



[GitHub] [incubator-heron] nicknezis commented on issue #3452: compile error: name 'maven_server' is not defined

Posted by GitBox <gi...@apache.org>.
nicknezis commented on issue #3452:
URL: https://github.com/apache/incubator-heron/issues/3452#issuecomment-625435818


   @HenrietteRoeger Sorry for any confusion. The version of Bazel might differ depending on which branch you are using. But the latest on the `master` branch is now using 3.0.0. 
   
   @dttlgotv What branch are you building? If it's a feature branch, then it might still be 0.26.0, but if you are building off of the master branch, it should be 3.0.0. I only mention it so you can verify that your `git pull` worked to get the latest code.


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



[GitHub] [incubator-heron] HenrietteRoeger edited a comment on issue #3452: compile error: name 'maven_server' is not defined

Posted by GitBox <gi...@apache.org>.
HenrietteRoeger edited a comment on issue #3452:
URL: https://github.com/apache/incubator-heron/issues/3452#issuecomment-625111425


   Did changing Bazel help for you? I downgraded to Bazel 0.26.0, now I get the issue 
   
   `no such attribute 'netrc' in 'http_file' rule`  due to the old Bazel version. 


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



[GitHub] [incubator-heron] dttlgotv commented on issue #3452: compile error: name 'maven_server' is not defined

Posted by GitBox <gi...@apache.org>.
dttlgotv commented on issue #3452:
URL: https://github.com/apache/incubator-heron/issues/3452#issuecomment-625554767


   one month ago
   
   
   
   发自我的iPhone
   
   
   ------------------ Original ------------------
   From: Roger Pack <notifications@github.com&gt;
   Date: Fri,May 8,2020 2:55 AM
   To: apache/incubator-heron <incubator-heron@noreply.github.com&gt;
   Cc: dttlgotv <tantan.gxh@foxmail.com&gt;, Mention <mention@noreply.github.com&gt;
   Subject: Re: [apache/incubator-heron] compile error: name 'maven_server' is not defined (#3452)
   
   
   
   
   
    
   @HenrietteRoeger Sorry for any confusion. The version of Bazel might differ depending on which branch you are using. But the latest on the master branch is now using 3.0.0.
    
   @dttlgotv What branch are you building? If it's a feature branch, then it might still be 0.26.0, but if you are building off of the master branch, it should be 3.0.0. I only mention it so you can verify that your git pull worked to get the latest code.
    
   —
   You are receiving this because you were mentioned.
   Reply to this email directly, view it on GitHub, or unsubscribe.


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