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:16 UTC

[GitHub] [incubator-pegasus] empiredan opened a new issue #910: Fix(script): change the library versions of poco in pack scripts

empiredan opened a new issue #910:
URL: https://github.com/apache/incubator-pegasus/issues/910


   Since poco has been bumped from 1.7.8 to 1.11.1 in https://github.com/XiaoMi/rdsn/pull/1034, its lib version has also been changed from then on. Run `./run.sh pack_server` will lead to the following error:
   ```
   Packaging pegasus server 2.1.SNAPSHOT (d43693b2bb22c0ef6182ec6e1e45c5e7117cd22b) glibc-2.17 debug ...
   ‘./DSN_ROOT/bin/pegasus_server/pegasus_server’ -> ‘pegasus-server-2.1.SNAPSHOT-d43693b-glibc2.17-debug/bin/pegasus_server’
   ‘./DSN_ROOT/lib/libdsn_meta_server.so’ -> ‘pegasus-server-2.1.SNAPSHOT-d43693b-glibc2.17-debug/bin/libdsn_meta_server.so’
   ‘./DSN_ROOT/lib/libdsn_replica_server.so’ -> ‘pegasus-server-2.1.SNAPSHOT-d43693b-glibc2.17-debug/bin/libdsn_replica_server.so’
   ‘./DSN_ROOT/lib/libdsn_utils.so’ -> ‘pegasus-server-2.1.SNAPSHOT-d43693b-glibc2.17-debug/bin/libdsn_utils.so’
   cp: cannot stat ‘./rdsn/thirdparty/output/lib/libPoco*.so.48’: No such file or directory
   ERROR: copy file failed: cp ./rdsn/thirdparty/output/lib/libPoco*.so.48 pegasus-server-2.1.SNAPSHOT-d43693b-glibc2.17-debug/bin
   ```
   
   Running `./run.sh pack_tools` will also has the similar problem. Therefore, we should fix the library versions of poco in pack scripts.
   


-- 
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] empiredan closed issue #910: Fix(script): change the library versions of poco in pack scripts

Posted by GitBox <gi...@apache.org>.
empiredan closed issue #910:
URL: 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