You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Marton Szasz (Jira)" <ji...@apache.org> on 2020/02/03 12:18:01 UTC

[jira] [Updated] (MINIFICPP-1142) Ninja build with libressl fails

     [ https://issues.apache.org/jira/browse/MINIFICPP-1142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marton Szasz updated MINIFICPP-1142:
------------------------------------
    Description: 
Using the Ninja generator of CMake, then trying to build with ninja fails with the following error message:

{{ninja: error: 'thirdparty/libressl-install/lib/libtls.a', needed by 'main/minifi', missing and no known rule to make it}}

Steps to reproduce:
{code:java}
mkdir ninja; cd ninja
cmake -G Ninja -DUSE_SHARED_LIBS= -DENABLE_MQTT=ON -DENABLE_LIBRDKAFKA=ON -DPORTABLE=ON -DENABLE_COAP=ON -DCMAKE_BUILD_TYPE=Debug ..
ninja{code}

  was:
Using the Ninja generator of CMake, then trying to build with ninja fails with the following error message:

{{**ninja: error: 'thirdparty/libressl-install/lib/libtls.a', needed by 'main/minifi', missing and no known rule to make it}}

Steps to reproduce:
{code:java}
mkdir ninja; cd ninja
cmake -G Ninja -DUSE_SHARED_LIBS= -DENABLE_MQTT=ON -DENABLE_LIBRDKAFKA=ON -DPORTABLE=ON -DENABLE_COAP=ON -DCMAKE_BUILD_TYPE=Debug ..
ninja{code}


> Ninja build with libressl fails
> -------------------------------
>
>                 Key: MINIFICPP-1142
>                 URL: https://issues.apache.org/jira/browse/MINIFICPP-1142
>             Project: Apache NiFi MiNiFi C++
>          Issue Type: Bug
>         Environment: Ubuntu 18.04 LTS
>            Reporter: Marton Szasz
>            Priority: Major
>              Labels: build
>
> Using the Ninja generator of CMake, then trying to build with ninja fails with the following error message:
> {{ninja: error: 'thirdparty/libressl-install/lib/libtls.a', needed by 'main/minifi', missing and no known rule to make it}}
> Steps to reproduce:
> {code:java}
> mkdir ninja; cd ninja
> cmake -G Ninja -DUSE_SHARED_LIBS= -DENABLE_MQTT=ON -DENABLE_LIBRDKAFKA=ON -DPORTABLE=ON -DENABLE_COAP=ON -DCMAKE_BUILD_TYPE=Debug ..
> ninja{code}



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