You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pegasus.apache.org by GitBox <gi...@apache.org> on 2022/02/14 02:58:46 UTC

[GitHub] [incubator-pegasus] empiredan opened a new pull request #911: fix(script): upgrade poco lib version

empiredan opened a new pull request #911:
URL: https://github.com/apache/incubator-pegasus/pull/911


   https://github.com/apache/incubator-pegasus/issues/910


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

To unsubscribe, e-mail: dev-unsubscribe@pegasus.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pegasus.apache.org
For additional commands, e-mail: dev-help@pegasus.apache.org


[GitHub] [incubator-pegasus] neverchanje commented on a change in pull request #911: fix(script): upgrade poco lib version

Posted by GitBox <gi...@apache.org>.
neverchanje commented on a change in pull request #911:
URL: https://github.com/apache/incubator-pegasus/pull/911#discussion_r805474084



##########
File path: scripts/pack_server.sh
##########
@@ -101,7 +101,7 @@ copy_file ./DSN_ROOT/bin/pegasus_server/pegasus_server ${pack}/bin
 copy_file ./DSN_ROOT/lib/libdsn_meta_server.so ${pack}/bin
 copy_file ./DSN_ROOT/lib/libdsn_replica_server.so ${pack}/bin
 copy_file ./DSN_ROOT/lib/libdsn_utils.so ${pack}/bin
-copy_file ./rdsn/thirdparty/output/lib/libPoco*.so.48 ${pack}/bin
+copy_file ./rdsn/thirdparty/output/lib/libPoco*.so.81 ${pack}/bin

Review comment:
       `libPoco*.so.*` and we will not modify this script later.

##########
File path: scripts/pack_server.sh
##########
@@ -101,7 +101,7 @@ copy_file ./DSN_ROOT/bin/pegasus_server/pegasus_server ${pack}/bin
 copy_file ./DSN_ROOT/lib/libdsn_meta_server.so ${pack}/bin
 copy_file ./DSN_ROOT/lib/libdsn_replica_server.so ${pack}/bin
 copy_file ./DSN_ROOT/lib/libdsn_utils.so ${pack}/bin
-copy_file ./rdsn/thirdparty/output/lib/libPoco*.so.48 ${pack}/bin
+copy_file ./rdsn/thirdparty/output/lib/libPoco*.so.81 ${pack}/bin

Review comment:
       `libPoco*.so.*` so that we will not modify this script later.




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

To unsubscribe, e-mail: dev-unsubscribe@pegasus.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pegasus.apache.org
For additional commands, e-mail: dev-help@pegasus.apache.org


[GitHub] [incubator-pegasus] levy5307 merged pull request #911: fix(script): change the library version of poco

Posted by GitBox <gi...@apache.org>.
levy5307 merged pull request #911:
URL: https://github.com/apache/incubator-pegasus/pull/911


   


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

To unsubscribe, e-mail: dev-unsubscribe@pegasus.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pegasus.apache.org
For additional commands, e-mail: dev-help@pegasus.apache.org