[
https://issues.apache.org/jira/browse/CASSANDRA-16565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17809474#comment-17809474
]
Stefan Miklosovic commented on CASSANDRA-16565:
-----------------------------------------------
OK so the reason this is happening is that the patch also removes these lines:
{noformat}
- <mkdir dir="${local.repository}/org/apache/cassandra/deps/sigar-bin"/>
- <mkdir dir="${build.lib}/sigar-bin"/>
{noformat}
That first mkdir have created "${local.repository}/org/apache/cassandra/deps/"
into which all files were downloaded in "_resolver-dist-lib_get_files". As we
removed that line, there is no dir created so following download will fail.
I think the fix of adding mkdir into "_resolver-dist-lib_get_files" is the
correct one.
[~jlewandowski] already +1ed on the PR. I am going to build this one more time
and then I approach the merge. cc [~mck]
> Remove dependency on sigar
> --------------------------
>
> Key: CASSANDRA-16565
> URL: https://issues.apache.org/jira/browse/CASSANDRA-16565
> Project: Cassandra
> Issue Type: Improvement
> Components: Build
> Reporter: David Capwell
> Assignee: Claude Warren
> Priority: Normal
> Fix For: 5.x
>
>
> sigar is used to check if the environment has good settings for running C*,
> but requires we bundle a lot of native libraries to perform this check (which
> can also be done elsewhere). This project also appears to be dead as the
> last commit was around 6 years ago.
> With the move to resolve artifacts rather than commit them, removing this
> dependency would remove majority of the artifacts fetched from GitHub.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]