os
os copied to clipboard
grpc/1.66.0 package update
Open AI suggestions to solve the build error:
No errors were found in the log file.
Re: failing ABI compatibility check - have bumped the epoch on all other packages dependent on grpc
Open AI suggestions to solve the build error:
The error message is: "CMake Error at /usr/lib64/cmake/zstd/zstdTargets.cmake:107 (message): The imported target 'zstd::libzstd_static' references the file '/usr/lib/libzstd.a' but this file does not exist. Possible reasons include: * The file was deleted, renamed, or moved to another location. * An install or uninstall procedure did not complete successfully. * The installation package was faulty and contained '/usr/lib64/cmake/zstd/zstdTargets.cmake' but not all the files it references."
To fix this error:
1. Verify if `/usr/lib/libzstd.a` exists.
2. If not, install the `zstd` development package using `sudo apt-get install libzstd-dev` or equivalent for your OS.
3. Ensure CMake is pointing to the correct path for `zstd`.
4. Re-run the build process.
superseded by https://github.com/wolfi-dev/os/pull/27121