Closed agent255 closed 2 years ago
For building you don't need the libraries them selfs, you need their headers. Fedora doesn't seem to bundle them with the library, so you need to manually install them. For example wayland-devel
for libwayland.so
, rpm-devel
for librpm.so
, ...
I have done them and now it detects them, but i have another problem, even with load-config all, rpm packages arent shown. here's my cmake .. log:
-- The C compiler identification is GNU 11.3.1
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Found PkgConfig: /usr/bin/pkg-config (found version "1.8.0")
-- Checking for module 'libpci'
-- Found libpci, version 3.7.0
-- Checking for module 'vulkan'
-- Package 'vulkan', required by 'virtual:world', not found
-- Checking for module 'wayland-client'
-- Found wayland-client, version 1.20.0
-- Checking for module 'xcb-randr'
-- Found xcb-randr, version 1.13.1
-- Checking for module 'xcb'
-- Found xcb, version 1.13.1
-- Checking for module 'xrandr'
-- Package 'xrandr', required by 'virtual:world', not found
-- Checking for module 'x11'
-- Found x11, version 1.7.3.1
-- Checking for module 'gio-2.0'
-- Found gio-2.0, version 2.70.0
-- Checking for module 'dconf'
-- Package 'dconf', required by 'virtual:world', not found
-- Checking for module 'dbus-1'
-- Package 'dbus-1', required by 'virtual:world', not found
-- Checking for module 'libxfconf-0'
-- Package 'libxfconf-0', required by 'virtual:world', not found
-- Checking for module 'rpm'
-- Found rpm, version 4.17.0
-- Checking for module 'MagickCore-7.Q16HDRI'
-- Package 'MagickCore-7.Q16HDRI', required by 'virtual:world', not found
-- Checking for module '/usr/lib/imagemagick7/pkgconfig/MagickCore-7.Q16HDRI.pc'
-- Package '/usr/lib/imagemagick7/pkgconfig/MagickCore-7.Q16HDRI.pc', required by 'virtual:world', not found
-- Checking for module 'MagickCore-7.Q16'
-- Package 'MagickCore-7.Q16', required by 'virtual:world', not found
-- Checking for module '/usr/lib/imagemagick7/pkgconfig/MagickCore-7.Q16.pc'
-- Package '/usr/lib/imagemagick7/pkgconfig/MagickCore-7.Q16.pc', required by 'virtual:world', not found
-- Checking for module 'MagickCore-6.Q16HDRI'
-- Package 'MagickCore-6.Q16HDRI', required by 'virtual:world', not found
-- Checking for module '/usr/lib/imagemagick6/pkgconfig/MagickCore-6.Q16HDRI.pc'
-- Package '/usr/lib/imagemagick6/pkgconfig/MagickCore-6.Q16HDRI.pc', required by 'virtual:world', not found
-- Checking for module 'MagickCore-6.Q16'
-- Found MagickCore-6.Q16, version 6.9.12
-- Checking for module 'zlib'
-- Found zlib, version 1.2.11
-- Checking for module 'chafa>=1.10'
-- Package 'chafa', required by 'virtual:world', not found
-- Configuring done
-- Generating done
-- Build files have been written to: /home/hr/fastfetch/build
librpm is detected but when i run fastfetch --load-config all rpm packages arent displayed only flatpak :
.',;::::;,'. hr@fedora
.';:cccccccccccc:;,. ---------
.;cccccccccccccccccccccc;. OS: Fedora Linux 35 (Workstation Edition) [x86_64]
.:cccccccccccccccccccccccccc:. Host: HP EliteBook 8570w A1029C1102
.;ccccccccccccc;.:dddl:.;ccccccc;. Kernel: 5.14.10-300.fc35.x86_64
.:ccccccccccccc;OWMKOOXMWd;ccccccc:. Uptime: 4 days, 1 hour, 24 mins
.:ccccccccccccc;KMMc;cc;xMMc;ccccccc:. Processes: 1248
,cccccccccccccc;MMM.;cc;;WW:;cccccccc, Packages: 4 (flatpak)
:cccccccccccccc;MMM.;cccccccccccccccc: Shell: zsh 5.8.1
:ccccccc;oxOOOo;MMM000k.;cccccccccccc: Resolution: 1920x1080 @ 60Hz
cccccc;0MMKxdd:;MMMkddc.;cccccccccccc; DE: GNOME
ccccc;XMO';cccc;MMM.;cccccccccccccccc' WM: GNOME Shell (X11)
ccccc;MMo;ccccc;MMW.;ccccccccccccccc; Terminal: gnome-terminal-server
ccccc;0MNc.ccc.xMMd;ccccccccccccccc; CPU: Intel Core i7-3740QM (8) @ 3.7GHz
cccccc;dNMWXXXWM0:;cccccccccccccc:, GPU: Nvidia Quadro K1000M
cccccccc;.:odl:.;cccccccccccccc:,. Memory: 5214MiB / 7870MiB (66%)
ccccccccccccccccccccccccccccc:'. Disk (/): 29GB / 102GB (28%)
:ccccccccccccccccccccccc:;,.. Battery: 100% [Full]
':cccccccccccccccc::;,. Public IP: xx.xxx.xx.xxx
Local IP (wlo1): 192.168.0.166
Date & Time: 2022-05-2 23:47:38
Locale: en_US.UTF-8
but fastfetch --list-features doesnt even list rpm
So CMake finds rpm, but fastfetch doesn't list it as feature? That kinda is impossible. Delete your build folder and configure + build again to make sure you are running the right executable.
ok after removing all binaries, cloning the repo again and building it. it worked.
For building you don't need the libraries them selfs, you need their headers. Fedora doesn't seem to bundle them with the library, so you need to manually install them. For example
wayland-devel
forlibwayland.so
,rpm-devel
forlibrpm.so
, ...
thank you. I installed fastfetch through the .rpm file and installing rpm-devel fixed the same issue for me. Was just about to open a new issue after scrounging the web.
@Nakamerica This is actually not wanted. If you use the .rpm from GitHub, fastfetch is already compiled for you, so you shouldn't need the devel packed. Can you please post which files actually come with the normal rpm package? librpm.so should be inside it.
@Nakamerica This is actually not wanted. If you use the .rpm from GitHub, fastfetch is already compiled for you, so you shouldn't need the devel packed. Can you please post which files actually come with the normal rpm package? librpm.so should be inside it.
using fastfetch without installing rpm-devel was just giving me the list of my flatpaks, not the number of RPM packages...
dnf repoquery --installed -l fastfetch
/usr/bin/fastfetch
/usr/bin/flashfetch
/usr/lib/.build-id
/usr/lib/.build-id/80
/usr/lib/.build-id/80/d37d00f8860205edf341d3a9f373b256390b3d
/usr/lib/.build-id/e9
/usr/lib/.build-id/e9/6e4aad20e3af06f254f587a56d354861e2b741
/usr/share/bash-completion
/usr/share/bash-completion/completions
/usr/share/bash-completion/completions/fastfetch
/usr/share/fastfetch
/usr/share/fastfetch/presets
/usr/share/fastfetch/presets/all
/usr/share/fastfetch/presets/btw
/usr/share/fastfetch/presets/devinfo
/usr/share/fastfetch/presets/devinfo-verbose
/usr/share/fastfetch/presets/hardware
/usr/share/fastfetch/presets/neofetch
/usr/share/fastfetch/presets/paleofetch
/usr/share/fastfetch/presets/software
/usr/share/fastfetch/presets/verbose
/usr/share/licenses
/usr/share/licenses/fastfetch
/usr/share/licenses/fastfetch/LICENSE
I hope this helps.
Sorry i meant the content of the rpm package (the package that should contain /usr/lib/librpm.so
)
Yes, i think i misinterpreted. Here you go:
❯ rpm -ql rpm
/etc/rpm
/usr/bin/rpm
/usr/bin/rpm2archive
/usr/bin/rpm2cpio
/usr/bin/rpmdb
/usr/bin/rpmkeys
/usr/bin/rpmquery
/usr/bin/rpmverify
/usr/lib/.build-id
/usr/lib/.build-id/21
/usr/lib/.build-id/21/b562faa5d13de8a2e4aeb8a3171e78b36950a9
/usr/lib/.build-id/66
/usr/lib/.build-id/66/fac69e7a5d13a3c4edcbdcddd4dd61969ca0da
/usr/lib/.build-id/69
/usr/lib/.build-id/69/a5d69af9fa73a626573c5f18325730cd670122
/usr/lib/.build-id/9a
/usr/lib/.build-id/9a/aca11f330c12b7dc530ac8703abda3c3d1701e
/usr/lib/.build-id/ad
/usr/lib/.build-id/ad/d453d299c47f0382b6fea86effc1af24a4d12b
/usr/lib/rpm
/usr/lib/rpm/fileattrs
/usr/lib/rpm/lua
/usr/lib/rpm/macros
/usr/lib/rpm/macros.d
/usr/lib/rpm/platform
/usr/lib/rpm/platform/aarch64-linux
/usr/lib/rpm/platform/aarch64-linux/macros
/usr/lib/rpm/platform/alpha-linux
/usr/lib/rpm/platform/alpha-linux/macros
/usr/lib/rpm/platform/alphaev5-linux
/usr/lib/rpm/platform/alphaev5-linux/macros
/usr/lib/rpm/platform/alphaev56-linux
/usr/lib/rpm/platform/alphaev56-linux/macros
/usr/lib/rpm/platform/alphaev6-linux
/usr/lib/rpm/platform/alphaev6-linux/macros
/usr/lib/rpm/platform/alphaev67-linux
/usr/lib/rpm/platform/alphaev67-linux/macros
/usr/lib/rpm/platform/alphapca56-linux
/usr/lib/rpm/platform/alphapca56-linux/macros
/usr/lib/rpm/platform/amd64-linux
/usr/lib/rpm/platform/amd64-linux/macros
/usr/lib/rpm/platform/armv3l-linux
/usr/lib/rpm/platform/armv3l-linux/macros
/usr/lib/rpm/platform/armv4b-linux
/usr/lib/rpm/platform/armv4b-linux/macros
/usr/lib/rpm/platform/armv4l-linux
/usr/lib/rpm/platform/armv4l-linux/macros
/usr/lib/rpm/platform/armv5tejl-linux
/usr/lib/rpm/platform/armv5tejl-linux/macros
/usr/lib/rpm/platform/armv5tel-linux
/usr/lib/rpm/platform/armv5tel-linux/macros
/usr/lib/rpm/platform/armv5tl-linux
/usr/lib/rpm/platform/armv5tl-linux/macros
/usr/lib/rpm/platform/armv6hl-linux
/usr/lib/rpm/platform/armv6hl-linux/macros
/usr/lib/rpm/platform/armv6l-linux
/usr/lib/rpm/platform/armv6l-linux/macros
/usr/lib/rpm/platform/armv7hl-linux
/usr/lib/rpm/platform/armv7hl-linux/macros
/usr/lib/rpm/platform/armv7hnl-linux
/usr/lib/rpm/platform/armv7hnl-linux/macros
/usr/lib/rpm/platform/armv7l-linux
/usr/lib/rpm/platform/armv7l-linux/macros
/usr/lib/rpm/platform/armv8hl-linux
/usr/lib/rpm/platform/armv8hl-linux/macros
/usr/lib/rpm/platform/armv8l-linux
/usr/lib/rpm/platform/armv8l-linux/macros
/usr/lib/rpm/platform/athlon-linux
/usr/lib/rpm/platform/athlon-linux/macros
/usr/lib/rpm/platform/geode-linux
/usr/lib/rpm/platform/geode-linux/macros
/usr/lib/rpm/platform/i386-linux
/usr/lib/rpm/platform/i386-linux/macros
/usr/lib/rpm/platform/i486-linux
/usr/lib/rpm/platform/i486-linux/macros
/usr/lib/rpm/platform/i586-linux
/usr/lib/rpm/platform/i586-linux/macros
/usr/lib/rpm/platform/i686-linux
/usr/lib/rpm/platform/i686-linux/macros
/usr/lib/rpm/platform/ia32e-linux
/usr/lib/rpm/platform/ia32e-linux/macros
/usr/lib/rpm/platform/ia64-linux
/usr/lib/rpm/platform/ia64-linux/macros
/usr/lib/rpm/platform/m68k-linux
/usr/lib/rpm/platform/m68k-linux/macros
/usr/lib/rpm/platform/mips-linux
/usr/lib/rpm/platform/mips-linux/macros
/usr/lib/rpm/platform/mips64-linux
/usr/lib/rpm/platform/mips64-linux/macros
/usr/lib/rpm/platform/mips64el-linux
/usr/lib/rpm/platform/mips64el-linux/macros
/usr/lib/rpm/platform/mips64r6-linux
/usr/lib/rpm/platform/mips64r6-linux/macros
/usr/lib/rpm/platform/mips64r6el-linux
/usr/lib/rpm/platform/mips64r6el-linux/macros
/usr/lib/rpm/platform/mipsel-linux
/usr/lib/rpm/platform/mipsel-linux/macros
/usr/lib/rpm/platform/mipsr6-linux
/usr/lib/rpm/platform/mipsr6-linux/macros
/usr/lib/rpm/platform/mipsr6el-linux
/usr/lib/rpm/platform/mipsr6el-linux/macros
/usr/lib/rpm/platform/noarch-linux
/usr/lib/rpm/platform/noarch-linux/macros
/usr/lib/rpm/platform/pentium3-linux
/usr/lib/rpm/platform/pentium3-linux/macros
/usr/lib/rpm/platform/pentium4-linux
/usr/lib/rpm/platform/pentium4-linux/macros
/usr/lib/rpm/platform/ppc-linux
/usr/lib/rpm/platform/ppc-linux/macros
/usr/lib/rpm/platform/ppc32dy4-linux
/usr/lib/rpm/platform/ppc32dy4-linux/macros
/usr/lib/rpm/platform/ppc64-linux
/usr/lib/rpm/platform/ppc64-linux/macros
/usr/lib/rpm/platform/ppc64iseries-linux
/usr/lib/rpm/platform/ppc64iseries-linux/macros
/usr/lib/rpm/platform/ppc64le-linux
/usr/lib/rpm/platform/ppc64le-linux/macros
/usr/lib/rpm/platform/ppc64p7-linux
/usr/lib/rpm/platform/ppc64p7-linux/macros
/usr/lib/rpm/platform/ppc64pseries-linux
/usr/lib/rpm/platform/ppc64pseries-linux/macros
/usr/lib/rpm/platform/ppc8260-linux
/usr/lib/rpm/platform/ppc8260-linux/macros
/usr/lib/rpm/platform/ppc8560-linux
/usr/lib/rpm/platform/ppc8560-linux/macros
/usr/lib/rpm/platform/ppciseries-linux
/usr/lib/rpm/platform/ppciseries-linux/macros
/usr/lib/rpm/platform/ppcpseries-linux
/usr/lib/rpm/platform/ppcpseries-linux/macros
/usr/lib/rpm/platform/riscv64-linux
/usr/lib/rpm/platform/riscv64-linux/macros
/usr/lib/rpm/platform/s390-linux
/usr/lib/rpm/platform/s390-linux/macros
/usr/lib/rpm/platform/s390x-linux
/usr/lib/rpm/platform/s390x-linux/macros
/usr/lib/rpm/platform/sh-linux
/usr/lib/rpm/platform/sh-linux/macros
/usr/lib/rpm/platform/sh3-linux
/usr/lib/rpm/platform/sh3-linux/macros
/usr/lib/rpm/platform/sh4-linux
/usr/lib/rpm/platform/sh4-linux/macros
/usr/lib/rpm/platform/sh4a-linux
/usr/lib/rpm/platform/sh4a-linux/macros
/usr/lib/rpm/platform/sparc-linux
/usr/lib/rpm/platform/sparc-linux/macros
/usr/lib/rpm/platform/sparc64-linux
/usr/lib/rpm/platform/sparc64-linux/macros
/usr/lib/rpm/platform/sparc64v-linux
/usr/lib/rpm/platform/sparc64v-linux/macros
/usr/lib/rpm/platform/sparcv8-linux
/usr/lib/rpm/platform/sparcv8-linux/macros
/usr/lib/rpm/platform/sparcv9-linux
/usr/lib/rpm/platform/sparcv9-linux/macros
/usr/lib/rpm/platform/sparcv9v-linux
/usr/lib/rpm/platform/sparcv9v-linux/macros
/usr/lib/rpm/platform/x86_64-linux
/usr/lib/rpm/platform/x86_64-linux/macros
/usr/lib/rpm/rpm.daily
/usr/lib/rpm/rpm.log
/usr/lib/rpm/rpm.supp
/usr/lib/rpm/rpm2cpio.sh
/usr/lib/rpm/rpmdb_dump
/usr/lib/rpm/rpmdb_load
/usr/lib/rpm/rpmpopt-4.17.0
/usr/lib/rpm/rpmrc
/usr/lib/rpm/tgpg
/usr/lib/systemd/system/rpmdb-rebuild.service
/usr/share/doc/rpm
/usr/share/doc/rpm/CREDITS
/usr/share/doc/rpm/arch_dependencies.md
/usr/share/doc/rpm/autosetup.md
/usr/share/doc/rpm/boolean_dependencies.md
/usr/share/doc/rpm/buildprocess.md
/usr/share/doc/rpm/buildroot.md
/usr/share/doc/rpm/conditionalbuilds.md
/usr/share/doc/rpm/dependencies.md
/usr/share/doc/rpm/dependency_generators.md
/usr/share/doc/rpm/file_triggers.md
/usr/share/doc/rpm/format.md
/usr/share/doc/rpm/hregions.md
/usr/share/doc/rpm/index.md
/usr/share/doc/rpm/large_files.md
/usr/share/doc/rpm/lua.md
/usr/share/doc/rpm/macros.md
/usr/share/doc/rpm/more_dependencies.md
/usr/share/doc/rpm/multiplebuilds.md
/usr/share/doc/rpm/plugins.md
/usr/share/doc/rpm/queryformat.md
/usr/share/doc/rpm/relocatable.md
/usr/share/doc/rpm/scriptlet_expansion.md
/usr/share/doc/rpm/signatures.md
/usr/share/doc/rpm/signatures_digests.md
/usr/share/doc/rpm/spec.md
/usr/share/doc/rpm/tags.md
/usr/share/doc/rpm/triggers.md
/usr/share/doc/rpm/tsort.md
/usr/share/licenses/rpm
/usr/share/licenses/rpm/COPYING
/usr/share/locale/ar/LC_MESSAGES/rpm.mo
/usr/share/locale/br/LC_MESSAGES/rpm.mo
/usr/share/locale/ca/LC_MESSAGES/rpm.mo
/usr/share/locale/cmn/LC_MESSAGES/rpm.mo
/usr/share/locale/cs/LC_MESSAGES/rpm.mo
/usr/share/locale/da/LC_MESSAGES/rpm.mo
/usr/share/locale/de/LC_MESSAGES/rpm.mo
/usr/share/locale/el/LC_MESSAGES/rpm.mo
/usr/share/locale/eo/LC_MESSAGES/rpm.mo
/usr/share/locale/es/LC_MESSAGES/rpm.mo
/usr/share/locale/fi/LC_MESSAGES/rpm.mo
/usr/share/locale/fr/LC_MESSAGES/rpm.mo
/usr/share/locale/gu/LC_MESSAGES/rpm.mo
/usr/share/locale/he/LC_MESSAGES/rpm.mo
/usr/share/locale/id/LC_MESSAGES/rpm.mo
/usr/share/locale/is/LC_MESSAGES/rpm.mo
/usr/share/locale/it/LC_MESSAGES/rpm.mo
/usr/share/locale/ja/LC_MESSAGES/rpm.mo
/usr/share/locale/ko/LC_MESSAGES/rpm.mo
/usr/share/locale/ms/LC_MESSAGES/rpm.mo
/usr/share/locale/nb/LC_MESSAGES/rpm.mo
/usr/share/locale/nl/LC_MESSAGES/rpm.mo
/usr/share/locale/pa/LC_MESSAGES/rpm.mo
/usr/share/locale/pl/LC_MESSAGES/rpm.mo
/usr/share/locale/pt/LC_MESSAGES/rpm.mo
/usr/share/locale/pt_BR/LC_MESSAGES/rpm.mo
/usr/share/locale/ru/LC_MESSAGES/rpm.mo
/usr/share/locale/si/LC_MESSAGES/rpm.mo
/usr/share/locale/sk/LC_MESSAGES/rpm.mo
/usr/share/locale/sl/LC_MESSAGES/rpm.mo
/usr/share/locale/sr/LC_MESSAGES/rpm.mo
/usr/share/locale/sr@latin/LC_MESSAGES/rpm.mo
/usr/share/locale/sv/LC_MESSAGES/rpm.mo
/usr/share/locale/te/LC_MESSAGES/rpm.mo
/usr/share/locale/tr/LC_MESSAGES/rpm.mo
/usr/share/locale/uk/LC_MESSAGES/rpm.mo
/usr/share/locale/vi/LC_MESSAGES/rpm.mo
/usr/share/locale/zh_CN/LC_MESSAGES/rpm.mo
/usr/share/locale/zh_TW/LC_MESSAGES/rpm.mo
/usr/share/man/fr/man8/rpm.8.gz
/usr/share/man/ja/man8/rpm.8.gz
/usr/share/man/ja/man8/rpm2cpio.8.gz
/usr/share/man/ja/man8/rpmbuild.8.gz
/usr/share/man/ja/man8/rpmgraph.8.gz
/usr/share/man/ko/man8/rpm.8.gz
/usr/share/man/ko/man8/rpm2cpio.8.gz
/usr/share/man/man8/rpm-misc.8.gz
/usr/share/man/man8/rpm-plugins.8.gz
/usr/share/man/man8/rpm.8.gz
/usr/share/man/man8/rpm2archive.8.gz
/usr/share/man/man8/rpm2cpio.8.gz
/usr/share/man/man8/rpmdb.8.gz
/usr/share/man/man8/rpmkeys.8.gz
/usr/share/man/pl/man1/gendiff.1.gz
/usr/share/man/pl/man8/rpm.8.gz
/usr/share/man/pl/man8/rpm2cpio.8.gz
/usr/share/man/pl/man8/rpmbuild.8.gz
/usr/share/man/pl/man8/rpmdeps.8.gz
/usr/share/man/pl/man8/rpmgraph.8.gz
/usr/share/man/ru/man8/rpm.8.gz
/usr/share/man/ru/man8/rpm2cpio.8.gz
/usr/share/man/sk/man8/rpm.8.gz
/var/lib/rpm
/var/lib/rpm/.rpm.lock
/var/lib/rpm/Index.db
/var/lib/rpm/Packages.db
/var/lib/rpm/rpmdb.sqlite
/var/lib/rpm/rpmdb.sqlite-shm
/var/lib/rpm/rpmdb.sqlite-wal
Should be fixed now.
Should be fixed now.
Thank you.
Output of
fastfetch --version
:Output of
fastfetch --load-config devinfo
:Output of
fastfetch --load-config devinfo-verbose
:Output of
fastfetch --list-features
:If you get the following error:
Error: couldn't find config: [...]
, copy the files in presets to/usr/share/fastfetch/presets/
or~/.local/share/fastfetch/presets/
. If this isn't possible (or to much work) for you, post the output offastfetch --show-errors --recache --multithreading false --disable-linewrap false
.Often helpful questions:
-- Checking for module 'wayland-client' -- Package 'wayland-client', required by 'virtual:world', not found CMake Warning at CMakeLists.txt:193 (message): Package wayland-client not found. Building without support.
-- Checking for module 'rpm' -- Package 'rpm', required by 'virtual:world', not found CMake Warning at CMakeLists.txt:274 (message): Package librpm not found. Building without support.
-- Checking for module 'MagickCore-7.Q16HDRI' -- Package 'MagickCore-7.Q16HDRI', required by 'virtual:world', not found -- Checking for module '/usr/lib/imagemagick7/pkgconfig/MagickCore-7.Q16HDRI.pc' -- Package '/usr/lib/imagemagick7/pkgconfig/MagickCore-7.Q16HDRI.pc', required by 'virtual:world', not found -- Checking for module 'MagickCore-7.Q16' -- Package 'MagickCore-7.Q16', required by 'virtual:world', not found -- Checking for module '/usr/lib/imagemagick7/pkgconfig/MagickCore-7.Q16.pc' -- Package '/usr/lib/imagemagick7/pkgconfig/MagickCore-7.Q16.pc', required by 'virtual:world', not found CMake Warning at CMakeLists.txt:293 (message): Package MagickCore-7.Q16HDRI or MagickCore-7.Q16 not found. Building without support.
-- Checking for module 'MagickCore-6.Q16HDRI' -- Package 'MagickCore-6.Q16HDRI', required by 'virtual:world', not found -- Checking for module '/usr/lib/imagemagick6/pkgconfig/MagickCore-6.Q16HDRI.pc' -- Package '/usr/lib/imagemagick6/pkgconfig/MagickCore-6.Q16HDRI.pc', required by 'virtual:world', not found -- Checking for module 'MagickCore-6.Q16' -- Package 'MagickCore-6.Q16', required by 'virtual:world', not found -- Checking for module '/usr/lib/imagemagick6/pkgconfig/MagickCore-6.Q16.pc' -- Package '/usr/lib/imagemagick6/pkgconfig/MagickCore-6.Q16.pc', required by 'virtual:world', not found CMake Warning at CMakeLists.txt:312 (message): Package MagickCore-6.Q16HDRI or MagickCore-6.Q16 not found. Building without support.
-- Checking for module 'zlib' -- Found zlib, version 1.2.11 -- Checking for module 'chafa>=1.10' -- Package 'chafa', required by 'virtual:world', not found CMake Warning at CMakeLists.txt:330 (message): Package chafa>=1.10 not found. Building without support.