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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
