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/04/01 12:42:00 UTC

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

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

Marton Szasz resolved MINIFICPP-1164.
-------------------------------------
    Resolution: Fixed

> 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
>            Priority: Major
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> 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)