os icon indicating copy to clipboard operation
os copied to clipboard

grpc/1.66.0 package update

Open octo-sts[bot] opened this issue 1 year ago • 1 comments

octo-sts[bot] avatar Aug 22 '24 18:08 octo-sts[bot]

Open AI suggestions to solve the build error:

No errors were found in the log file.

octo-sts[bot] avatar Aug 22 '24 19:08 octo-sts[bot]

Re: failing ABI compatibility check - have bumped the epoch on all other packages dependent on grpc

mamccorm avatar Aug 24 '24 20:08 mamccorm

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.

octo-sts[bot] avatar Aug 24 '24 20:08 octo-sts[bot]

superseded by https://github.com/wolfi-dev/os/pull/27121

octo-sts[bot] avatar Aug 26 '24 19:08 octo-sts[bot]