iwasakims opened a new pull request #792: URL: https://github.com/apache/bigtop/pull/792
https://issues.apache.org/jira/browse/BIGTOP-3563 The latest cmake does not work without latest libarchive. ``` $ rpm -q cmake cmake-3.18.2-9.el8.x86_64 $ cmake --version cmake: symbol lookup error: cmake: undefined symbol: archive_write_add_filter_zstd Updating libarhcive fixed the issue. $ rpm -q libarchive libarchive-3.3.2-8.el8_1.x86_64 $ sudo dnf update -y libarchive $ rpm -q libarchive libarchive-3.3.3-1.el8.x86_64 $ cmake --version cmake version 3.18.2 CMake suite maintained and supported by Kitware (kitware.com/cmake). ``` -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
