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/20 12:00:22 UTC

[jira] [Created] (MINIFICPP-1164) Resolve libarchive compilation issues on GCC 7+

Marton Szasz created MINIFICPP-1164:
---------------------------------------

             Summary: Resolve libarchive compilation issues on GCC 7+
                 Key: MINIFICPP-1164
                 URL: https://issues.apache.org/jira/browse/MINIFICPP-1164
             Project: Apache NiFi MiNiFi C++
          Issue Type: Bug
            Reporter: Marton Szasz
            Assignee: Marton Szasz


The issue:
 Due to new warnings and libarchive using the {{-Werror}} flag, it's not possible to compile libarchive extensions in minifi-cpp.

Possible resolutions:
 1. Update libarchive and pass {{ENABLE_WERROR=OFF}} to its cmake build [1] (preferred)
 2. Patch our current version of libarchive to not use {{-Werror}}

[1] [https://github.com/libarchive/libarchive/pull/1033]



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