You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2020/09/08 20:24:00 UTC

[jira] [Commented] (GEODE-8445) Examples not building after removal of cryptoimpl

    [ https://issues.apache.org/jira/browse/GEODE-8445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17192441#comment-17192441 ] 

ASF subversion and git services commented on GEODE-8445:
--------------------------------------------------------

Commit 03ccf6feac7684f821beeb002f7d751c4961c46f in geode-native's branch refs/heads/feature/asio from Blake Bender
[ https://gitbox.apache.org/repos/asf?p=geode-native.git;h=03ccf6f ]

GEODE-8445: Remove copy step for cryptoimpl library (#640)

SSL support is now built-in rather than in its own library.

> Examples not building after removal of cryptoimpl
> -------------------------------------------------
>
>                 Key: GEODE-8445
>                 URL: https://issues.apache.org/jira/browse/GEODE-8445
>             Project: Geode
>          Issue Type: Bug
>          Components: native client
>            Reporter: Blake Bender
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.14.0
>
>
> Building the Geode Native examples is failing in CMake, with the following gripe repeated for each project, for example this from the .net sslputget app:
> {code:java}
> CMake Error at dotnet/sslputget/CMakeLists.txt:44 (add_custom_command):
> 19:52:49  Error evaluating generator expression:
> 19:52:49
> 19:52:49    $<TARGET_FILE:GemFireNative::crypto>
> 19:52:49
> 19:52:49  No target "GemFireNative::crypto" {code}
> We just need to remove this dependency in the various CMakeLists.txt files, because it no longer exists - all SSL code is now in the Geode Native library proper.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)