You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Ferenc Gerlits (Jira)" <ji...@apache.org> on 2021/06/02 13:19:00 UTC

[jira] [Updated] (MINIFICPP-1533) Update list of dependencies in README instructions

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

Ferenc Gerlits updated MINIFICPP-1533:
--------------------------------------
    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

Fixed by https://github.com/apache/nifi-minifi-cpp/pull/1039

> Update list of dependencies in README instructions
> --------------------------------------------------
>
>                 Key: MINIFICPP-1533
>                 URL: https://issues.apache.org/jira/browse/MINIFICPP-1533
>             Project: Apache NiFi MiNiFi C++
>          Issue Type: Documentation
>            Reporter: Kevin Doran
>            Assignee: Kevin Doran
>            Priority: Minor
>             Fix For: 0.10.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> While verifying the latest RC, I came across a few out of date dependencies in the top-level readme file:
> remove 
> *   rocksdb (yum)
> *   librocksdb-dev librocksdb4.1 (apt)
> add 
> *   ca-certificates (apt)
> *   git (yum, apt)
> git is necessary for cmake plugin modules, or will get:
> 		CMake Error at /usr/share/cmake-3.16/Modules/ExternalProject.cmake:2421 (message):
> 		  error: could not find git for clone of date_src-populate
> 		Call Stack (most recent call first):
> 		  /usr/share/cmake-3.16/Modules/ExternalProject.cmake:3236 (_ep_add_download_command)
> 		  CMakeLists.txt:13 (ExternalProject_Add)



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