[
https://issues.apache.org/jira/browse/IGNITE-22961?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aleksandr Polovtsev updated IGNITE-22961:
-----------------------------------------
Description:
{{./gradlew :platforms:cmakeBuildClient}} fails on Mac with the following error:
{code:java}
apache-ignite-3/modules/platforms/cpp/ignite/network/detail/linux/connecting_context.cpp:24:10:
fatal error: 'sys/epoll.h' file not found
#include <sys/epoll.h>
^~~~~~~~~~~~~
{code}
Looks like dependencies are not being downloaded during build. The reason is
that {{APPLE}} OS type in CMake is actually {{UNIX}} as well.
> Platforms dependency resolution is broken on Mac
> ------------------------------------------------
>
> Key: IGNITE-22961
> URL: https://issues.apache.org/jira/browse/IGNITE-22961
> Project: Ignite
> Issue Type: Bug
> Reporter: Aleksandr Polovtsev
> Assignee: Aleksandr Polovtsev
> Priority: Major
> Labels: ignite-3
>
> {{./gradlew :platforms:cmakeBuildClient}} fails on Mac with the following
> error:
> {code:java}
> apache-ignite-3/modules/platforms/cpp/ignite/network/detail/linux/connecting_context.cpp:24:10:
> fatal error: 'sys/epoll.h' file not found
> #include <sys/epoll.h>
> ^~~~~~~~~~~~~
> {code}
> Looks like dependencies are not being downloaded during build. The reason is
> that {{APPLE}} OS type in CMake is actually {{UNIX}} as well.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)