kszucs commented on pull request #11470:
URL: https://github.com/apache/arrow/pull/11470#issuecomment-947496479
The C++ verification fails with a valid cmake issue:
```
CMake Error in src/arrow/flight/CMakeLists.txt:
Imported target "gRPC::grpc++" includes non-existent path
"/tmp/arrow-6.0.0.v1qFD/apache-arrow-6.0.0/cpp/build/absl_ep-install/include"
in its INTERFACE_INCLUDE_DIRECTORIES. Possible reasons include:
* The path was deleted, renamed, or moved to another location.
* An install or uninstall procedure did not complete successfully.
* The installation package was faulty and references files it does not
provide.
CMake Error in src/arrow/flight/CMakeLists.txt:
Imported target "gRPC::grpc++" includes non-existent path
"/tmp/arrow-6.0.0.v1qFD/apache-arrow-6.0.0/cpp/build/absl_ep-install/include"
in its INTERFACE_INCLUDE_DIRECTORIES. Possible reasons include:
* The path was deleted, renamed, or moved to another location.
* An install or uninstall procedure did not complete successfully.
* The installation package was faulty and references files it does not
provide.
```
Addressing it then cutting a new RC.
--
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]