empiredan commented on PR #1660: URL: https://github.com/apache/incubator-pegasus/pull/1660#issuecomment-1787221415
Following error has been resolved by running [build-push-env-docker](https://github.com/apache/incubator-pegasus/actions/workflows/build-push-env-docker.yml) first, then [thirdparty-regular-push](https://github.com/apache/incubator-pegasus/actions/workflows/thirdparty-regular-push.yml): ``` [ 8%] Building CXX object src/runtime/ranger/CMakeFiles/dsn_ranger.dir/ranger_resource_policy.cpp.o [ 8%] Building CXX object src/runtime/security/CMakeFiles/dsn.security.dir/client_negotiation.cpp.o [ 8%] Building CXX object src/runtime/security/CMakeFiles/dsn.security.dir/init.cpp.o [ 8%] Building CXX object src/runtime/ranger/CMakeFiles/dsn_ranger.dir/ranger_resource_policy_manager.cpp.o [ 9%] Building CXX object src/runtime/security/CMakeFiles/dsn.security.dir/kinit_context.cpp.o /__w/incubator-pegasus/incubator-pegasus/src/runtime/security/kinit_context.cpp:21:10: fatal error: krb5/krb5.h: No such file or directory 21 | #include <krb5/krb5.h> | ^~~~~~~~~~~~~ compilation terminated. make[2]: *** [src/runtime/security/CMakeFiles/dsn.security.dir/build.make:118: src/runtime/security/CMakeFiles/dsn.security.dir/kinit_context.cpp.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:2790: src/runtime/security/CMakeFiles/dsn.security.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... [ 9%] Built target dsn_ranger make: *** [Makefile:136: all] Error 2 Error: Process completed with exit code 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. 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]
