Skip to content

Conversation

msiomkin
Copy link
Contributor

Unfortunately the latest cmake does't work without libarchive nor does it install it as a dependancy (probably it's a bug, see https://programmerah.com/solved-cmake-symbol-lookup-error-cmake-undefined-symbol-archive_write_add_filter_zstd-32832/). So, we have to install it manually. Otherwise we get:

[vagrant@localhost ~]$ cmake
cmake: symbol lookup error: cmake: undefined symbol: archive_write_add_filter_zstd

Unfortunately cmake does't work without libarchive nor does it install it as a dependancy (probably it's a bug, see https://programmerah.com/solved-cmake-symbol-lookup-error-cmake-undefined-symbol-archive_write_add_filter_zstd-32832/). So, we have to install it manually. Otherwise we get:

```
[vagrant@localhost ~]$ cmake
cmake: symbol lookup error: cmake: undefined symbol: archive_write_add_filter_zstd
```
@NickVolynkin
Copy link
Contributor

@msiomkin thanks!

@NickVolynkin NickVolynkin merged commit cd24361 into tarantool:latest Oct 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants