You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@zookeeper.apache.org by GitBox <gi...@apache.org> on 2020/01/22 16:42:33 UTC

[GitHub] [zookeeper] phunt opened a new pull request #1231: ZOOKEEPER-3704: upgrade maven dependency-check to 5.3.0

phunt opened a new pull request #1231: ZOOKEEPER-3704: upgrade maven dependency-check to 5.3.0
URL: https://github.com/apache/zookeeper/pull/1231
 
 
   Upgrade to the latest version of maven dependency checker.
   
   Change-Id: I5ac9c77bb02f54784ff3ed4bb668fe38fd88ee11

----------------------------------------------------------------
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] [zookeeper] eolivelli commented on issue #1231: ZOOKEEPER-3704: upgrade maven dependency-check to 5.3.0

Posted by GitBox <gi...@apache.org>.
eolivelli commented on issue #1231: ZOOKEEPER-3704: upgrade maven dependency-check to 5.3.0
URL: https://github.com/apache/zookeeper/pull/1231#issuecomment-577742718
 
 
   committed to 3.5,3.6 and 3.7
   
   cc @nkalmar 

----------------------------------------------------------------
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] [zookeeper] eolivelli commented on issue #1231: ZOOKEEPER-3704: upgrade maven dependency-check to 5.3.0

Posted by GitBox <gi...@apache.org>.
eolivelli commented on issue #1231: ZOOKEEPER-3704: upgrade maven dependency-check to 5.3.0
URL: https://github.com/apache/zookeeper/pull/1231#issuecomment-577656808
 
 
   The error is not related to this patch, the patch is good to go

----------------------------------------------------------------
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] [zookeeper] asfgit closed pull request #1231: ZOOKEEPER-3704: upgrade maven dependency-check to 5.3.0

Posted by GitBox <gi...@apache.org>.
asfgit closed pull request #1231: ZOOKEEPER-3704: upgrade maven dependency-check to 5.3.0
URL: https://github.com/apache/zookeeper/pull/1231
 
 
   

----------------------------------------------------------------
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] [zookeeper] phunt commented on issue #1231: ZOOKEEPER-3704: upgrade maven dependency-check to 5.3.0

Posted by GitBox <gi...@apache.org>.
phunt commented on issue #1231: ZOOKEEPER-3704: upgrade maven dependency-check to 5.3.0
URL: https://github.com/apache/zookeeper/pull/1231#issuecomment-577275993
 
 
   This should get applied to all applicable branches (3.5/3.6/master).

----------------------------------------------------------------
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] [zookeeper] eolivelli commented on issue #1231: ZOOKEEPER-3704: upgrade maven dependency-check to 5.3.0

Posted by GitBox <gi...@apache.org>.
eolivelli commented on issue #1231: ZOOKEEPER-3704: upgrade maven dependency-check to 5.3.0
URL: https://github.com/apache/zookeeper/pull/1231#issuecomment-577656689
 
 
   It looks like ASF CI changed and we are no more able to compile the C client.
   ```
   
      [exec] make[1]: Leaving directory '/home/jenkins/jenkins-slave/workspace/PreCommit-ZOOKEEPER-github-pr-build-maven/zookeeper-client/zookeeper-client-c/target/c'
        [exec] Makefile:2106: recipe for target 'check-am' failed
        [exec] In file included from /home/jenkins/jenkins-slave/workspace/PreCommit-ZOOKEEPER-github-pr-build-maven/zookeeper-client/zookeeper-client-c/tests/TestReconfigServer.cc:23:0:
        [exec] /home/jenkins/jenkins-slave/workspace/PreCommit-ZOOKEEPER-github-pr-build-maven/zookeeper-client/zookeeper-client-c/include/zookeeper.h:36:10: fatal error: openssl/ossl_typ.h: No such file or directory
        [exec]  #include <openssl/ossl_typ.h>
        [exec]           ^~~~~~~~~~~~~~~~~~~~
        [exec] compilation terminated.
        [exec] make[1]: *** [zktest_st-TestReconfigServer.o] Error 1
        [exec] make: *** [check-am] Error 2
   ```

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