Hi all, I'm trying to build this on centos 8stream.

Firstly, the deps:
```
# dnf -y install 
https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
# dnf config-manager --set-enabled powertools
# yum install -y \
  autoconf \
  automake \
  cmake \
  bzip2 \
  file-devel \
  file-libs \
  gcc \
  gettext-devel \
  git \
  gzip \
  gnupg2 \
  libarchive-devel \
  libgcrypt-devel \
  libsqlite3x-devel \
  libtool \
  lua-devel \
  make \
  popt-devel \
  tar \
  xz \
  zlib-devel \
  xz-devel \
  bzip2-devel

```

`file-devel` and `file-libs` are installed, but I get this error:
```
[root@ea7c2cfd7893 _build]# cmake ..
-- Checking for module 'libmagic'
--   Package 'libmagic', required by 'virtual:world', not found
CMake Error at /usr/share/cmake/Modules/FindPkgConfig.cmake:556 (message):
  A required package was not found
Call Stack (most recent call first):
  /usr/share/cmake/Modules/FindPkgConfig.cmake:778 (_pkg_check_modules_internal)
  CMakeLists.txt:120 (pkg_check_modules)


-- Configuring incomplete, errors occurred!
See also "/tmp/rpm/_build/CMakeFiles/CMakeOutput.log".
```

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/2246
You are receiving this because you are subscribed to this thread.

Message ID: <rpm-software-management/rpm/issues/2...@github.com>
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to