You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2021/06/04 14:05:57 UTC

[GitHub] [nifi-minifi-cpp] martinzink commented on pull request #1099: MINIFICPP-1582 fixing build failure in centos ci job

martinzink commented on pull request #1099:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1099#issuecomment-854753345


   Unfortunatly this wont make the job green due to a new centos cmake bug. (reported today 2021.06.04)
   https://bugs.centos.org/view.php?id=18212
   That issue can be reproduced by a simple
   `docker run --interactive --tty centos:8 bash -c "yum -y install cmake; cmake"` command
   which also returns `cmake: symbol lookup error: cmake: undefined symbol: archive_write_add_filter_zstd`
   If that issue is also fixed the ci job should be green.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org