-
Notifications
You must be signed in to change notification settings - Fork 6.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[grpc] install error on x64-linux #42277
Comments
@ShineSea Is your CPU or memory usage full? |
@FrankXie05 Thank you for your reply.I just checked the CPU usage, and the pkg-config process is using around 100%.I also modified the
It seems
This command is stuck, and now it has been waiting for more than 15 minutes without a response. Is there any way to solve this problem? |
I waited for a few hours and the installation was successful. |
When |
you should use pkgconf instead of the old pkg-config |
|
Describe the bug
When I install grpc, the log kept getting stuck in the
Fixing pkgconfig file
, and did not enter the Installing step. Waiting time exceeds 30 minutes.Environment
To Reproduce
Steps to reproduce the behavior:
./vcpkg install grpc
Computing installation plan...
The following packages will be built and installed:
grpc[codegen,core]:[email protected]
Detecting compiler hash for triplet x64-linux...
Compiler found: /usr/local/bin/c++
Restored 0 package(s) from /root/.cache/vcpkg/archives in 8.45 us. Use --debug to see more details.
Installing 1/1 grpc[codegen,core]:[email protected]...
Building grpc[codegen,core]:[email protected]...
-- Using cached grpc-grpc-v1.65.5.tar.gz.
-- Cleaning sources at /root/workspace/vcpkg/buildtrees/grpc/src/v1.65.5-472dc5d7e8.clean. Use --editable to skip cleaning for the packages you specify.
-- Extracting source /root/workspace/vcpkg/downloads/grpc-grpc-v1.65.5.tar.gz
-- Applying patch 00001-fix-uwp.patch
-- Applying patch 00002-static-linking-in-linux.patch
-- Applying patch 00004-link-gdi32-on-windows.patch
-- Applying patch 00005-fix-uwp-error.patch
-- Applying patch 00006-utf8-range.patch
-- Applying patch 00015-disable-download-archive.patch
-- Applying patch 00016-fix-plugin-targets.patch
-- Applying patch 00017-fix-NAN-on-Win11.patch
-- Applying patch 00018-fix-windows-event-engine.patch
-- Using source at /root/workspace/vcpkg/buildtrees/grpc/src/v1.65.5-472dc5d7e8.clean
-- Configuring x64-linux
-- Building x64-linux-dbg
-- Building x64-linux-rel
-- Fixing pkgconfig file: /root/workspace/vcpkg/packages/grpc_x64-linux/lib/pkgconfig/gpr.pc
-- Fixing pkgconfig file: /root/workspace/vcpkg/packages/grpc_x64-linux/lib/pkgconfig/grpc++.pc
-- Fixing pkgconfig file: /root/workspace/vcpkg/packages/grpc_x64-linux/lib/pkgconfig/grpc++_unsecure.pc
-- Fixing pkgconfig file: /root/workspace/vcpkg/packages/grpc_x64-linux/lib/pkgconfig/grpc.pc
-- Fixing pkgconfig file: /root/workspace/vcpkg/packages/grpc_x64-linux/lib/pkgconfig/grpc_unsecure.pc
The text was updated successfully, but these errors were encountered: